Sanctum is a social platform centered on hobbies, creativity, and interest-based communities. It combines a Reddit-style feed with realtime chat, multiplayer features, and a Go + React full-stack architecture.
- Community feed and threaded posts
- Direct messages, chatrooms, and realtime social features
- Multiplayer games integrated into the platform
- Go backend with PostgreSQL, Redis, and monitoring support
backend/: Go API and core servicesfrontend/: React appdocs/: project and feature documentation
make setup-local
make devDefault local services:
- Frontend:
http://localhost:5173 - Backend:
http://localhost:8375 - PostgreSQL:
localhost:5432 - Redis:
localhost:6379