Skip to content

v0.1.0 — first public release

Choose a tag to compare

@borenstejn borenstejn released this 26 May 19:15
· 3 commits to master since this release

First public release of formloop.

Install

npx formloop                               # boots local server on 127.0.0.1:3847
/plugin marketplace add borenstejn/formloop  # Claude Code plugin
curl -fsSL https://raw.githubusercontent.com/borenstejn/formloop/master/install.sh | bash -s codex  # any other agent

What's in this release

  • npm package formloop (Next.js standalone bundled, in-memory storage, zero config)
  • Claude Code plugin manifest (.claude-plugin/marketplace.json)
  • Cursor + VS Code Copilot auto-discovery manifests
  • install.sh for 13 agent platforms (codex, gemini, opencode, vibe, openclaw, antigravity, hermes, cline, kimi, trae, vscode, claude, pi)
  • Python SDK at packages/sdk-python/ask_form.py
  • MCP server mode (formloop --mcp)

Block types

html, text, textarea, mc, multi, yn, number, scale, scale-preview, html-pick, rank — 11 block types covering simple inputs to drag-and-drop and HTML-mockup grids.

Self-hosting

Defaults to in-memory storage. Set KV_REST_API_URL + KV_REST_API_TOKEN for Upstash Redis persistence. WEBHOOK_SECRET for API auth on shared deployments.