A modern process note-taking application for coaches, counselors, therapists, and social workers.
- Real-time transcription - Voice-to-text capture using Deepgram
- AI-powered templates - Automatic note population with LLM extraction
- Client management - Organize and track client profiles
- Assessments - Conduct standardized screenings and evaluations
- Smart search - Natural language querying across all notes
- Session tracking - Follow-up notifications and progress monitoring
- Next.js 16 (App Router)
- React 19
- Supabase (Database, Auth, RLS)
- Vercel AI SDK
- Deepgram SDK
- Tailwind CSS 4
- shadcn/ui
- TypeScript
- Clone the repository
- Copy
.env.exampleto.env.localand configure your environment variables - Install dependencies:
npm install - Start local Supabase:
npx supabase start - Run migrations:
npx supabase db reset - Start development server:
npm run dev
Currently in development. Phase 1 (Setup) and Phase 2 (Foundational Infrastructure) complete.
See specs/001-process-note-app/ for detailed specifications and task tracking.