/** * rTime landing page โ€” community-based timebanking, commitment pooling, * and emergent collaboration through shared hour ledgers. */ export function renderLanding(): string { return `
Part of the rSpace Ecosystem

Community
Timebanking

A community-based ledger for pooling time commitments and weaving them into coordinated action. Every hour pledged becomes a visible, connectable resource that your community can match to real needs.

Try the Demo Create a Space

Start Guided Tour →

ELI5

What is Timebanking?

A community-based ledger where everyone's hour is worth the same. Members pledge time, match skills to needs, and build trust through mutual aid.

1h

Commitment Pooling

Members pledge hours with a skill category. Each pledge becomes an orb in the pool — visible, weighted by hours, colored by skill. See your community's capacity at a glance.

Community Ledger

Every hour is equal: one hour of facilitation = one hour of tech work. The ledger tracks pledges, fulfillments, and transfers without money. Built on CRDTs — works offline, syncs everywhere.

Emergent Collaboration

Projects emerge from the pool: when enough skills converge on a task, the team self-assembles. No top-down assignment needed. Coordination that grows from the bottom up.

How It Works

Pool → Weave → Execute

Three stages turn scattered availability into running projects.

1
Stage 1

Commitment Pool

Members pledge hours with a skill: facilitation, design, tech, outreach, or logistics. Each pledge appears as a floating orb in the commitment basket. The pool gives everyone a live dashboard of available community capacity.

2
Stage 2

Weaving Dashboard

Drag commitments onto an SVG canvas alongside task templates. Draw wires from commitment ports to task skill slots. The progress bar fills as skills match. When all needs are met, the task node glows green.

3
Stage 3

Execute & Launch

Click Execute Project to open a step-by-step launch panel: set up space, create comms channels, prep docs, and confirm roles. Track progress as your community's woven commitments become reality.

Why Community-Based Ledgers?

Traditional volunteering is invisible. Timebanking makes every contribution visible, valued, and connectable.

Without Timebanking

  • Volunteer hours vanish — no record, no recognition
  • Same few people carry the load while others can't find where to help
  • Projects stall because coordinators can't see available capacity
  • Skills go unmatched to needs

With rTime

  • Every pledge is visible — orbs in a shared basket
  • Skill + hours + name = a connectable resource
  • Projects self-assemble when enough capacity converges
  • All data persists locally via CRDT — works offline

Built for Real Communities

๐Ÿงบ

Visual Pool

Physics-based orbs show your community's available hours at a glance.

๐Ÿงถ

Wire Editor

Drag-and-drop SVG canvas with bezier connections between skills and tasks.

๐Ÿ”„

Cyclos Ready

Optional integration with Cyclos for real timebank balances and hour transfers.

๐Ÿ“ด

Offline-First

Automerge CRDTs keep your data local and synced. No internet required to pledge.

Join the rSpace Ecosystem

Ready to weave your community's time?

Create a Space and invite members to pledge their hours. Match skills to projects and launch coordinated community action — all on a community-based ledger that values every hour equally.

← Back to rSpace
`; }