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.

Create account

Start using Auto Business now. Minimum password length: 8 chars.

Login

Already registered? Sign in to your app workspace.

Admin access: /admin/login

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/health — Pages health endpoint (commit + edge colo)
  • /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

Ops shortcut: run a quick smoke test before making infra changes.

Run smoke test