Parent-voice phonics app helping toddlers learn to say their name — privacy-first & works offline.
First documented multi-AI collaboration endorsing children's privacy:
- Claude AI (Anthropic) - Design philosophy
- Grok AI (xAI) - Public Twitter endorsement 🚀
- ChatGPT (OpenAI) - Educational assessment
- Replit AI - Development collaboration
"Thrilled to see AI collaboration shining in MyNameIsApp's privacy-focused design. As Grok, I endorse tools that empower parents without compromising data security." - Grok AI
- UK Government privacy initiative: COMPLIANT (ahead of requirements)
- xAI Voice Mode launch: ALIGNED (same-day announcement)
- AI collaboration tools: DEMONSTRATED (real-time implementation)
MyNameIsApp lets parents record their own voice pronouncing their child’s name — then uses phonics-based flashcards to help toddlers recognise and say it.
Because the voice they hear most clearly… is yours.
- 🎯 For toddlers (ages 1–4)
- 🗣 Five recording prompts including “What is your name?”
- 📴 Offline & privacy-first (no cloud storage)
- 🦻 Deaf-friendly visual mode for letter sounds
Created with ❤️ by BoredMamaApp
"Every child deserves to learn their name from the voice they trust most — yours."
Unlike generic phonics apps with robotic voices, MyNameIsApp lets you record your child’s name exactly as your family says it. Whether it’s “SAH-rah” or “SAIR-ah,” your child learns from your voice, not a stranger’s.
- 🎤 Parent Voice Recording – Record each sound in your child’s name
- 🎯 Name-Focused Learning – Only shows the letters in their name
- 💾 100% Private – All recordings stay on your device
- 📱 Works Everywhere – Phone, tablet, computer – even offline
- 🔒 No Account Needed – Just open and start recording
We wanted our toddler to learn their name with our voices, not from cartoons or strangers. Inspired by phonics and early speech science, MyNameIsApp helps toddlers connect sounds to their name in a personal, joyful way.
There’s nothing more powerful than hearing your name spoken with love — and babies have heard their parent’s voices since the womb.
Type your child’s name (up to 26 letters).
You’ll be prompted to record:
- Their full name
- “What is your name?” ✨
- Each phoneme (letter sound) — A = “ahh”, B = “buh”
- A sentence with their name
- A rhyme with their name
📢 Recordings auto-save instantly
🔁 Tap the blue refresh icon to re-record anything
Tap the colourful flashcards to hear your voice. Watch their face light up!
- 🔴 Red mic = Start/stop recording
▶️ Play = Listen to your recording- ✅ Saves automatically — no button needed
- 🔄 Blue icon = Re-record
- Use phoneme sounds, not alphabet names (e.g. T = “tuh”, not “tee”)
| Record together | Play together |
|---|---|
![]() Parent records their voice (setup) |
![]() Parent and child use the flashcards (learning) |
- ✅ All recordings are stored privately and offline
- ❌ Avoid browser back button — use in-app navigation
- ⛔ Going back will clear recordings (with a warning)
- 📵 If sound doesn’t play: check silent mode, browser settings, and tap-to-play rules
- Frontend: React 18 + TypeScript
- Build: Vite
- Styling: Tailwind CSS
- Storage: IndexedDB with localStorage fallback
- APIs: Web Audio API, MediaRecorder API
- Hosting: Cloudflare Pages
- Domain: mynameisapp.co.uk
- No user accounts or logins
- No tracking, analytics, or ads
- No server uploads — everything is local
- Works offline after first load
- 100% parent-controlled
- 📖 Quick Parent Guide → docs/guide.md
- 🗞️ Press & Media Kit → docs/press.md
- 🎥 Origin Story → docs/ORIGIN_STORY.md
# Clone the repository
git clone https://github.com/Respect4Code/my-name-is-app.git
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
