Skip to content

Record audio instructions, and receive a AI-generated story for your kids.

Notifications You must be signed in to change notification settings

phildionne/storytime

Repository files navigation

Storytime

Your friendly AI storyteller: record audio instructions, and receive a tailored story for your kids.

Prerequisites

  • Node.js 18 or later
  • .env file in the project root with the following env variables:
Variable Value
OPENAI_API_KEY <your key>
BLOB_READ_WRITE_TOKEN <token>

Setup

pnpm install

Development

Run the Vite dev server (frontend only):

pnpm vite

Run the full stack locally (Vite + Vercel functions):

pnpm vercel dev

Build

Create a production build:

pnpm build

The build output lands in dist/.

Deploy

Deploy to Vercel (requires linked project and logged-in CLI):

pnpm vercel deploy --prod

If you prefer Vercel to build in the cloud, replace --prebuilt with --prod and omit the local pnpm build.

About

Record audio instructions, and receive a AI-generated story for your kids.

Resources

Stars

Watchers

Forks