You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that Docs provides docs/pdf exporters by loading two BlockNote packages, which we use under the AGPL-3.0 licence. Until we comply with the terms of this license, we recommend that you don't run Docs as a commercial product, unless you are willing to sponsor BlockNote.
Docs is a collaborative text editor designed to address common challenges in knowledge building and sharing.
Write
Simple collaborative editing without the formatting complexity of markdown
Offline? No problem, keep writing, your edits will get synced when back online
Create clean documents with limited but beautiful formatting options and focus on content
Built for productivity (markdown support, many block types, slash commands, keyboard shortcuts).
Save time thanks to our AI actions (generate, sum up, correct, translate)
Collaborate
Collaborate with your team in real time
Granular access control to ensure your information is secure and only shared with the right people
Professional document exports in multiple formats (.odt, .doc, .pdf) with customizable templates
Built-in wiki functionality to turn your team's collaborative work into organized knowledge ETA 02/2025
Self-host
Easy to install, scalable and secure alternative to Notion, Outline or Confluence
Getting started
Test it
Test Docs on your browser by logging in on this environment
Running Docs locally using the methods described below is for testing purposes only. It is based on building Docs using Minio as the S3 storage solution but you can choose any S3 compatible object storage of your choice.
Prerequisite
Make sure you have a recent version of Docker and Docker Compose installed on your laptop:
$ docker -v
Docker version 20.10.2, build 2291f61
$ docker compose version
Docker Compose version v2.32.4
You may need to run the following commands with sudo but this can be avoided by adding your user to the docker group.
Project bootstrap
The easiest way to start working on the project is to use GNU Make:
$ make bootstrap FLUSH_ARGS='--no-input'
This command builds the app container, installs dependencies, performs database migrations and compile translations. It's a good idea to use this command each time you are pulling code from the project repository to avoid dependency-related or migration-related issues.
This work is released under the MIT License (see LICENSE).
While Docs is a public driven initiative our licence choice is an invitation for private sector actors to use, sell and contribute to the project.
Contributing
This project is intended to be community-driven, so please, do not hesitate to get in touch if you have any question related to our implementation or design decisions.
If you intend to make pull requests see CONTRIBUTING for guidelines.
Directory structure:
docs +-- bin - executable scripts or binaries that are used for various tasks, such as setup scripts, utility scripts, or custom commands. +-- crowdin - for crowdin translations, a tool or service that helps manage translations for the project. +-- docker - Dockerfiles and related configuration files used to build Docker images for the project. These images can be used for development, testing, or production environments. +-- docs - documentation for the project, including user guides, API documentation, and other helpful resources. +-- env.d/development - environment-specific configuration files for the development environment. These files might include environment variables, configuration settings, or other setup files needed for development. +-- gitlint - configuration files for `gitlint`, a tool that enforces commit message guidelines to ensure consistency and quality in commit messages. +-- playground - experimental or temporary code, where developers can test new features or ideas without affecting the main codebase. +-- src - main source code directory, containing the core application code, libraries, and modules of the project.
We are always looking for new public partners (we are currently onboarding the Netherlands ), feel free to reach out if you are interested in using or contributing to Docs.
About
A collaborative note taking, wiki and documentation platform that scales. Built with Django and React. Opensource alternative to Notion or Outline.