/** * rFunds — rich landing page body. * Ported from rfunds-online/app/page.tsx (Next.js/Tailwind). * Returned by landingPage() in the module export; * the shell wraps it with header, CSS, and analytics. */ export function renderLanding(): string { return `
rFunds

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

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.

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 & 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.

The Funnel Metaphor

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

Ecosystem Integration

rFunds connects to other rSpace modules for end-to-end treasury governance.

💰

rWallet

On-chain balances and wallet-based treasury tracking for decentralized communities.

🗳

rVote

Governance decisions that direct fund allocation through formal proposal workflows.

Built on Open Source

The libraries and tools that power rFunds.

🌊

Flow Service

Custom budget flow engine powering the river visualization and conviction-based allocation logic.

🗃

PostgreSQL

Reliable relational storage for space-flow associations, transaction history, and pool balances.

Hono

Ultrafast web framework for the API layer — lightweight, typed, and edge-ready.

Your Data, Protected

How rFunds keeps your information safe.

🔒

End-to-End Encryption

Coming Soon

All content encrypted before it leaves your device. Not even the server can read it.

🕵

Zero-Knowledge Architecture

Coming Soon

The server processes your requests without ever seeing your data in the clear.

🏠

Self-Hosted

Run on your own infrastructure. Your server, your rules, your data.

Ready to design your funding flows?

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

← Back to rSpace
`; }