- "Make it work, make it right, make it fast" - Kent Beck
- "The function of good software is to make the complex appear to be simple." - Grady Booch
Being built with love with modernity in mind.
- Voice calling
- Messages with Tenor GIFs built in, along with images stored on the server.
- Authentication with SuperTokens
- Video calls with screen sharing using WASM
- Fastify API that generates types and schemas and OpenAPI Specification files for the VSCode extension I'm using
- Basic message encryption end to end?
- Record content while in a call, like Google Meets, but clientside!
- Switch to pnpm since a certain someone likes to run
npm install
a lot more than they should
- WebRTC TypeScript
- FFMPEG WASM (Resource intensive, maybe allow a server recording option?, likely requires modern hardware & browser, such as Microsoft Edge
:troll:
) - TypeScript (project-wide)
- Next.js (Frontend)
- Fastify (Backend)
- Jest (Frontend)
- Tap (Backend)
- Redoc (Public Enduser API documentation)
- React Native Web/Tauri/Solito (Desktop/mobile?)
- tRPC (project-wide types)
- Simple Analytics
- Sentry.io
N/A, just starting off the project... Initial commit type flow.
This project ships a Docker Compose setup for testing purposes, if I were you, I would never use it in production. Instead, normally install Fail2Ban, CrowdSec, Postgres, Nginx, SuperTokens, NodeJS, pnpm
, and Redis on a Linux machine like a regular person and configure it yourself. We have a config for Nginx for ease of deployment.
no
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to add tests as appropriate. In-depth ones, not one that checks if 1 + 1 === 2.
Please read the Contributing Guidelines before submitting any pull requests or opening issues.