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

Integrating OpenClaw with Obsidian for a Private AI Knowledge Base
A developer shares their setup using an isolated Obsidian vault for OpenClaw, synced via SyncThing to maintain privacy while using AI agents. They've implemented task management through OpenClaw with automated research and metadata augmentation.

OpenClaw Orchestrator Routing Issues: When Delegation Fails
A developer reports their OpenClaw main orchestrator incorrectly handles requests itself about 40-50% of the time instead of routing to specialist sub-agents, despite using an explicit routing table and delegation rules. The setup includes 7 specialist agents for services like Gmail, Todoist, Notion, and weather.

How a React useEffect Bug Caused Random Haptic Feedback and Tanked App Retention
A developer ignored user reports of random app vibrations for months, only to discover a React useEffect dependency issue was causing constant haptic feedback on mid-range devices, dropping 7-day retention from 35% benchmark to 18%.

Developer Replaces AI Agent with Direct Playwright Script for Browser Automation
A developer used OpenClaw to spawn a Gemma 4 31B agent for browser automation via Playwright but encountered issues with incorrect API calls and timeouts. They replaced the entire agent with a 50-line script that communicates directly with Chrome, completing the task in 10 seconds.