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

(You)rWork, your flow.

Get things done, together

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

Start Working Create a Space

What rWork Handles

📋

Kanban Boards

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

Task Management

Create tasks with titles, descriptions, labels, and priorities. Track progress across your team.

📈

Activity Logging

Every change is tracked. See who moved what, when, and why — full audit trail.

👥

Workspace Collaboration

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

How It Works

1

Create a workspace

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

2

Add tasks and boards

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

3

Track progress together

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

Built on Open Source

The libraries and tools that power rWork.

🔥

Hono

Ultrafast web framework for the API layer. Lightweight, edge-ready, and built for speed.

🗃

PostgreSQL

Rock-solid relational database for task storage, workspaces, boards, and activity logs.

Bun

All-in-one JavaScript runtime. Fast startup, native TypeScript, and built-in bundling.

Your Data, Protected

How rWork 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)rWork, your flow.

Try the demo or create a space to get started.

← Back to rSpace
`; }