Roadmap

Our journey so far and where we're headed next.

Zero to First

Building the Foundation

Chose Tauri v2 over Electron for native performance. Built with React 19 and Tiptap. Shipped with core Markdown editing, bidirectional [[wikilinks]], backlink panel, and force-directed graph view — all running locally.

Product Hunt Launch

AI Features & Community Feedback

Launched on Product Hunt with AI Agent (Gemini), local speech-to-text (Whisper.cpp), inline diff previews, and full-text search. The community response made it clear: users want complete control over their data and infrastructure.

The Rebuild In Progress

SolidJS + Pure ProseMirror

Complete rewrite from the ground up. Migrating to SolidJS and pure ProseMirror for better performance, no proprietary wrappers, and a clean foundation for the plugin system. This is the right foundation for everything we're building next.

1.0 Release Planned

Open Source Everything

First open-source release (MIT for client, AGPL for server). MeetingNote with local Whisper, GitHub Sync, Homebrew distribution, and full server code with self-hosting guides. Three ways to use: self-host, bring your own services, or use kuku.mom.

Post-1.0 Planned

Enhanced Search & Graph

Semantic understanding powered by local embedding models. Run nomic-embed-text on-device using Ollama or ONNX Runtime. Hybrid search combining keywords with semantic similarity. Smart graph view based on semantic connections.

Post-1.0 Planned

Sync & Mobile

Zero-knowledge encrypted sync through kuku.mom, self-hosted servers, or your own S3 bucket. Native iOS and Android apps with full editing capabilities. Smart conflict resolution and offline-first design.

Post-1.0 Planned

Extension Ecosystem

Public plugin SDK with full documentation. Community plugin marketplace. Real-time collaboration extensions become possible. Web clipper for capturing content. AI Memory Sharing — let other AI assistants access your knowledge base through a secure, local API.