Visual interactive interface for threshold-based flow funding
Go to file
Jeff Emmett 14ebf0853d Add flow visualization components and design spec
- DESIGN.md: Complete visual design specification for TBFF
- FlowCanvas: Main React Flow canvas with interactive demo
- SourceNode: Treasury/funding source visualization
- RecipientNode: Project recipient with threshold progress
- ThresholdGate: Visual gate showing open/locked state
- AnimatedFlowEdge: Animated particles showing fund flow
- Real-time flow simulation (balances update live)

Visual features:
- Particle animation along flow paths
- Threshold progress bars with color states
- Dark theme optimized for data visualization
- Mini-map and zoom controls

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 18:01:38 +00:00
app Add flow visualization components and design spec 2026-01-29 18:01:38 +00:00
backlog Add flow visualization components and design spec 2026-01-29 18:01:38 +00:00
components Add flow visualization components and design spec 2026-01-29 18:01:38 +00:00
.gitignore Initial commit: Flow Funding project setup 2026-01-29 17:56:07 +00:00
DESIGN.md Add flow visualization components and design spec 2026-01-29 18:01:38 +00:00
Dockerfile Initial commit: Flow Funding project setup 2026-01-29 17:56:07 +00:00
README.md Initial commit: Flow Funding project setup 2026-01-29 17:56:07 +00:00
docker-compose.yml Initial commit: Flow Funding project setup 2026-01-29 17:56:07 +00:00
next.config.js Initial commit: Flow Funding project setup 2026-01-29 17:56:07 +00:00
package.json Initial commit: Flow Funding project setup 2026-01-29 17:56:07 +00:00
pnpm-lock.yaml Add flow visualization components and design spec 2026-01-29 18:01:38 +00:00
postcss.config.js Initial commit: Flow Funding project setup 2026-01-29 17:56:07 +00:00
tailwind.config.ts Initial commit: Flow Funding project setup 2026-01-29 17:56:07 +00:00
tsconfig.json Initial commit: Flow Funding project setup 2026-01-29 17:56:07 +00:00

README.md

Flow Funding

Visual interactive interface for threshold-based flow funding mechanisms.

Concept

Flow funding enables continuous, threshold-based resource allocation where:

  • Funds flow continuously rather than in discrete grants
  • Thresholds determine when funding activates/deactivates
  • Visual interfaces make the system intuitive and transparent

Features (Planned)

  • Interactive Flow Visualization: Real-time display of funding flows between sources and recipients
  • Threshold Configuration: Visual tools to set and adjust funding thresholds
  • Flow Dynamics: Animate how funds move when thresholds are met
  • Dashboard: Overview of all active flows, thresholds, and balances

Tech Stack

  • Next.js 14 (App Router)
  • React Flow / D3.js for flow visualizations
  • Tailwind CSS for styling
  • TypeScript

Development

pnpm install
pnpm dev

Deployment

Dockerized for deployment on Netcup RS 8000 via Traefik.

URL: https://flowidity.io/tbff

docker compose up -d --build

License

MIT