/** * Inbox module landing page — static HTML, no React. */ export function renderLanding(): string { return `
rInbox

Collaborative Multi-Sig Inbox

A shared email client where teams read, discuss, and approve messages together — with cryptographic multi-signature workflows before anything gets sent.

Open Inbox Create a Space

How It Works

1. Connect Mailbox

Your team shares one real email address. Every member sees every thread in real-time — no forwarding, no BCC chains, no lost context.

2. Triage Together

Comment on any thread privately before replying. Tag members, discuss strategy, and reach consensus — all alongside the original message.

3. Approve with Multi-Sig

Outbound emails require M-of-N cryptographic signatures before sending. Every approval is auditable — no rogue replies.

Collaboration Features

Built for collective intelligence, not individual productivity.

Real-Time Collaboration

  • Threaded Comments — discuss any email privately before replying
  • Draft Reviews — collaborative draft editing with inline suggestions
  • Forwarding Rules — route incoming messages by sender, subject, or tag
  • Inline Signatures — per-mailbox signature templates with merge fields
  • Read Receipts — see who has read each thread and when

Approval Workflows

  • Multi-sig sending — outbound emails require M-of-N approval
  • Configurable thresholds — set approval requirements per mailbox
  • Audit trail — every approval, rejection, and edit is logged
  • Role-based access — Admin, Reviewer, Approver, Viewer, Bot
  • Deadline alerts — notifications when approvals are waiting

Team Roles

Fine-grained access control for every team member.

Admin

Full control, manage members

Reviewer

Read, comment, suggest edits

Approver

Sign outbound emails

Viewer

Read-only access

Bot

Automated integrations

Start collaborating on email

Sign in with your passkey to join a shared inbox.

← Back to rSpace
`; }