- Slack-स्टाइल चैटिंग और Notion-स्टाइल डॉक्यूमेंटेशन को जोड़ने वाला, self-hosting योग्य open source collaboration platform
- real-time चैट, rich text pages, custom database, और file management फीचर्स प्रदान करता है
- local SQLite DB में सेव करने के बाद Postgres, Redis, Yjs के ज़रिये sync होने वाली local-first architecture
- CRDTs(Conflict-free Replicated Data Types) तकनीक का उपयोग कर कई users के simultaneous editing को support करता है और बिना टकराव के automatic merge करता है
- सभी डेटा Node से बने हैं (message, file, folder, channel, database आदि), और हर node के लिए properties और permissions सेट की जा सकती हैं
- यह Node.js server API और Electron desktop client से बना है, और mobile app भी विकासाधीन है
- एक ही app में कई servers से connect किया जा सकता है, और हर server में कई workspaces शामिल हो सकते हैं
- Docker Compose के साथ आसानी से self-hosting किया जा सकता है और यह Apache 2.0 license के तहत है
- Postgres + pgvector + Redis(Valkey) + S3-compatible storage
- भविष्य में local LLM integration को ध्यान में रखते हुए privacy और performance को और मजबूत करने की योजना है
4 टिप्पणियां
ओ~ उम्मीद है।
यह इन दिनों ट्रेंड में चल रही MCP agent development team बनाने के लिए उपयुक्त लगता है।
कमाल है
मैंने अब तक जितने भी solutions खुद को Notion का विकल्प बताते हैं, उनमें multi-user real-time editing, mobile support, और database features — ये तीनों एक साथ पूरा करते हुए नहीं देखा है, तो देखना होगा..