Open-source Cloudflare Worker powering Flareform - Formspree-style form ingest, error logs, inbox, billing, and image uploads.
Repo: Gekodupe/FlareformAPI · Org: Gekodupe
npm install
cp .dev.vars.example .dev.vars
# Set BREVO_*, STRIPE_*, GECKODUPE_API_KEY, etc.
npx wrangler deployHosted: https://flareform-api.nic-58f.workers.dev
| Path | Role |
|---|---|
POST /f/{id} |
Form submissions (+ images via multipart) |
POST /l/{id} |
Error logs |
GET /v1/files/{id} |
Uploaded images |
GET /v1/inbox |
Form inbox |
GET /v1/logs |
Deduped logs |
GET /v1/health |
Health |
See frontend Docs → API reference for the full surface.
MIT