diff --git a/modules/rflows/landing.ts b/modules/rflows/landing.ts index 598d0a3..e86f148 100644 --- a/modules/rflows/landing.ts +++ b/modules/rflows/landing.ts @@ -1,6 +1,5 @@ /** * rFlows — rich landing page body. - * Ported from rflows-online/app/page.tsx (Next.js/Tailwind). * Returned by landingPage() in the module export; * the shell wraps it with header, CSS, and analytics. */ @@ -9,58 +8,107 @@ export function renderLanding(): string {
- Design continuous funding flows that respond dynamically to threshold conditions. - Connect funnels, set overflow rules, and track outcomes in real-time. +
+ Model how money moves through your organization with threshold-based funnels, + automatic overflow routing, and + proportional flow visualization — then save it to your space.
++ Build your flow in the demo, then sign in to save it to your own space. +
Each funding pool is a funnel with three zones — overflow, healthy, and critical — defined by min/max thresholds you set by dragging.
+When a funnel exceeds its max threshold, excess funds automatically redistribute to connected pools — no manual intervention needed.
+Flow edges scale in width proportionally to their allocation percentage. See at a glance where the most capital is moving.
+Switch to the Sankey river visualization to see how all funds flow through your system from source to outcome in one view.
+Each funnel represents a funding pool with three zones: overflow (above max), - healthy (between thresholds), and critical (below min). Set thresholds by - dragging handles.
+Create funding pools and set their min/max thresholds. Drag the threshold handles to define when a funnel is healthy, overflowing, or critically low.
Connect funnels with overflow edges (sideways) so excess funds automatically - route to other pools. Add spending edges (downward) to fund outcomes and - deliverables.
+Connect funnels with overflow edges (sideways) so excess funds route to other pools. Add spending edges (downward) to fund outcomes and deliverables.
Watch funds flow through your system in real-time. Adjust allocations with +/- controls on each edge. Save the flow to your space when you're happy with it.
+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.
+ +When budgets need to respond dynamically to changing conditions, threshold-based flows replace static spreadsheets.
+Multi-pool treasuries where governance votes set thresholds and overflow routes funds between working groups automatically.
+Funding rounds where excess from one grant pool overflows to the next priority — no capital sits idle when other pools need it.
+Revenue enters a source funnel and splits proportionally to downstream recipients. Adjust percentages and see the river update live.
+Public goods funding where contributions flow through conviction-based allocation curves. Min thresholds protect critical infrastructure.
+Critical-zone protection: when a pool drops below its minimum, outflow is automatically restricted to preserve essential reserves.
+Prototype budget structures visually before committing capital. Simulate deposit/withdrawal scenarios and see cascading effects.
Every funding pool is a funnel with three zones. Thresholds trigger automatic behavior.
+- rFlows connects to other rSpace modules for end-to-end treasury governance. + rFlows plugs into other rSpace modules for end-to-end treasury governance.
-On-chain balances and wallet-based treasury tracking for decentralized communities.
+On-chain balances feed into funnels as real-time deposits. Multi-sig wallets as funding sources.
Analytics dashboards pull from flow events — track deposits, withdrawals, and allocation history.
The libraries and tools that power rFlows.
-Custom budget flow engine powering the river visualization and conviction-based allocation logic.
+ +Custom allocation engine computes overflow cascades, spending splits, and threshold responses in real-time.
Reliable relational storage for space-flow associations, transaction history, and pool balances.
+ +Passkey-based auth — no passwords, no seed phrases. Sign in with biometrics to save flows to your space.
Ultrafast web framework for the API layer — lightweight, typed, and edge-ready.
-How rFlows keeps your information safe.
-All content encrypted before it leaves your device. Not even the server can read it.
+ +Real-time sync across collaborators. Multiple people can edit flows simultaneously with automatic conflict resolution.
The server processes your requests without ever seeing your data in the clear.
-Run on your own infrastructure. Your server, your rules, your data.
+ +Works offline. Changes sync when you reconnect. Your data lives on your device first, server second.
Start with the interactive demo or create your own space with custom funnels and connections.
+Build a flow in the demo, then save it to your own space with one click.