Skip to content
Kritarth-Dandapat edited this page Jul 19, 2026 · 2 revisions

FreeFlow

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.

Wiki contents

  • Architecture — how the Worker, KV, and CLI fit together
  • Deployment — first-time setup, wrangler.toml, secrets
  • CLI Usagedkraft-publish reference and options
  • API Reference/upload and /d/:id endpoints
  • Security — known issues, in-progress hardening, threat model
  • Contributing — repo layout, branch protection, PR flow

Links

Clone this wiki locally