Home / Projects / BizPage Builder

BizPage Builder

A lead-gen factory in a box. Discover small businesses without websites, generate Google-ready landing pages with Claude, and hand them off as zipped, deployable HTML — one workflow, hundreds of pages.

Category  AI · Local SEO Stack  Python · Flask · Pillow · Jinja2 LLM  Anthropic Claude Status  In development

The problem

Roughly 30% of small businesses still don’t have a real website — just a Facebook page or a Google Business Profile. The agencies and lead-gen operators who’d like to fix that face a brutal economics problem: bespoke landing pages take hours, but the average yearly value of a small business client is too low to justify it. Templates help; templates plus AI copy are the unlock.

What we built

BizPage Builder uses the Google Maps API to discover businesses in a target city and category, filters out the ones with existing websites, and pulls each business’s details (hours, photos, reviews, services). Claude turns those structured facts into compelling, SEO-aware copy — hero headline, services blocks, social proof, FAQ — and Jinja2 renders the result against a responsive HTML template. The user can tweak any section before exporting a self-contained ZIP that drops onto any host.

The AI angle

The hard part isn’t generating page copy — it’s generating different page copy for each business. Templates rot fast when 200 plumbers in the same city read the same landing page. Our prompt forces Claude to anchor each page to specific reviews and unique service offerings, and an originality check rejects any output that’s too close to a previously generated page.

How it’s used

  • Local SEO agencies generate “before” pages for cold outreach prospects.
  • Lead-gen operators spin up niche, geo-targeted directories at speed.
  • Solo consultants use it to give themselves portfolio pieces in days.

What it taught us

That the difference between “page generator” and “real product” is the export. Spending three days on a really clean ZIP — minified HTML, optimised images via Pillow, a sitemap and robots.txt baked in — was worth more than any extra AI feature.