Analysis updated 2026-06-24
Self-host a Notion or Google Docs replacement for an org
Run a team wiki with hierarchical subpages and full text search
Co-edit a document in real time with live cursors and comments
Export team notes to PDF, docx, or ODT on demand
| suitenumerique/docs | qwenlm/qwen3-coder | alievk/avatarify-python | |
|---|---|---|---|
| Stars | 16,501 | 16,516 | 16,521 |
| Language | Python | Python | Python |
| Setup difficulty | hard | hard | hard |
| Complexity | 4/5 | 5/5 | 4/5 |
| Audience | ops devops | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Production deploy expects Kubernetes or full Docker Compose with Postgres, Redis, and a Yjs collab server.
Docs (suitenumerique/docs) is an open-source collaborative document editor, similar to Notion or Google Docs, that teams can self-host on their own servers. It is designed for real-time collaboration, meaning multiple people can write in the same document simultaneously with live cursor presence and instant updates. The editor supports rich-text and Markdown formatting, a slash-command block system (type "/" to insert elements like headings, lists, and images), offline editing, subpages for organizing hierarchical knowledge, and full-text search. For teams, it includes granular access control, comments, and sharing. There are also optional AI writing helpers for tasks like rewriting, summarizing, translating, and fixing typos. Documents can be exported to Word (.docx), OpenDocument (.odt), and PDF formats, and imported from .docx and .md files. Deployment is supported via Kubernetes and Docker Compose. The backend is built on Django (a Python web framework) with a React frontend. Real-time collaboration is powered by Yjs and HocusPocus (collaborative editing libraries). The project originated as a joint initiative between the French and German governments and is part of a public digital services suite. It is MIT licensed (with a note that some export features rely on GPL-licensed packages that require a separate build flag to exclude). It is suited for public organizations, government agencies, companies, or any team that wants document collaboration with data ownership.
Self-hosted collaborative document editor like Notion or Google Docs. Real-time co-editing with rich text, subpages, AI helpers, and export to PDF or Word.
Mainly Python. The stack also includes Python, Django, React.
Free to use, modify, and self-host for any purpose including commercial, as long as you keep the copyright notice, some optional export features pull in GPL libraries.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.