Non-Developer Builds Three Production Apps with Claude AI Assistance

A Reddit user with no coding or software development experience has successfully built and deployed three production web applications using Claude AI as their primary development assistant.
Applications Created
- Fuel Finder Australia (fuelfinderaus.vercel.app) - A free, ad-free React Native application for Australians to find cheaper fuel prices. Features include a trip planner that calculates stops along a route based on car tank size and fuel consumption, with options for cheap or infrequent stops.
- MTG Proxy App (mtg-proxy-app.vercel.app) - A Magic: The Gathering proxy printing tool that allows searching for specific art types instead of changing each card individually. Includes a center offset compensation setting for printer alignment issues.
- Australian Budgeting App (aus-budgeting.vercel.app) - A tool for managing multiple mortgages, gross/net income, and investment properties with deductions, aimed specifically at Australian users.
Technical Implementation
Claude AI helped create a complete development workflow connecting multiple services:
- React Native application that works on iOS, Android, and web browsers
- Integration between GitHub, Cloudflare Workers, Cloudflare D1 database, and Vercel for deployment
- Iterative development approach where features were "chipped away at over time"
Development Context
The user started with no coding knowledge and discovered Claude's coding capabilities a month into their first project. They still don't understand basic AI concepts like tokens. Development was done in limited spare time with minimal testing, though the budgeting app produced results similar to Excel calculations.
The MTG proxy app has known mobile compatibility issues but works on desktop where users can drop entire decklists for processing.
📖 Read the full source: r/ClaudeAI
👀 See Also

Self-hosting OpenClaw for Slack: Three failure modes and a managed alternative
A developer documented three failed attempts at self-hosting OpenClaw for Slack, encountering WebSocket disconnections, API outage handling issues, and silent token rotation failures before switching to SlackClaw.ai, a managed service.

Onboarding AI agents like junior contractors: CLAUDE.md and production lessons
A store run entirely with AI agents treated onboarding like hiring a junior contractor, finding that clear constraints in a CLAUDE.md document consistently outperformed 'smarter' models with vague instructions.

Senior Developer's 34-Day Claude Code Project: Solid Engineering, Critical Blind Spots
A tech executive with 35+ years experience used Claude Code to build a document conversion pipeline in 34 days, generating 300+ commits, 272 tests, and clean architecture. The project revealed critical blind spots around existing libraries and user feedback.

Claude Code Ships Complete Multiplayer Game from Half-Finished Project
A developer used Claude Code to complete a competitive estimation game called Closer, adding real-time multiplayer via Supabase Realtime, ELO ranking system, daily challenges with percentile rankings, behavioral analytics dashboard, client-side routing, and confidence calibration tracking.