Dev built 3 iOS apps in weeks using Claude AI from ideation to debugging

A Reddit user shared how they used Anthropic's Claude AI to build three iOS apps in a few weeks. The post details using Claude throughout the full development cycle — from initial idea shaping to debugging and iteration. The three apps are:
- Smart Facts — delivers short interesting facts across topics like psychology, science, and history, designed for quick learning.
- Jar of Joy — a gratitude journaling app where users write entries into themed jars (gratitude, self-love, etc.) and revisit them anytime.
- Bloom Studio — a minimal photo editing app for quick image enhancements without overwhelming controls.
The developer reported that Claude helped speed up development, structure ideas, and accelerate iterations. Specific uses included writing logic, debugging, and going from concept to working product without getting stuck.
The apps are published under the developer account "Digital Hole Pvt Ltd" on the iOS App Store.
📖 Read the full source: r/ClaudeAI
👀 See Also

How I reduced OpenClaw costs by 60% through model routing
An OpenClaw user cut API costs from $420 to $168 in 20 days by analyzing usage patterns and routing tasks to appropriate models instead of using Claude Opus for everything. The breakdown showed 70% of tasks were simple and could use cheaper models.

Personal Finance Dashboard Built with Claude AI: Self-Hosted with Google Sheets Backend
A developer built a full-stack personal finance dashboard using Claude AI that aggregates investments across stocks, mutual funds, physical gold, and fixed deposits. The app runs on a spare PC, uses Cloudflare Tunnel for serving, and stores all data in the user's own Google Sheets.

Case Study: Building a Full-Stack Web App with Claude in Six Weeks
A 19-year-old developer from Nepal used Claude to build and ship Somnia, a dream journal web app with 100 users and 7 paying customers in six weeks. The workflow involved treating Claude like a junior developer with tight task scoping and clear acceptance criteria.

Building a Voice Interface for OpenClaw Agents Using iPhone Shortcuts
A developer created a voice-controlled interface for OpenClaw agents by building a Python server endpoint and integrating it with an iPhone Shortcut that handles speech-to-text and text-to-speech locally on the device.