/** * rInbox landing page — collaborative email with multisig approval. */ export function renderLanding(): string { return `
rInbox

Collaborative Email
with Multi-Sig Approval

Shared mailboxes for your team with threaded comments, M-of-N approval workflows, and IMAP sync — all powered by EncryptID passkeys.

Try the Demo → Create a Space

What rInbox Does

📨

Shared Mailboxes

Create team and project mailboxes that multiple members can read, triage, and respond to. Role-based access controls who sees what.

💬

Threaded Comments

Discuss emails internally before replying. @mention teammates, leave notes on threads, and coordinate responses as a team.

Multi-Sig Approval

Outgoing emails require M-of-N signatures before sending. Board votes, treasury approvals, and governance decisions built into email.

How It Works

1

Create a Mailbox

Set up a shared mailbox (e.g. team@yourspace.rspace.online) and invite your team members with the roles they need.

2

Triage & Discuss

Incoming emails sync via IMAP. Team members triage threads, leave internal comments, star important messages, and assign owners.

3

Approve & Send

Draft a reply, then collect the required number of signatures. Once the threshold is met, the email sends automatically.

What Can You Do With a Multi-Sig Inbox?

When outbound email requires collective approval, new coordination patterns become possible.

Governance & Resolutions

Board decisions require 3-of-5 signers before the email sends. The message is the vote — no separate tooling needed.

Escrow & Conditional Release

Hold sensitive documents in an inbox that only unlocks when N parties agree. Mediation where neither side can act alone.

Treasury & Payments

Invoice arrives, 2-of-3 finance team co-sign the reply authorizing payment. Bridges email to on-chain wallets via Gnosis Safe.

Tamper-Proof Audit Trails

Every email read and sent is co-signed. Cryptographic proof of who approved what, when. Built for compliance.

Whistleblower Coordination

Evidence requires M-of-N co-signers before release. Nobody goes first alone.

Social Key Recovery

Lost access? 3-of-5 trusted contacts co-sign your restoration. No phone number, no backup email — a trust network.

Under the Hood

🔒

EncryptID Auth

Passkey-based authentication. No passwords, no seed phrases. Hardware-backed biometric login.

🔄

IMAP Sync

Connect any IMAP mailbox. Server-side polling syncs emails every 30 seconds with UID tracking.

🔗

Gnosis Safe

Approval workflows can tie to on-chain Gnosis Safe transactions for verifiable multi-sig.

🌐

Local-First

Automerge CRDT sync keeps mailbox state available offline. Changes merge automatically.

Email, reimagined for teams.

Try the demo or create a space to get started.

← Back to rSpace
`; }