Speak more fluently — a web app for working professionals to practice spoken English during commute and lunch breaks.
pnpm install
pnpm dev # http://localhost:3000- Next.js 15 (App Router) + React 19 + TypeScript
- TailwindCSS + shadcn/ui
- Postgres + S3-compatible object storage
- OpenAI gpt-4o for STT + fluency scoring
See .hermes.md for full product context and working conventions.
.
├── .hermes.md ← project context (loaded into Hermes sessions)
├── README.md
├── apps/
│ └── web/ ← Next.js app (frontend + API routes)
├── packages/
│ └── shared/ ← shared types, scoring rubrics, prompts
├── db/
│ ├── schema.sql ← canonical Postgres schema
│ └── migrations/ ← numbered, ordered SQL files
└── scripts/ ← dev / data / seed scripts
Proprietary — all rights reserved.