Building a Kid-Safe Coloring Book App with Claude as Pair Programmer

A Reddit user built a safe, ad-free coloring book app for kids using SwiftUI and Claude as a pair programmer. The app, called Imagine: Coloring for Kids, is now on the App Store.
Key Details
- Built entirely in SwiftUI with SwiftData for local persistence.
- Image generation via an API, but all data stays on-device.
- Robust parent protection: purchase links, external links, and terms page are locked behind a parent gate.
- The app intentionally feels calm and simple — no ads, no overstimulation.
- The developer used Claude as a pair programmer throughout the build process.
- Available on iOS: App Store link.
- The developer offers free access to families in need — contact via Reddit.
Who It's For
Parents looking for a genuinely safe, no-ads coloring app for young children, and developers interested in an AI-assisted SwiftUI project example.
📖 Read the full source: r/ClaudeAI
👀 See Also

Developer Builds Full ERP System with AI Assistant Using Claude and Gemini
A developer created a full ERP platform called AXIO with 9 modules and an AI assistant that executes voice commands using Gemini 2.5 Flash with 16 function-calling tools. The system was built with Next.js 14, TypeScript, and Supabase in 3 weeks through 'vibe-coding' with Claude.

OpenClaw Agent Implements Contextual Reminders with Relationship Nudges
An OpenClaw user built a personal agent system with contextual reminders that trigger based on calendar load, current tasks, and time of day rather than fixed schedules. The system includes an escalation ladder for reminders and uses memory tracking to suggest contacting people based on relationship history.

Building a SwiftUI Line-Art System with Claude Code: One Good Thing Case Study
A developer built an iOS app's line-art illustrations entirely in SwiftUI Canvas using Claude Code as a coding partner. Key lesson: treat Claude like a patient pair programmer, not a vending machine.

Using AI to Port a Wi-Fi Driver from Linux to FreeBSD: A Case Study
A developer used Claude Code and Pi agent to attempt porting the Linux brcmfmac driver for Broadcom BCM4350 Wi-Fi chips to FreeBSD, first through direct code translation and then by generating a detailed 11-chapter specification for clean-room implementation.