/** * rInbox landing page — collaborative email with multisig approval. */ export function renderLanding(): string { return `
Shared mailboxes for your team with threaded comments, M-of-N approval workflows, and IMAP sync — all powered by EncryptID passkeys.
Create team and project mailboxes that multiple members can read, triage, and respond to. Role-based access controls who sees what.
Discuss emails internally before replying. @mention teammates, leave notes on threads, and coordinate responses as a team.
Outgoing emails require M-of-N signatures before sending. Board votes, treasury approvals, and governance decisions built into email.
Set up a shared mailbox (e.g. team@yourspace.rspace.online) and invite your team members with the roles they need.
Incoming emails sync via IMAP. Team members triage threads, leave internal comments, star important messages, and assign owners.
Draft a reply, then collect the required number of signatures. Once the threshold is met, the email sends automatically.
When outbound email requires collective approval, new coordination patterns become possible.
Board decisions require 3-of-5 signers before the email sends. The message is the vote — no separate tooling needed.
Hold sensitive documents in an inbox that only unlocks when N parties agree. Mediation where neither side can act alone.
Invoice arrives, 2-of-3 finance team co-sign the reply authorizing payment. Bridges email to on-chain wallets via Gnosis Safe.
Every email read and sent is co-signed. Cryptographic proof of who approved what, when. Built for compliance.
Evidence requires M-of-N co-signers before release. Nobody goes first alone.
Lost access? 3-of-5 trusted contacts co-sign your restoration. No phone number, no backup email — a trust network.
Passkey-based authentication. No passwords, no seed phrases. Hardware-backed biometric login.
Connect any IMAP mailbox. Server-side polling syncs emails every 30 seconds with UID tracking.
Approval workflows can tie to on-chain Gnosis Safe transactions for verifiable multi-sig.
Automerge CRDT sync keeps mailbox state available offline. Changes merge automatically.
Try the demo or create a space to get started.