Yapper is a social media platform akin to X / Bluesky.
- Frontend
- TypeScript + React
- Backend
- "Serverless" structure -> Azure App Service / Functions
- Database
- Azure DB for PostgreSQL
- Auth
- JWT-based auth. Access token stored in localStorage.
- Ambitious ideas
- Real time pub sub if its not too expensive?
- Some kind of recommendation algos so user sees targeted Yaps?
The app is deployed on Microsoft Azure and can be found here.