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

Documents, notebooks, and knowledge.

Rich Text, Voice, Import & Export — All in One Place

Full TipTap editor with notebooks, voice transcription, AI summarization, and import from Obsidian, Logseq, Notion, Google Docs, Evernote, and Roam.

Open Docs Features

What rDocs Handles

📝

Rich Text Editor

Write with a full TipTap editor — formatting, code blocks, checklists, embeds, slash commands, and comments with track changes.

🎤

Voice & Transcription

Record voice notes with live transcription via Web Speech API. Drop audio or video files for offline transcripts with Parakeet.js.

🔄

Import & Export

Bring your notes from Obsidian, Logseq, Notion, Google Docs, Evernote, and Roam. Export back to any format.

Built on Open Source

Automerge

Local-first CRDT for conflict-free real-time collaboration.

TipTap

Headless rich text editor built on ProseMirror.

Parakeet.js

In-browser speech recognition for offline transcription.

Hono

Ultra-fast API framework powering the backend.

Start Writing

Create a space or try the demo.

← Back to rSpace
`; }