The open-source app behind flowstate.network — continuous funding apps, payment tools, and incentive systems powered by Superfluid: Flow Councils, Flow Splitters, Streaming Quadratic Funding, and more.
Full documentation lives at docs.flowstate.network:
- User guide — how to use the platform
- Developer docs — run, build, and contribute
- Public API — unauthenticated endpoints for building on Flow State data
- Concepts — why streaming, glossary
The docs source lives in docs/ in this repo and is the single source of truth — it's mirrored to the docs site on merge to main. Edit it here, not in the docs repo. See Contributing.
cp .env.sample .env
pnpm install
pnpm devThe app runs at http://localhost:3000. See Getting Started for prerequisites, environment variables, and the database workflow.