Inspiration
My 7-year-old daughter loves Paw Patrol and enjoys learning when it feels like play. I wanted to build something that combined her favorite show with educational value — especially to help her with spelling and vocabulary. This game was inspired by her, and designed to make learning words fun, visual, and rewarding.
What it does
Paw Speller Patrol is a colorful, web-based vocabulary spelling game designed for early learners. The game features 6 vocabulary categories: Animals, Food, Colors, Clothes, Places, and Actions. In each round, kids see an image or hear an audio clue and must pick the correctly spelled word from a set of 3–4 choices — no typing needed.
After completing a category with a high score (5/6 or above), the player earns a Paw Patrol-themed badge, each one featuring a favorite character (like Chase or Skye). These badges are shown in the "My Badges" screen, where the 6 character slots light up when earned.
The design includes:
- Big, rounded buttons
- Child-friendly fonts
- Cartoon icons and bright colors (blue, red, yellow, pink, green, orange)
- Positive sound effects (barking, cheers)
- Soft background music (with mute option)
The game randomizes questions each time, creating a fresh and engaging experience on every play.
How we built it
I used Bolt and a detailed prompt to build this project, specifying:
- Category structure and gameplay mechanics
- Paw Patrol-inspired color palette
- Badge system with placeholders
- Touch/tap-friendly UI
- Use of localStorage to save badge progress
- Audio and visual feedback system
Files were organized into React components like Header, Badge, WordCard, and GameScreen, with logic separated into custom hooks (useGameState, useAudio) and vocabulary data.
Challenges we ran into
- Designing a UI intuitive enough for a 7-year-old with minimal reading
- Ensuring the spelling options were fair but challenging
- Creating a meaningful reward system (badges) that motivates repeated play
- Managing responsive layout across devices
- Integrating audio in a simple but effective way
Accomplishments that I am proud of
- Created a full-fledged spelling game with visual, auditory, and motivational features
- My daughter enjoyed the game and felt proud of earning her first badge
- Fully responsive and visually engaging on tablet and desktop
- Progress is saved locally, so she can keep coming back to earn all 6 badges
What I learned
- Clear prompts and playful design significantly improve engagement for kids
- Sound and badge systems are powerful motivators
- Planning layout and accessibility for children requires extra simplicity
- Bolt is a great tool for quickly developing interactive educational apps
What's next for Paw Speller Patrol
- Add voice instructions and pronunciation for each word
- Include more vocabulary in each category
- Add difficulty levels (e.g., 3-letter, 4-letter, 5-letter words)
- Allow parents to upload their own words and images
- Export as a mobile app so kids can play offline

Log in or sign up for Devpost to join the conversation.