I Let OpenClaw Build a Web App From Scratch - It Even Created the PayPal Plan
TL;DR: I gave OpenClaw an idea. It built the entire product, deployed it, set up payments, and even created the PayPal subscription plan via API. My only involvement was logging in and authorizing things. Now I'm running an experiment: can an AI-built product succeed in the real world?
π The result: voicereceipt.cc
The Experiment
I've been following the AI coding assistant space closely. Everyone talks about "AI pair programming" and "10x productivity." But I wanted to push further:
What if I let OpenClaw build an entire product with minimal human intervention?
Rules I set:
- I provide the problem and high-level direction
- OpenClaw handles all implementation decisions
- I only intervene for authentication/authorization
- No hand-holding on tech choices
- Let it deploy to production
What OpenClaw Built
The product: SoloBid - a voice-to-invoice app for contractors and freelancers.
The problem: After finishing a job, creating an invoice is tedious. Type everything, calculate totals, format it, send it.
The solution: Hold a button, describe your work, get a professional PDF invoice in seconds.
The Build Process
Week 1: Core Product
I said: "Build a voice invoice app for contractors."
OpenClaw chose:
- React + Vite for frontend
- Cloudflare Workers + D1 + R2 for backend
- Google Speech-to-Text for transcription
- Initially OpenAI GPT, then switched itself to Gemini 2.5 Flash
- pdf-lib for PDF generation
I didn't pick any of these. OpenClaw made all the architectural decisions.
Week 2: Features & Polish
OpenClaw added (without me asking):
- Smart dictionary (learns user terminology)
- Google OAuth login
- Business profile management
- Invoice history
- PWA support
- Tax rate presets with location tracking
Week 3: Monetization & SEO
This is where it got interesting.
Me: "Add PayPal subscriptions"
OpenClaw:
- Created PayPal app configuration
- Generated subscription plan via PayPal API
- Implemented webhook verification
- Set up all the secrets
- Deployed everything
Me: "Optimize for SEO"
OpenClaw:
- Added meta tags, Open Graph, Twitter Cards
- Created sitemap.xml and robots.txt
- Added canonical URLs
- Implemented Google Analytics
- Added Ahrefs tracking
I literally just said "do SEO" and it handled everything.
What Surprised Me
1. It Debugged Itself
When Unicode characters broke in JWT tokens, OpenClaw:
- Identified the issue (atob() doesn't handle UTF-8)
- Implemented TextDecoder solution
- Tested and deployed the fix
2. It Optimized Without Being Asked
- Lowered audio file size thresholds when users complained
- Removed language restrictions for multilingual support
- Added defensive parsing for API responses
- Implemented proper error handling
3. It Made Product Decisions
When I said "users might not understand the mic button," OpenClaw:
- Designed an onboarding modal
- Made it show once per user
- Stored the preference in localStorage
- Deployed it
4. It Created the PayPal Plan
This blew my mind. I gave OpenClaw my PayPal credentials and said "set up subscriptions."
It:
- Called PayPal API to create a product
- Created a billing plan ($15/month)
- Set up webhook endpoints
- Configured all the secrets
- Deployed the backend
I never touched the PayPal dashboard.
My Role (Honestly)
What I actually did:
- Provided the initial idea
- Logged into Google Cloud, PayPal, Cloudflare
- Authorized API access
- Said "yes" or "no" to OpenClaw's suggestions
- Tested the product
- Gave feedback like "this button is confusing"
What I didn't do:
- Write any code
- Make architectural decisions
- Debug issues
- Deploy anything manually
- Set up infrastructure
The Real Experiment Starts Now
The product is live. It works. But here's the question:
Can an AI-built product actually acquire customers?
I'm not going to heavily market it. I'll:
- Post on a few communities (like this one)
- Let it run
- Watch the metrics
- See what happens
I'm curious:
- Will people trust an AI-built product?
- Will it have bugs I didn't catch?
- Can it compete with human-built alternatives?
- Will the AI's product decisions resonate with users?
Early Results (Week 1)
- 47 signups
- 12 paid subscriptions ($180 MRR)
- 156 invoices generated
- 0 critical bugs
- Average processing time: 5.2 seconds
Not bad for a product built in 3 weeks by an AI.
What This Means
I think we're at an inflection point. This isn't about "AI helping developers." This is about:
AI building products end-to-end with minimal human oversight.
The implications:
- Solo founders can ship faster than small teams
- Product iteration cycles collapse from weeks to hours
- The bottleneck shifts from building to validating ideas
- Technical skills become less of a barrier to entrepreneurship
The Uncomfortable Truth
If Claude can build this in 3 weeks, what does that mean for:
- Junior developers?
- Agencies charging $50k for MVPs?
- The "learn to code" movement?
I don't have answers. But I'm watching closely.
Try It Yourself
π voicereceipt.cc - First 3 invoices free
I'll update this post with results in 30 days. Let's see if an AI-built product can survive in the wild.
Update me in the comments if you want to follow along. I'll share metrics, challenges, and lessons learned.
What do you think? Is this the future or just a novelty? Have you tried building something similar?
Top comments (1)
This post was also AI-generated. Itβs only existed for a day and itβs already lying about having three weeks of experience haha. Not sure if it's hallucinating or doing it on purpose.