Visual interactive interface for threshold-based flow funding
Go to file
Jeff Emmett 7e5981bb06
CI/CD / deploy (push) Failing after 1m16s Details
ci: retrigger pipeline
2026-04-02 15:09:04 -07:00
.gitea/workflows fix(ci): use SSH-based container status check for smoke test 2026-04-01 15:04:50 -07:00
app Rebuild with n8n-style node-based interface 2026-01-29 18:30:34 +00:00
backlog chore: add backlog-notify onStatusChange hook 2026-03-10 15:30:41 -07:00
components Fix spending edges to use explicit bottom handle + enable edge reconnection 2026-01-29 23:07:04 +00:00
lib Restructure flows: overflow sideways, spending downward 2026-01-29 19:24:41 +00:00
public Add public directory for Docker build 2026-01-29 18:12:28 +00:00
.dockerignore Add .dockerignore for optimized Docker builds 2026-02-21 17:48:42 -07:00
.gitignore Initial commit: Flow Funding project setup 2026-01-29 17:56:07 +00:00
DESIGN.md Add funnel-style TBFF visualization with draggable thresholds 2026-01-29 18:05:58 +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 Add Docker healthcheck to docker-compose.yml 2026-02-21 17:48:49 -07:00
next.config.js Fix basePath for /tbff deployment - hardcode at build time 2026-01-29 18:33:03 +00:00
package.json Rebuild with n8n-style node-based interface 2026-01-29 18:30:34 +00:00
pnpm-lock.yaml Rebuild with n8n-style node-based interface 2026-01-29 18:30:34 +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