-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kritarth-Dandapat edited this page Jul 19, 2026
·
2 revisions
Publish AI-generated HTML plans, mockups, and idea boards to your own edge infrastructure — no third-party host, no vendor lock-in.
FreeFlow is two small pieces:
- A Cloudflare Worker + KV backend (
src/index.js) that stores and serves HTML drafts. - A Node CLI,
dkraft-publish(cli/), that uploads a local HTML file and prints back a live URL.
No build step on served content, no bundler, no database beyond Workers KV. You deploy it to your own Cloudflare account — the data, domain, and uptime are yours.
- Architecture — how the Worker, KV, and CLI fit together
-
Deployment — first-time setup,
wrangler.toml, secrets -
CLI Usage —
dkraft-publishreference and options -
API Reference —
/uploadand/d/:idendpoints - Security — known issues, in-progress hardening, threat model
- Contributing — repo layout, branch protection, PR flow