Your friendly AI storyteller: record audio instructions, and receive a tailored story for your kids.
- Node.js 18 or later
.envfile in the project root with the following env variables:
| Variable | Value |
|---|---|
OPENAI_API_KEY |
<your key> |
BLOB_READ_WRITE_TOKEN |
<token> |
pnpm installRun the Vite dev server (frontend only):
pnpm viteRun the full stack locally (Vite + Vercel functions):
pnpm vercel devCreate a production build:
pnpm buildThe build output lands in dist/.
Deploy to Vercel (requires linked project and logged-in CLI):
pnpm vercel deploy --prodIf you prefer Vercel to build in the cloud, replace --prebuilt with --prod and omit the local pnpm build.