// project · eveluna
Personalized audio bedtime stories for kids. An LLM writes the story, a TTS model narrates it, and the whole thing ships as a single Cloudflare Worker — provisioned, deployed, and kept honest by SST.
Note: this page is an AI-generated summary of the project. The product, the code, and the stories behind it are real — the prose isn't hand-written.
// why
// look







// the deploy shape
// stack
Story generation is admin-triggered — runs as a local CLI that calls OpenAI, uploads the mp3 to R2, and inserts a row in D1. The Worker itself never spends on OpenAI, which keeps the latency and cost envelope tight while the product is small.
// status
// work together