Workflow People beta

Two apps. One file format.

Every workflow you build is a portable .wfp file. Run it in the open source SPA on your own machine, or run it in the hosted app with persistence, sharing, and accounts.

Open source · self-hosted

ai_wfp_spa

A single-page app that runs .wfp files. No backend. No accounts.

for

Developers, security-conscious firms, and anyone who wants to run workflows entirely on their own hardware.

capabilities
  • Loads any .wfp file from disk or URL
  • All execution in the browser — data never leaves your machine
  • Bring your own LLM API key
  • Voice mode included (combined from the old SPA voice repo)
  • MIT licensed — fork it, host it, ship it
cost

Free. Forever.

Hosted · workflowpeople.com

ai_wfp_single

The full app. Accounts, persistence, sharing, encrypted .wfp storage.

for

Finance teams who want a place to save, share, and rerun workflows month after month without standing up infrastructure.

capabilities
  • Sign in, save workspaces, pick up where you left off
  • Encrypted .wfp share links with passwords
  • HTML wrapper makes any .wfp shareable as a static page
  • Shared LLM rate limits on the free tier (BYO key to lift)
  • Same .wfp format as the open source SPA — export and run anywhere
cost

Free to start. Paid tier for power users.

Same file. Different runner.

Both apps speak the same .wfp format. Build a workflow in the hosted app, export it, and run the file locally in the open source SPA — or vice versa. Nothing is locked in.

The format and runner prompt live on GitHub under MIT license. If both apps disappeared tomorrow, the file would still run in Claude, Gemini, or any modern LLM.