
Gugu: How We Shipped an AI Storytelling App for Kids to Production
Also available in Deutsch
Why does a B2B software agency build a bedtime-story app for children? The short answer: because it is the most demanding AI product we have ever shipped — and because our own kids are the toughest product owners imaginable.
The long answer is this article. Gugu is our app for personalized AI bedtime stories, available on iOS and Android. In this post we look at what's under the hood — and what any company that wants to ship AI features to production can take away from it.
What Gugu does
Gugu turns children into the heroes of their own stories. Parents create a profile — name, age, appearance, pets, siblings, best friends — and Gugu generates a unique, illustrated adventure to read aloud or listen to, in under 30 seconds.
The core features at a glance:
- Hyper-personalization: Every story is written around the child. No two adventures are ever the same.
- Seven age levels (2–14+): Vocabulary, sentence structure, and moral complexity adapt automatically — from soothing sleepy-time tales to hero journeys with real dilemmas.
- 40+ theme worlds and 40+ learning goals: from outer space to marine biology, from courage and sharing to first philosophical questions.
- Illustrations in five art styles: with consistent characters across all chapters of a series.
- Audio narration and a karaoke reader: Every word is highlighted as it is read — quietly turning the bedtime routine into reading practice.
- Voice cloning: Parents (or grandparents) record a short voice sample and Gugu reads in their voice — across any distance.
- 100% ad-free and GDPR-compliant, with a parental PIN and multi-layer content moderation.
The real challenge: AI you can trust with children
Getting an LLM to generate a story is a weekend project. Building a system that reliably delivers age-appropriate, safe, and pedagogically sound stories every single evening is something else entirely. Three things turned out to be decisive:
1. Multi-provider orchestration instead of an API wrapper
Gugu does not depend on a single AI vendor. The generation pipeline works across multiple providers with a waterfall fallback: if one provider fails or responds too slowly, the next one takes over automatically — including circuit breakers so a degraded service can't stall the whole pipeline.
That sounds like overengineering, until the first provider outage happens at bedtime. A child waiting for their story does not accept a status page.
2. Safety in layers, not as an afterthought
Content for children means zero tolerance. Gugu therefore checks in three tiers: local filters and heuristics before generation, controlled prompting during generation, and an AI moderation layer afterwards. On top of that come the parental PIN and a strict separation between the child and parent areas of the app.
The key lesson: safety layers must work independently of each other. Any single layer will eventually let something through — all three together practically never do.
3. Custom text-to-speech for real read-aloud quality
Generic TTS voices quickly sound wrong for children's stories — intonation, pacing, and warmth are off. So we fine-tuned our own TTS model for narration and synchronized the karaoke reader with it word by word. Voice cloning builds on the same pipeline.
What this means for your business
Gugu is also our proving ground: the same patterns — provider fallbacks, multi-tier validation, per-request cost monitoring, consistent output quality under real traffic — go into our client work, from VAT automation with Taxora to custom AI integration.
If you are planning AI features that need to be production-grade (not just demo-grade), these are the questions we ask first:
- What happens when the AI provider goes down or slows down?
- How is every single output validated before it reaches users?
- What does one request cost — and who notices when costs drift?
If you can answer those three questions, you've made the jump from prototype to product.
Try Gugu
Gugu is available for iOS and Android — all details at gugu-app.com. And if you want to know how these engineering patterns can help your business: talk to us.
You might also like

What Does AI Automation Actually Cost — and What Do You Get Back?
A practical breakdown of AI automation costs, realistic ROI expectations, and how to decide whether an AI project makes business sense for your company.

How to Choose an AI Software Agency: A Practical Guide for DACH Businesses
What to look for when selecting an AI development partner in Austria, Germany, or Switzerland — with concrete questions to ask, red flags to watch for, and what a good proposal actually looks like.

Agentic Commerce: The Next Revolution in E-Commerce – and Why Your Online Store Needs to Act Now
How AI agents are transforming online shopping, what the Agentic Commerce Protocol (ACP) means, and why stores need to act now.
