Unified orchestration layer for Formstr modules: Forms, Calendar, Pages, Drive, Polls — with AI as the primary interface. Built on Nostr.
Summer of Bitcoin 2026 project. See the proposal, the week 1-2 design, and the implementation plan.
pnpm install
pnpm dev # start the app on http://localhost:5173
pnpm test # run all tests across the workspace
pnpm lint # lint
pnpm typecheck # TypeScript check across the workspace
pnpm build # production buildNode 20+ and pnpm 9+ required (see .nvmrc).
packages/core/—@formstr/core: signer, runtime, relay, crypto, linking. Framework-agnostic.packages/app/—@formstr/app: React 19 + Vite 6 + Tailwind 4 super-app.upstream/— read-only clones offormstr-hq/*modules (gitignored). Run./scripts/sync-upstream.shto populate.
See CONTRIBUTING.md (added in PR #4).