A Markdown editor that just works—with others.
Kea is a lightweight, local-first, collaborative peer-to-peer Markdown editor. It brings the ease of Google Docs to plain-text workflows, letting you create, edit, and share documents seamlessly while staying fully local and integrating into any existing file system.
- Live Collaboration: Real-time P2P editing (planned)
- Local-First: Your files stay on your machine, no cloud storage required
- WYSIWYG Markdown: Edit with TipTap, see rendered output live
- Distraction-Free: Minimalist UI that gets out of the way
- Cross-Platform: macOS, Windows, Linux, and Web
# Install dependencies
npm install
# Start development server
npm run dev
# Run Tauri development app
npm run tauri dev
# Build for production
npm run build