AI interview prep app built with SvelteKit.
Tech stack
- SvelteKit, Vite, Tailwind CSS
- Stream Video & Stream Chat
- Drizzle ORM (Postgres)
- Inngest (background jobs)
Quick start
- Install deps:
bun install - Dev:
bun run dev - Build:
bun run buildand preview:bun run preview
Notes
- Configure required environment variables (Stream, DB, Auth, etc.).
- Public files go in
static/.