u/pythononrailz

I used Claude as my pair programmer to build a generative AI coloring book for my daughter!

Hey r/Anthropic

Recently I’ve been having a hard time finding safe, kid friendly, easy to use coloring book apps for my child. Everything I found was overly complicated, overloaded with weird ads, no safeguards, and overly stimulating for a young kid.

So I decided to build one myself in Swift UI.

I wanted the app to feel simple, calm, and safe the moment a child or parent opens it. The app uses an API for image generation, but everything stays local on the device using Swift Data. I also built in robust parent protection across the app, so purchase links, external links, or even the terms page can’t be accessed without the parent lock.

My goal was to use AI in a way that is actually useful and hopefully can add value to someone’s life instead of feeling gimmicky.

I know this is an AI sub and everyone here cares about thoughtful products and the responsible use of AI, so any feedback from the Claude community is so much appreciated.

If there are any other young parents out there or if you know someone in a time of need where an app like this could bring the a bit of joy, please message me and we can arrange completely free usage :)

I’d really like to figure out a way to use this app to give back to those in need, if it ends up getting any traction.

If you would like to try out a free themed pack just comment below either “animals, under the sea, princesses and fairytales, dinosaurs, or learning fun” and I’ll send you a promo code. I’d love some feedback 🙂

Here is the app link if you would like to check it out, works best on iPad with Apple Pencil:
https://apps.apple.com/us/app/imagine-coloring-for-kids/id6762320485

u/pythononrailz — 6 days ago

I built a generative coloring book app on the iPad for my daughter :) Giving out free codes

Hey r/NoCodeSaaS

I just submitted a big update to my iOS app and wanted to share what I built. First off, most children’s coloring apps were filled with weird ads, the coloring pages were not high quality, and not many safety guardrails.

The app is a generative coloring book that is safe for kids. You can prompt any idea into a coloring book page. “Create a happy cat riding a bike” etc… You can also pick from prompt cards or themed packs, then color with crayons, markers, watercolors, or an eraser.

Here is a small breakdown of the app architecture!

At a high level the app is a pragmatic SwiftUI app with service objects and model stores. Swift UI views handle the app screens -> Models define the prompt ideas, theme packs, saved coloring etc -> Services handle the business logic such as store kit stuff & checking for kid safe prompts -> Backend worker -> and finally Swift data for local storage such as saving coloring pages.

I graduated with a B.S. in CS and have some mobile app development experience and I am more than happy to answer any questions for the community.

The app also has 5 themed coloring packs as add ons, such as the one you see in the photo. Leave a comment with any themed coloring packs you want & I’ll send you a promo code to unlock for free :)

Link to the app if you are interested in checking it out…Best enjoyed on iPad:
https://apps.apple.com/us/app/imagine-coloring-for-kids/id6762320485

u/pythononrailz — 6 days ago
▲ 2 r/codex

Haven’t seen this in awhile since switching from Claude Code. Guess it’s bedtime.

u/pythononrailz — 7 days ago

Best computer I’ve ever owned. MacBook Pro M5.

I just purchased this bad boy yesterday and wanted to share! Blown away at the quality of the machine. Agentic coding and video games work flawlessly + the sound and screen quality is just next level. Best laptop I’ve ever owned 🤩

u/pythononrailz — 7 days ago
▲ 5 r/AppsWithoutSub+2 crossposts

I built a safe for kids generative coloring book app for my daughter!

Hey r/AppsWithoutSub

I just submitted a big update to my iOS app and wanted to share what I built. First off, most children’s coloring apps were filled with weird ads, the coloring pages were not high quality, and not many safety guardrails.

The app is a generative coloring book that is safe for kids. You can prompt any idea into a coloring book page. “Create a happy cat riding a bike” etc… You can also pick from prompt cards or themed packs, then color with crayons, markers, watercolors, or an eraser.

Here is a small breakdown of the app architecture!

At a high level the app is a pragmatic SwiftUI app with service objects and model stores. Swift UI views handle the app screens -> Models define the prompt ideas, theme packs, saved coloring etc -> Services handle the business logic such as store kit stuff & checking for kid safe prompts -> Backend worker -> and finally Swift data for local storage such as saving coloring pages.

I graduated with a B.S. in CS and have some mobile app development experience and I am more than happy to answer any questions for the community.

