Next.js app for recording meetings, generating transcripts, and producing summaries (referater). Uses hviske-ensemble for speech-to-text and OpenAI for chapter, topic, minutes generation, and PII detection.
cp .env.example .envand fill in the values.npm installnpm run db:migratenpm run dev
npm run dev— start the Next.js dev servernpm run build/npm start— production build and servenpm test— run the Vitest suitenpm run db:generate/db:migrate/db:studio— Drizzle migrations