KathaKitaab Studio
Create playable AI storybooks from Indian epics, folktales, and story worlds. Type a title — the engine writes the scenes, paints the art, and records the narration. About three minutes end to end.
Create a Story
Name the world you want to enter.
Start with an epic, folktale, or theme. KathaKitaab.ai turns it into a playable AI storybook.
Visual style
Starting points
MahabharataPanchatantraAkbar and BirbalTenali RamanJataka TalesVikram and BetaalIndian HistoryBuddha Stories
Coming soon
- Child photo upload — illustrate the hero with your child’s likeness. In safety review; will ship with private-by-default photo storage and a clear retention + delete policy. The text-only version above is live today.
- Video export — a downloadable MP4 of the cinematic cut. The in-browser cinematic player is already live on every book’s movie page.
- Classroom analytics — assignment, comprehension tracking, multi-student dashboards. Today’s Classroom mode generates a single playable book; the analytics layer is planned, not built.
How KathaKitaab builds your book
Four concurrent phases inside one Vercel function. About 25 seconds for the outline, two to three minutes for the art, ten seconds for the narration — running in parallel.
Phase 1
Outline + characters
gpt-4o-mini drafts a 9–12 scene arc and assigns each character a voice archetype.
Phase 2
Scene details
Per-scene narration, hotspot positions, quiz questions, and camera motion. Concurrency 4.
Phase 3
Scene images
gpt-image-1 paints each scene at 1536×1024. Concurrency 3.
Phase 4
Scene narration
Sarvam Bulbul records each scene shaped to its mood. Concurrency 6.
These are concurrent functions, not OpenAI Agents SDK instances — the README documents this honestly.