/joyspot

Social Media - Without the toxicity

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

Crowdin

Joyspot

Social Media without the Toxicity

An open-source next.js social media that instead of promoting toxicity and negativity, promotes positivity and kindness.

Getting Started (developer)

Install dependencies

npm install
# or
yarn
# or
pnpm install
# or
bun install

Fill out the .env file

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
DATABASE_URL=
DIRECT_URL=
WEBHOOK_SECRET=

Run the development server

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev