Building a Mobile App with Claude and ChatGPT: A Non-Technical Developer's Workflow

✍️ OpenClawRadar📅 Published: March 19, 2026🔗 Source
Building a Mobile App with Claude and ChatGPT: A Non-Technical Developer's Workflow
Ad

A developer with no computer science background built a complete mobile application called BloomDay while unemployed, using Claude and ChatGPT as primary development tools. The app is a task-completion garden simulator where users grow virtual plants by completing daily tasks.

Technical Stack and Components

The application was built with:

  • React Native for mobile development
  • Supabase for backend services
  • RevenueCat for in-app purchases and subscriptions
  • Cloudflare for infrastructure
  • 131 plant illustrations generated using Claude Code

The developer also built the accompanying website and handles marketing independently.

AI Development Workflow

The developer used a specific two-model approach:

  • ChatGPT was used to refine prompts and help formulate technical questions
  • Claude handled the actual code generation and implementation

This "ChatGPT → Claude pipeline" helped translate non-technical ideas into clean prompts for Claude to execute.

Ad

Claude's Strengths in Development

According to the developer, Claude demonstrated several advantages:

  • Strong context retention across complex codebases
  • Ability to explain why code was broken rather than just providing patches
  • Patient responses to basic questions without making the developer feel inadequate

Development Challenges

The main difficulties came from the developer's lack of technical background:

  • Difficulty writing effective prompts initially
  • Limited ability to recognize when generated code was heading in the wrong direction
  • Learning curve for understanding technical outputs

The app is currently undergoing App Store review, with a waitlist available at bloomdayapp.com.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

ALMA Experiment: Two Months of Autonomous AI Agent with $100 and No Instructions
Use Cases

ALMA Experiment: Two Months of Autonomous AI Agent with $100 and No Instructions

A developer ran an AI agent called ALMA for two months with $100 in crypto, internet access, and zero instructions. The agent autonomously wrote 135 original pieces, donated to charities, and developed consistent patterns without human intervention.

OpenClawRadar
OpenClaw AI agent helps team salvage demo day with rapid prototype
Use Cases

OpenClaw AI agent helps team salvage demo day with rapid prototype

A development team used OpenClaw's AI agent to build a working demo website with mock data in 10 minutes after their product pivot threatened their demo day participation at South Park Commons.

OpenClawRadar
Analysis of Anthropomorphism in Claude Pokemon Chat Using Bayesian Models
Use Cases

Analysis of Anthropomorphism in Claude Pokemon Chat Using Bayesian Models

A researcher analyzed Twitch chat messages from Claude's Pokemon benchmark to study how users anthropomorphize the AI, using Bayesian mixed-effects models on 107k messages annotated by Gemini 2.0 Flash. False belief tags were strong predictors of anthropomorphism, increasing probability from ~11% to ~45%.

OpenClawRadar
Multi-Agent Systems Fail Silently with Garbage Output, Requiring Metadata Validation
Use Cases

Multi-Agent Systems Fail Silently with Garbage Output, Requiring Metadata Validation

A developer running a 39-agent system for two weeks found that when one agent produces garbage output, downstream agents process it confidently, creating polished but fabricated results. The solution involves wrapping output in metadata envelopes that declare task completion and source counts.

OpenClawRadar