A modern, open-source Slack-like chat application that can be self-hosted with just 2 Convex environment variables.
Note: If you want github or google auth, make sure to create a GitHub or Google OAuth application and add the following environment variables to your Convex dashboard:
AUTH_GITHUB_ID
- GitHub OAuth application IDAUTH_GITHUB_SECRET
- GitHub OAuth application secretAUTH_GOOGLE_ID
- Google OAuth application IDAUTH_GOOGLE_SECRET
- Google OAuth application secret