AI-native E-Rechnung platform for German freelancers and small businesses.
- Next.js 14 (App Router), TypeScript strict, Tailwind, shadcn-style UI
- Supabase (Auth + Postgres)
- MCP server scaffold in
mcp-server/
- Install dependencies:
npm install
- Create env file:
cp .env.example .env.local
- Run dev server:
npm run dev
npm run typecheck
npm run lint
npm run build- SQL migration is prepared in:
supabase/migrations/20260219_001_init_count_me.sql
Apply with Supabase CLI or dashboard SQL editor.
- Master checklist:
ABHAK_TODO.md - Prompt alignment notes:
docs/PROGRESS_SYNC.md