Homads — a subscription listing site for mid-term rentals
Founder & builderA listing site for mid-term rentals — furnished stays of 30 days or more. Hosts list free and pay a subscription to reply to renters, with no commission taken on a booking. I build and operate the stack: the application, the marketing site and blog, subscription billing, search, analytics and content.
700+ US cities · 1,000+ listing owners · 41,000-member host community · 2,826 indexed URLs
More detail
The stack
- Marketplace app on Bubble — listings, search, messaging, host dashboard, subscriptions.
- Marketing site and blog on Next.js / Vercel, with the app acting as the CMS behind the blog.
- Search infrastructure — a Postgres read-mirror of the listing data, so city and map search doesn't run against the app database.
- Billing — Stripe subscriptions across three portfolio-sized plan tiers, plus the sync layer that keeps the app and Stripe consistent.
- Analytics — Mixpanel behind a first-party proxy, reconciled daily against Stripe.
Recent platform work
- A framework upgrade across two major versions, including the middleware-to-proxy migration and the runtime change that came with it.
- SEO migration: canonical and OG-image fixes, a 301 map off the legacy URL scheme, and a sitemap rebuilt to 2,826 URLs including 602 city pages.
- A crawler gate that was returning 503s to link unfurlers — diagnosed, exempted, and covered with a unit test.