[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-2734":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":18,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":24,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":42,"readmeContent":43,"aiSummary":44,"trendingCount":16,"starSnapshotCount":16,"syncStatus":45,"lastSyncTime":46,"discoverSource":47},2734,"docs","suitenumerique\u002Fdocs","suitenumerique","A collaborative note taking, wiki and documentation platform that scales. Built with Django and React. ","https:\u002F\u002Fdocs.la-suite.eu\u002F",null,"Python",16579,595,59,335,0,8,24,83,104.63,"MIT License",false,"main",true,[26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41],"blocknotejs","collaborative","django","documentation","g2g","government","knowledge","knowledge-base","mit","mit-license","opensource","reactjs","realtime-collaboration","self-hosted","wiki","yjs","2026-06-12 04:00:15","\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fsuitenumerique\u002Fdocs\">\n    \u003Cimg alt=\"Docs\" src=\"\u002Fdocs\u002Fassets\u002Fbanner-docs.png\" width=\"100%\" \u002F>\n  \u003C\u002Fa>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fsuitenumerique\u002Fdocs\u002Fstargazers\u002F\">\n    \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fstars\u002Fsuitenumerique\u002Fdocs\" alt=\"\">\n  \u003C\u002Fa>\n  \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fsuitenumerique\u002Fdocs\u002Fblob\u002Fmain\u002FCONTRIBUTING.md\">\n    \u003Cimg alt=\"PRs Welcome\" src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FPRs-welcome-brightgreen.svg\"\u002F>\n  \u003C\u002Fa>\n  \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fsuitenumerique\u002Fdocs\u002Fblob\u002Fmain\u002FLICENSE\">\n    \u003Cimg alt=\"MIT License\" src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Flicense\u002Fsuitenumerique\u002Fdocs\"\u002F>\n  \u003C\u002Fa>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Fmatrix.to\u002F#\u002F#docs-official:matrix.org\">Chat on Matrix\u003C\u002Fa> •\n  \u003Ca href=\"\u002Fdocs\u002F\">Documentation\u003C\u002Fa> •\n  \u003Ca href=\"#try-docs\">Try Docs\u003C\u002Fa> •\n  \u003Ca href=\"mailto:docs@numerique.gouv.fr\">Contact us\u003C\u002Fa>\n\u003C\u002Fp>\n\n# La Suite Docs: Collaborative Text Editing\n\n**Docs, where your notes can become knowledge through live collaboration.**\n\nDocs is an open-source collaborative editor that helps teams write, organize, and share knowledge together - in real time.\n\n![Live collaboration demo](\u002Fdocs\u002Fassets\u002Fdocs_live_collaboration_light.gif)\n\n\n## What is Docs?\n\nDocs is an open-source alternative to tools like Notion or Google Docs, focused on:\n\n- Real-time collaboration\n- Clean, structured documents\n- Knowledge organization\n- Data ownership & self-hosting\n\n***Built for public organizations, companies, and open communities.***\n\n## Why use Docs?\n\n### Writing\n\n- Rich-text & Markdown editing\n- Slash commands & block system\n- Beautiful formatting\n- Offline editing\n- Optional AI writing helpers (rewrite, summarize, translate, fix typos)\n\n### Collaboration\n\n- Live cursors & presence\n- Comments & sharing\n- Granular access control\n\n### Knowledge management\n\n- Subpages & hierarchy\n- Searchable content\n\n### Export\u002FImport & interoperability\n\n- Import to `.docx` and `.md`\n- Export to `.docx`, `.odt`, `.pdf`\n\n## Try Docs\n\nExperience Docs instantly - no installation required.\n\n- 🔗 [Open a live demo document][demo]\n- 🌍 [Browse public instances][instances]\n\n[demo]: https:\u002F\u002Fdocs.la-suite.eu\u002Fdocs\u002F9137bbb5-3e8a-4ff7-8a36-fcc4e8bd57f4\u002F\n[instances]: \u002Fdocs\u002Finstances.md\n\n## Self-hosting\n\nDocs supports Kubernetes, Docker Compose, and community-provided methods such as Nix and YunoHost.\n\nGet started with self-hosting: [Installation guide](\u002Fdocs\u002Finstallation\u002FREADME.md)\n\n> [!WARNING]\n> Some advanced features (for example: `Export as PDF`) rely on XL packages from Blocknote.\n> These packages are licensed under GPL and are **not MIT-compatible**\n>\n> You can run Docs **without these packages** by building with:\n>\n> ```bash\n> PUBLISH_AS_MIT=true\n> ```\n>\n> This builds an image of Docs without non-MIT features.\n>\n> More details can be found in [environment variables](\u002Fdocs\u002Fenv.md)\n\n## Local Development (for contributors)\n\nRun Docs locally for development and testing.\n\n> [!WARNING]\n> This setup is intended **for development and testing only**.\n> It uses Minio as an S3-compatible storage backend, but any S3-compatible service can be used.\n\n### Prerequisites\n\n- Docker\n- Docker Compose\n- GNU Make\n\nVerify installation:\n\n```bash\ndocker -v\ndocker compose version\n```\n\n> If you encounter permission errors, you may need to use `sudo`, or add your user to the `docker` group.\n\n### Bootstrap the project\n\nThe easiest way to start is using GNU Make:\n\n```bash\nmake bootstrap FLUSH_ARGS='--no-input'\n```\n\nThis builds the `app-dev` and `frontend-dev` containers, installs dependencies, runs database migrations, and compiles translations.\n\nIt is recommended to run this command after pulling new code.\n\nStart services:\n\n```bash\nmake run\n```\n\nOpen \u003Chttps:\u002F\u002Flocalhost:3000>\n\nDefault credentials (development only):\n\n```md\nusername: impress\npassword: impress\n```\n\n### Frontend development mode\n\nFor frontend work, running outside Docker is often more convenient:\n\n```bash\nmake frontend-development-install\nmake run-frontend-development\n```\n\n### Backend only\n\nStarting all services except the frontend container:\n\n```bash\nmake run-backend\n```\n\n### Tests & Linting\n\n```bash\nmake frontend-test\nmake frontend-lint\n```\n\nBackend tests can be run without docker. This is useful to configure PyCharm or VSCode to do it. \nRemoving docker for testing requires to overwrite some URL and port values that are different in and out of \nDocker. `env.d\u002Fdevelopment\u002Fcommon` contains all variables, some of them having to be overwritten by those in\n`env.d\u002Fdevelopment\u002Fcommon.test`.\n\n### Demo content\n\nCreate a basic demo site:\n\n```bash\nmake demo\n```\n\n### More Make targets\n\nTo check all available Make rules:\n\n```bash\nmake help\n```\n\n### Django admin\n\nCreate a superuser:\n\n```bash\nmake superuser\n```\n\nAdmin UI: \u003Chttp:\u002F\u002Flocalhost:8071\u002Fadmin>\n\n## Contributing\n\nThis project is community-driven and PRs are welcome.\n\n- [Contribution guide](CONTRIBUTING.md)\n- [Translations](https:\u002F\u002Fcrowdin.com\u002Fproject\u002Flasuite-docs)\n- [Chat with us!](https:\u002F\u002Fmatrix.to\u002F#\u002F#docs-official:matrix.org)\n\n## Roadmap\n\nCurious where Docs is headed?\n\nExplore upcoming features, priorities and long-term direction on our [public roadmap](https:\u002F\u002Fdocs.numerique.gouv.fr\u002Fdocs\u002Fd1d3788e-c619-41ff-abe8-2d079da2f084\u002F).\n\n## License 📝\n\nThis work is released under the MIT License (see [LICENSE](https:\u002F\u002Fgithub.com\u002Fsuitenumerique\u002Fdocs\u002Fblob\u002Fmain\u002FLICENSE)).\n\nWhile Docs is a public-driven initiative, our license choice is an invitation for private sector actors to use, sell and contribute to the project.\n\n## Credits ❤️\n\n### Stack\n\nDocs is built on top of [Django Rest Framework](https:\u002F\u002Fwww.django-rest-framework.org\u002F), [Next.js](https:\u002F\u002Fnextjs.org\u002F), [ProseMirror](https:\u002F\u002Fprosemirror.net\u002F), [BlockNote.js](https:\u002F\u002Fwww.blocknotejs.org\u002F), [HocusPocus](https:\u002F\u002Ftiptap.dev\u002Fdocs\u002Fhocuspocus\u002Fintroduction), and [Yjs](https:\u002F\u002Fyjs.dev\u002F). We thank the contributors of all these projects for their awesome work!\n\nWe are proud sponsors of [BlockNotejs](https:\u002F\u002Fwww.blocknotejs.org\u002F) and [Yjs](https:\u002F\u002Fyjs.dev\u002F).\n\n---\n\n### Gov ❤️ open source\n\nDocs is the result of a joint initiative led by the French 🇫🇷 ([DINUM](https:\u002F\u002Fwww.numerique.gouv.fr\u002Fdinum\u002F)) Government and German 🇩🇪 government ([ZenDiS](https:\u002F\u002Fzendis.de\u002F)).\n\nWe are always looking for new public partners (we are currently onboarding the Netherlands 🇳🇱), feel free to [contact us](mailto:docs@numerique.gouv.fr) if you are interested in using or contributing to Docs.\n\n\u003Cp align=\"center\">\n  \u003Cimg src=\"\u002Fdocs\u002Fassets\u002Feurope_opensource.png\" width=\"50%\"\u002F alt=\"Europe Opensource\">\n\u003C\u002Fp>\n","Docs 是一个基于 Django 和 React 构建的协作笔记、wiki 和文档平台，支持大规模使用。其核心功能包括实时协作编辑、结构化文档管理以及知识组织等，并提供了丰富的文本编辑工具和AI写作助手。此外，它还支持自托管部署，确保了数据的所有权与安全性。该平台非常适合需要高效协作与知识共享的公共机构、企业和开源社区使用。",2,"2026-06-11 02:51:03","top_language"]