Auto Business

Small automations, shipped fast.

A minimal stack to turn ideas into working flows: landing → capture → deliver → get paid. Built on Cloudflare Pages + Workers.

What it includes

  • Pages site (UI) — fast, cached, cheap
  • Worker endpoints — webhooks, integrations, automation glue
  • Incremental deploys — small changes, low risk

Endpoints

  • / — this page
  • /api/paddle/webhook — example Pages Function endpoint
  • Worker: /webhooks/paddle — Paddle webhook endpoint (Worker)
  • Worker: /healthz — smoke-test endpoint

Note: some endpoints are deployed as a separate Worker and won’t share the same hostname as Pages.

Status

  • Worker: deployed ✅
  • Pages: deployed ✅
  • Next: custom domain + basic uptime checks