Freelancer builds OpenClaw agent for visual app testing, lands 11 clients

How it started: Identifying a preventable bug
A frontend freelancer was working on a home services marketplace app with around 890k downloads. While rebuilding the search and filter flow, they noticed recurring support tickets about the review system attaching ratings to the wrong service provider. The bug occurred because review submission associated ratings by most recent booking timestamp instead of the booking ID the user actually selected on the review screen. This created a race condition when the booking list order shifted between when the user tapped "leave review" and when the review screen loaded.
The lead engineer had known about the issue for two months but their testing process consisted of opening the app on their phone, tapping through main screens, and shipping if nothing looked broken. They never tested the review flow with multiple bookings because they only ever had one test account with one booking at a time. The bug only showed up when real users had overlapping bookings in the same week, which was most of their active users.
The solution: Building a visual testing agent
Using OpenClaw for three months in their own workflow, the developer built an agent that:
- Takes test steps written in simple statements
- Connects to a cloud emulator
- Runs through the app visually
- Captures every step along the way
- Shows exactly where something breaks and what the screen looked like
After two weeks of practice with friends' small apps to get step writing down, they offered the home services client 5 free test runs. The review flow failed on the second run, exposing the exact bug with screenshots showing where it went wrong.
Business model and client acquisition
The service costs $180/month for 26 flows covering core user journeys. The developer runs the agent, maintains context, adds flows when features ship, and flags anything that breaks, taking about 2.5 hours per month per client.
Initial clients came through professional connections:
- A fleet tracking app (1.4 million downloads) with route logging issues where tracked paths showed gaps when the app lost foreground state during long drives. $320/month.
- A school communication app (1.3 million downloads) with notification routing sending class announcements to wrong parent groups when teachers were assigned to multiple sections. $200/month.
Additional clients included a grocery delivery app ($220/month), inventory sync app ($130/month), and salon booking app ($140/month). Word of mouth from existing clients drove further growth through founder group chats, meetups, and developer communities.
One lead didn't work out: a founder building an AI recipe app saw the trial but was planning a major rewrite and decided testing the current version didn't make sense.
Current metrics
11 total clients: 9 active, 2 finishing onboarding. Total recurring revenue when all are live: $3,840/month. The developer spends about 22 hours per month across all clients, averaging 2-3 hours of maintenance per client. This works out to roughly $170/hour for work that's mostly reviewing reports and writing new flows when features ship.
One-time fees added $1,600 total, including $500 for full flow documentation on the fleet app and $450 for the school app which needed separate flows for 6 different user roles.
📖 Read the full source: r/openclaw
👀 See Also

Using OpenClaw's SkyClaw bot for personal expense tracking via Discord and Google Sheets
A user describes using SkyClaw, a cloud-native bot powered by OpenClaw, to log expenses through Discord messages and receipt images, which are automatically added to a Google Sheet without needing access to sensitive personal accounts.

100 Parallel Claude Agents Reverse-Engineer Open Source Marketing: A Playbook from r/ClaudeAI
Developer spawns 100 parallel Claude+Codex sessions to analyze why their open-source project got zero upvotes — agents returned a 7-point marketing playbook and uncovered Anthropic's plugin registry as a low-competition channel.

Developer Builds Card Combat Game in 72 Hours Using Claude AI
A developer used Claude AI to build a complete browser-based card combat game called SNAPDOWN in 72 hours. The game includes a 6-stage story, 4 playable classes with unique mechanics, AI opponents, animations, and a tutorial system—all in a single HTML file with no framework or build step.

Forge agent autonomously fixes GitHub bug using Claude AI
A developer's Forge agent detected a GitHub bug report, triggered a pipeline, used Claude AI to analyze and fix the issue, and opened a PR—all without human intervention while the developer slept.