Case Study
A real short-term rental. A real payments system. Built solo, start to finish, with Claude Code.
Years as Airbnb Superhost
Five-star reviews
Saved per night vs. Airbnb

The Business
Casita on the Park is a backyard guesthouse in Oak Cliff, Dallas. It's a working Airbnb with five years of Superhost status and 126 five-star reviews. It didn't need a website to survive. It got one anyway.
The Problem
Airbnb takes a cut on every booking, and there's no built-in way to reward a guest who wants to come back. No dev team, no budget for one. Only Claude Code and a weekend.
The Build
Full payment flow, live webhook handling, production signature verification.
Synced against Airbnb's own iCal feed so the same night can never get booked twice.
Netlify functions, secure per-booking door codes, and a real admin dashboard to run it all.
What Actually Broke
Live Stripe webhooks failed 100% of the time for a week. The signing secret was wrong, and Netlify's masked display made it look correct. The fix: hand-sign a fake webhook event, send it, and read the response. 200 meant it matched, 400 meant it didn't. Once diagnosed, the real fix took minutes. Zero bookings were lost.
The Honest Part
This site was never meant to out-market Airbnb. It's a way for returning guests to skip the platform fee, and honestly, a test of whether one person with Claude Code could ship a real payments-and-calendar system solo. It did.
Why This Matters
Digital Nocturne operates the same way this project got built: agentic execution, one person verifying every step, real infrastructure under a simple front end. If it can run a rental property's payments and calendar, it can run your analytics, your SEO, or your ad account.