The app also has 5 themed coloring packs as add ons, such as the one you see in the photo. Leave a comment with any themed coloring packs you want & I’ll send you a promo code to unlock for free :)

Link to the app if you are interested in checking it out…Best enjoyed on iPad:
https://apps.apple.com/us/app/imagine-coloring-for-kids/id6762320485

u/pythononrailz — 7 days ago
▲ 6 r/claude

Hey r/Claude

Recently it’s been a struggle to find safe, kid friendly, easy to use coloring book apps for my child. Everything I found was overly complicated, overloaded with weird ads, no safeguards, over stimulating, or just goofy themes.

So I decided to build one myself in Swift UI.

I wanted the app to feel simple, calm, and safe the moment a child or parent opens it. The app uses an API for image generation, but everything stays local on the device using Swift Data. I also built in robust parent protection across the app, so purchase links, external links, or even the terms page can’t be accessed without the parent lock.

My goal was to use AI in a way that was creative and hopefully can add value to someone’s life. I tend to be a cup half full person when it comes to AI even with all its downsides.

I understand that coloring on an iPad isn’t the best cognitively engaging activity for a child, but it beats many other activities and we are a limited screen time household. (there will also be screen limitation options on the next update per user feedback.)

I know this is an AI sub and everyone here cares about thoughtful products and the responsible use of AI, so any feedback from the r/Claude community is much appreciated.

If there are any other young parents out there or if you know someone in a time of need where an app like this could bring the a bit of joy, please message me and we can arrange completely free usage :)

I’d really like to figure out a way to use this app to give back to those in need, if it ends up getting any traction.

The app is best enjoyed with an iPad with an Apple Pencil and although it’s UX is designed with kids in mind, it’s still very fun to play on as an adult!

The app name is “Imagine: Coloring for Kids” if you are curious. I don’t want to blatantly break the subreddits rules of redirecting.

u/pythononrailz — 16 days ago
▲ 6 r/aiartcodex+1 crossposts

Hey r/aiartcodex

I just wanted to share the recent release of my new app, Imagine: Coloring for Kids. I designed the app specifically with my daughter in mind. The app has local safeguards app wide including prompts, coloring page renaming, etc. I also safeguarded access to any external links such as the terms of service, privacy policy pages, or premium page.

For those curious, DALLE-3 is the model that is being called to generate the coloring book pages.

I’d really love any feedback on the UI/UX and any support is greatly appreciated as I put a lot of time and love into this app.

I have a bachelors in CS and work in the industry, so I did not just “vibe code” this app.

If anyone has any questions about the code, how I plan to attack marketing, or any advice to offer when it comes to gaining new users; I’m all ears. Yes, I use semicolons.

Here is the app link: https://apps.apple.com/us/app/imagine-coloring-for-kids/id6762320485

I’m trying to figure out a donation program for this app as well for less fortunate families. If anyone has any ideas how to go about this please let me know.

u/pythononrailz — 17 days ago
▲ 4 r/claude

Hey r/Claude

I recently posted in r/ClaudeAI and the post blew up, so I figured I’d share on this sub as well.

Recently I’ve been having a hard time finding safe, kid friendly, easy to use coloring book apps for my child. Everything I found was overly complicated, overloaded with weird ads, no safeguards, and overly stimulating for a young kid.

So I decided to build one myself in native Swift UI.

I wanted the app to feel simple, calm, and safe the moment a child or parent opens it. The app uses an API for image generation, but I made sure everything stays local on the device using Swift Data. I also built in robust parent protection across the app, so purchase links, external links, or even the terms page can’t be accessed without the parent lock.

I used Claude as my senior engineer. Not just for code snippets, but for advice on real architecture decisions and iterating on features. Opus 4.7 really helped me catch edge cases & even taught me Swift syntax where my knowledge lacked.

If there are any other parents out there or if you know someone in a time of need where an app like this could bring the a bit of joy, please message me and we can arrange free usage :)

I’d really like to figure out a way to use this app to give back to those in need, if it ends up getting any traction. Please let me know if anyone has any ideas.

Here is the app link if you would like to check it out:
https://apps.apple.com/us/app/imagine-coloring-for-kids/id6762320485

u/pythononrailz — 18 days ago

Hey everyone,

I’m an indie iOS developer and I’ve been building a couple apps over the past year, most recently a kids coloring app that uses generative AI.

