/** * rWork landing page — collective task management. */ export function renderLanding(): string { return `
rWork

Get things done,
together

Kanban boards, team spaces, and real-time collaboration — built for groups that share work, not just assign it.

Try the Demo Create a Space

How it works

1

Create a Space

Every workspace lives inside an rSpace — shared by default with your team.

2

Add Tasks

Create tasks with titles, descriptions, labels, and priorities. Drag them across columns.

3

Collaborate

Assign, comment, and track progress in real time. Everyone sees the same board.

Features

Everything you need for collaborative task management, nothing you don't.

Kanban Boards

Drag-and-drop columns with customizable statuses. See everything at a glance.

Team Spaces

Each workspace is scoped to a space. Members share boards, tasks, and activity.

Real-time Sync

Changes propagate instantly. No refresh needed — everyone stays in sync.

Markdown Native

Task descriptions support full markdown. Write rich content without leaving the board.

Custom Pipelines

Define your own status columns — TODO, In Progress, Review, Done, or whatever fits.

Notifications

Get notified when tasks are assigned, moved, or commented on.

Acceptance Criteria

Define clear done conditions. Check them off as you go.

rSpace Ecosystem

Tasks link to rVote proposals, rCal events, rFunds budgets, and more.

Ready to collaborate?

Create a workspace, invite your team, and start shipping together.

← Back to rSpace
`; }