The backend engine for LineBuzz. This repository manages the database schema, real-time sync logic, and authentication policies.
- Data Infrastructure: PostgreSQL schema and migrations managed via Supabase.
- Real-time Engine: Configuration for low-latency broadcast and presence channels.
- Security (RLS): Row-Level Security policies to ensure team data remains private.
- Auth Gateway: GitHub OAuth configuration and user session management.
- Backend: Supabase (PostgreSQL, Real-time, Auth).
- Language: TypeScript / SQL.
- Supabase CLI installed.
- Docker (for local development).
git clone https://github.com/Spiral-Memory/linebuzz-core.git
cd linebuzz-core
supabase startTo apply changes to the local or remote database:
supabase db pushContributions are always welcome. Fork the repository, open it in your preferred editor, and use the Supabase CLI to manage migrations. For significant updates, open an issue first to discuss your approach.