It’s still early, but I’ve been getting consistent organic downloads (mainly from Reddit and some App Store search), and I’m starting to think more seriously about distribution beyond just posting myself.

I’m interested in setting up an affiliate / revenue share model with people who already have audiences in: Parenting, Education, Tech, Health, and or Fitness.

Links to a couple of my apps:

Caffeine Curfew: https://apps.apple.com/us/app/caffeine-curfew-caffeine-log/id6757022559

Imagine: Coloring for Kids: https://apps.apple.com/us/app/imagine-coloring-for-kids/id6762320485

u/pythononrailz — 18 days ago
▲ 420 r/ClaudeCowork+6 crossposts

Hey r/ClaudeAI

Recently I’ve been having a hard time finding safe, kid friendly, easy to use coloring book apps for my child. Everything I found was overly complicated, overloaded with weird ads, no safeguards, and overly stimulating for a young kid.

So I decided to build one myself in Swift UI.

I wanted the app to feel simple, calm, and safe the moment a child or parent opens it. The app uses an API for image generation, but everything stays local on the device using Swift Data. I also built in robust parent protection across the app, so purchase links, external links, or even the terms page can’t be accessed without the parent lock.

My goal was to use AI in a way that is actually useful and hopefully can add value to someone’s life instead of feeling gimmicky.

I know this is an AI sub and everyone here cares about thoughtful products and the responsible use of AI, so any feedback from the Claude community is so much appreciated.

If there are any other young parents out there or if you know someone in a time of need where an app like this could bring the a bit of joy, please message me and we can arrange completely free usage :)

I’d really like to figure out a way to use this app to give back to those in need, if it ends up getting any traction.

Here is the app link if you would like to check it out:
https://apps.apple.com/us/app/imagine-coloring-for-kids/id6762320485

u/pythononrailz — 18 days ago
▲ 163 r/Anthropic

Hey r/Anthropic

Recently I’ve been having a difficult time trying to find safe, kid friendly, easy to use coloring book apps for my child. Most of what I found felt overloaded with ads, confusing, no safeguards, or just way too stimulating for a young kid.

So I decided to build one myself.

I wanted something that felt simple, calm, and safe the moment a child opens it. The app uses an API to generate coloring pages, but everything saved stays local on the device using SwiftData. I also built in parent protections across the app, so purchases, external links, and even the terms page can’t be accessed without a parent lock.

My goal was to use AI in a way that actually feels helpful instead of gimmicky.

I know this sub cares about thoughtful products and responsible AI, so I’d genuinely love feedback from this community.

If there any other young parents out there interested or someone you would like to give back too, please message me and I’ll be more than happy to arrange something for lifetime free access.

Late night post because the app just got approved and I’m excited. Here is the link if you are interested in checking it out :)

https://apps.apple.com/us/app/imagine-coloring-for-kids/id6762320485

u/pythononrailz — 21 days ago
▲ 886 r/ClaudeCowork+6 crossposts

Hey r/ClaudeCode

I am a software engineering student and I wanted to share a milestone I just hit using Claude as my main pair programmer. My app Caffeine Curfew just crossed 2000 downloads and 600 dollars in revenue.

Since this is a developer community, I wanted to talk about how Claude actually handled the native iOS architecture. The app is a caffeine tracker that calculates metabolic decay, built completely in SwiftUI and relying on SwiftData for local storage.

Where Claude really shined was helping me figure out the complex state management. The absolute biggest headache of this project was getting a seamless three way handshake between the Apple Watch, the iOS Home Screen widgets, and the main app to update instantly. Claude helped me navigate the WidgetKit and SwiftData sync without breaking the native feel or causing memory leaks.

It also helped me wire up direct integrations with Apple Health and Siri so the logging experience is completely frictionless. For any solo devs here building native apps, leaning on Claude for that architectural boilerplate and state management was a massive boost to my shipping speed.

I am an indie dev and the app has zero ads. If anyone is curious about the UI or wants to see how the sync works in production, drop a comment below and I will send you a promo code for a free year of Pro.

I am also happy to answer any questions about how I prompted Claude for the Swift code.

I’m a student with 0 budget, a dream, and a small chance of making it. Any feedback or support truly means the world.

Link:

https://apps.apple.com/us/app/caffeine-curfew/id6757022559

u/pythononrailz — 1 day ago