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

How Neil Kakkar Uses Claude Code for Development Workflow Automation
Neil Kakkar describes automating pull request creation with a /git-pr skill, switching to SWC for sub-second server restarts, and using Claude Code's preview feature to verify UI changes automatically.

Building Persistent Memory for Claude with Four Markdown Files
A developer built a system to overcome Claude's session-based context limitation using four markdown files loaded via project context: Protocol, CONVERGEHERE, Daily Capture, and Continuity. The system maintains context across sessions by having Claude read all files at boot and update Continuity and CONVERGEHERE at session close.

Claude Opus 4.6 Analyzes Buffett Letters to Pick Stocks Blindly
A developer used Claude Code with subagents to extract Warren Buffett's investing principles from 48 years of shareholder letters (561,849 words), then applied them to score 50 anonymized stocks. Opus 4.6 correctly identified 60% of Berkshire's actual holdings in its top 10 picks while rejecting anti-Buffett controls.

VibecodedHub: A Discovery Platform Built Entirely with Claude Code
A developer built VibecodedHub, a discovery and launch platform for AI-built projects, using Claude Code as the primary engineer across multiple focused sessions. The platform includes landing page, authentication, feed, project submissions, Stripe integrations, admin panel, SEO, and OG images.