A social media frontend with a focus on custom branding and ease of use. https://soapbox.pub
 
 
 
 
 
Go to file
Alex Gleason bb5d9c6f2e Merge branch 'bump-3.1' into 'develop'
Bump CHANGELOG to v3.1

See merge request soapbox-pub/soapbox!2167
2023-01-13 19:48:54 +00:00
.github Move FUNDING.yml to .github/FUNDING.yml 2022-04-18 16:20:40 -05:00
.gitlab Add template for easy before/after screenshots 2022-12-28 11:53:09 -05:00
.husky Use lint-staged with Husky to only lint changed files 2021-09-15 11:00:50 -05:00
.vscode vscode: add schemas to renovate.json, .lintstagedrc.json 2022-12-30 11:08:24 -06:00
app Merge branch 'backups' into 'develop' 2023-01-13 19:41:01 +00:00
custom Allow custom module imports 2022-05-09 17:57:15 -05:00
docs These instructions are outdated with a 1.3.0 install. 2022-12-02 00:33:54 +00:00
installation Docker: open fallback backend at :4444 2022-09-04 15:02:12 -05:00
jest Upgrade Jest to v28 2022-07-05 11:30:08 -05:00
scripts Rework releases CI 2023-01-08 20:21:01 -06:00
tailwind Remove unused sea-blue color 2022-12-17 11:47:18 -06:00
types translationRunner: convert to TypeScript 2022-11-08 13:01:39 -06:00
webpack Remove prop-types 2023-01-10 15:06:26 -06:00
.dockerignore dockerignore: .git 2022-09-04 12:54:41 -05:00
.editorconfig Add .editorconfig 2020-04-11 15:02:30 -05:00
.env.example Patron updates 2020-06-30 17:33:21 -05:00
.eslintignore eslintignore: /custom/** 2022-05-16 10:08:50 -05:00
.eslintrc.js babel-eslint --> @babel/eslint-parser 2023-01-05 11:54:20 -06:00
.gitattributes Add .gitattributes, prevent conflicts on CHANGELOG.md 2022-12-14 17:44:16 -06:00
.gitignore Produce a junit.xml during test:coverage 2022-06-13 13:26:51 -05:00
.gitlab-ci.yml Rework releases CI 2023-01-08 20:21:01 -06:00
.lintstagedrc.json Revert "Merge branch 'revert-f59d977a' into 'develop'" 2022-02-27 00:13:35 +00:00
.stylelintrc.json Remove Dyslexic mode 2023-01-09 15:04:28 -06:00
.tool-versions Update dependency node to v18.13.0 2023-01-10 00:12:14 +00:00
CHANGELOG.md Bump CHANGELOG to v3.1 2023-01-13 13:48:10 -06:00
COFE_OF_CONDUCT.md Replace code of conduct with cofe of conduct 2020-05-29 00:57:07 -05:00
Dockerfile Docker: open fallback backend at :4444 2022-09-04 15:02:12 -05:00
Dockerfile.dev Support Docker local development 2022-10-27 12:09:12 -05:00
LICENSE Add LICENSE and README 2020-03-28 16:06:29 -05:00
README.md README: add TMTG 2022-12-22 18:32:55 -06:00
app.json Add app.json 2022-09-01 17:11:57 -05:00
babel.config.js Update babel.config.js 2023-01-10 21:36:35 +00:00
compose-dev.yaml Support Docker local development 2022-10-27 12:09:12 -05:00
dangerfile.ts Danger: don't warn about changelog for docs, CI, etc 2022-12-17 10:42:05 -06:00
heroku.yml Add heroku.yml so it uses the Dockerfile 2022-09-01 17:21:05 -05:00
jest.config.js Jest: remove unneeded moduleNameMapper for uuid 2023-01-05 15:49:11 -06:00
package.json Upgrade qrcode.react, add white border 2023-01-13 12:47:51 -06:00
postcss.config.js Remove postcss-object-fit-images 2022-12-30 12:13:53 -06:00
renovate.json Renovate: disable lockFileMaintenance 2023-01-05 19:01:25 +00:00
soapbox-screenshot.png Overhaul README 2022-12-18 17:03:11 -06:00
tailwind.config.js Introduce new Toast module 2022-12-20 12:46:03 -05:00
tsconfig.json Remove @ decorators 2022-11-03 15:33:51 -05:00
webpack.config.ts Convert Webpack configuration to TypeScript 2022-10-14 15:32:26 -05:00
yarn.lock Upgrade qrcode.react, add white border 2023-01-13 12:47:51 -06:00

README.md

Soapbox Screenshot

Soapbox is customizable open-source software that puts the power of social media in the hands of the people. Feature-rich and hyper-focused on providing a user experience to rival Big Tech, Soapbox is already home to some of the biggest alternative social platforms.

On The Fediverse

You may have heard of Mastodon. Soapbox builds upon what Mastodon made great to make something even better.

You can run Mastodon+Soapbox, Rebased+Soapbox, and more.

Soapbox is the frontend (what users see) while Mastodon is the backend (data, APIs). You can mix-and-match in the Fediverse ecosystem.

💡 If you're starting a new server, we highly recommend Rebased+Soapbox. Rebased is our custom-built backend just for Soapbox, providing important new features such as quote posting and chats.

See: Installing Rebased+Soapbox

Try It Out

Want to give Soapbox a shot? Here are some suggested servers:

  • gleasonator.com - operated by the lead developer of Soapbox
  • social.teci.world - free speech server run by a Soapbox contributor
  • spinster.xyz - one of the largest feminist communities on the internet
  • poa.st - the largest Soapbox server on the network

Want to use Soapbox against any existing Mastodon/Pleroma server? Try:

  • fe.soapbox.pub - enter your server's domain name to use Soapbox on any server!

🚀 Starting Your Own Server

Starting your own server is one of the best ways to have freedom online! We recommend installing Rebased+Soapbox.

See here for a detailed setup guide: Installing Rebased+Soapbox

Adding Soapbox to an Existing Server

Already have a server? No problem — it is still possible to use Soapbox.

💡 If using Pleroma, it's recommended to upgrade it to Rebased. This comes with better support and many new features, helping you get the most out of Soapbox.

Developing Soapbox

tl;dr — git clone, yarn, and yarn dev.

For detailed guides, see these pages:

  1. Soapbox local development
  2. yarn commands
  3. How it works
  4. Environment variables
  5. Developing a backend

Contributing

We welcome contributions to this project. To contribute, see Contributing to Soapbox.

Translators can help by providing translations through Weblate. Native speakers from all around the world are welcome!

Project Philosophy

Soapbox was born out of the need to build independent platforms with a unique identity and brand.

This is in contrast to Mastodon's idea, where all servers are called "Mastodon" and use the Mastodon colors and logo. Users won't see the word "Soapbox" throughout the UI, they'll see the name of your website and your logo. To facilitate this, Soapbox has a robust customization UI and integrated moderation tools. Large servers are a priority.

One disadvantage of this approach is that it does not help the software spread. Some of the biggest servers on the network and running Soapbox and people don't even know it!

License & Credits

© Alex Gleason & other Soapbox contributors
© Eugen Rochko & other Mastodon contributors
© Trump Media & Technology Group
© Gab AI, Inc.

Soapbox is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Soapbox is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with Soapbox. If not, see https://www.gnu.org/licenses/.