New FundingFunnel component with three distinct zones: - Overflow zone (above MAX): Straight walls, excess redistribution - Healthy zone (MIN to MAX): Straight walls, normal operations - Critical zone (below MIN): Narrowing funnel, restricted outflow Features: - Draggable MIN/MAX threshold lines with real-time updates - Animated inflow particles (blue) dropping from top - Animated outflow particles (pink) from bottom spout - Gradient liquid fill with glow effect - Live balance simulation based on flow rates - Status panel showing current balance, rates, progress - Single/Multi-funnel view toggle - Zone color coding (rose/emerald/amber) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| app | ||
| backlog | ||
| components | ||
| .gitignore | ||
| DESIGN.md | ||
| Dockerfile | ||
| README.md | ||
| docker-compose.yml | ||
| next.config.js | ||
| package.json | ||
| pnpm-lock.yaml | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
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