/** * rFunds — rich landing page body. * Returned by landingPage() in the module export; * the shell wraps it with header, CSS, and analytics. */ export function renderLanding(): string { return `
rFunds

(You)rFunds, your flow.

Visualize Your Community's Money

Budget flows, river visualization, and conviction funding. Watch resources move through your community in real time.

View Flows Create a Space

What rFunds Handles

🌊

Budget Flow Visualization

Animated flow diagram showing how funds move between pools, funnels, and outcomes in real time.

📊

Treasury Dashboards

Full overview of balances, inflows, outflows, and historical transaction data for your community.

💡

Conviction-Based Funding

Continuous signaling lets community members express preferences that compound over time.

💨

River Metaphor

Named budget streams between funding pools with configurable rates, thresholds, and activation rules.

How It Works

1

Connect Your Treasury

Link funding pools and define budget streams with rates, thresholds, and allocation rules.

2

Map Budget Flows Visually

The river visualization animates budget movement in real time — deposits, withdrawals, and funnels.

3

Decide Funding with Conviction

Community members signal preferences through conviction funding. Resources flow where attention goes.

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.

(You)rFunds, your flow.

Try the demo or create a space to get started.

← Back to rSpace
`; }