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

(You)rInbox, your team's voice.

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

What rInbox Handles

📧

Shared Team Email

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

Multi-Signature Approval

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

💬

Threaded Discussions

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

🔑

Cryptographic Signing

Every outbound message is cryptographically signed. Full audit trail of approvals, rejections, and edits.

How It Works

1

Connect a Mailbox

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

2

Discuss Messages as a Team

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

3

Approve and Send 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

Built on Open Source

The libraries and tools that power rInbox.

ImapFlow

High-performance IMAP client for real-time email synchronization.

Mailparser

Email parsing and MIME handling for reliable message processing.

Gnosis Safe

Multisig approval protocol adapted for email signing workflows.

PostgreSQL

Threads, approvals, and audit trails stored in a reliable relational database.

Your Data, Protected

How rInbox 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)rInbox, your team's voice.

Try the demo or create a space to get started.

← Back to rSpace
`; }