import Link from 'next/link' import { Header } from '@/components/Header' import { EcosystemFooter } from '@/components/EcosystemFooter' export default function Home() { return (
{/* Nav */}
Demo Create Space } /> {/* Hero */}

Threshold-Based Flow Funding

Design continuous funding flows that respond dynamically to threshold conditions. Connect funnels, set overflow rules, and track outcomes in real-time.

Try the Demo Create Your Own
{/* How it Works */}

How It Works

{/* Funnel Card */}

Create Funnels

Each funnel represents a funding pool with three zones: overflow (above max), healthy (between thresholds), and critical (below min). Set thresholds by dragging handles.

{/* Flow Card */}

Connect Flows

Connect funnels with overflow edges (sideways) so excess funds automatically route to other pools. Add spending edges (downward) to fund outcomes and deliverables.

{/* Simulate Card */}

Simulate & Share

Run simulations to see how funds flow through your system. Watch edge widths scale proportionally. Save your space locally and share it with a link.

{/* Funnel Diagram */}

The Funnel Metaphor

{/* ASCII-art style funnel */}
OVERFLOW ZONE
Above MAX threshold
Excess funds redistribute to other funnels
-- MAX THRESHOLD --
HEALTHY ZONE
Normal operations
Full flow rate, balanced funding
-- MIN THRESHOLD --
CRITICAL ZONE
Below MIN threshold
Outflow restricted, conservation mode
{/* CTA */}

Ready to design your funding flows?

Start with the interactive demo or create your own space with custom funnels and connections.

Create Your Space
{/* Footer */}
) }