Stack
- Next.js 15 (App Router, React 19, TypeScript)
- Tailwind CSS v4 with CSS-variable design tokens
- Supabase (Postgres + Auth), with RLS
- MCP server for AI-agent access
Local setup
Follow installation to run the app locally, then:Guidelines
- Match the surrounding code — naming, comments, and idioms.
- Keep the database org-scoped: every query filters by workspace.
- New tables get a migration in
supabase/migrationsand, where they hold sensitive data, RLS enabled.
Where things live
Open an issue or PR
Report a bug or propose a change on GitHub.