BookStack alternatives and similar software solutions
Based on the "Wikis" category.
Alternatively, view BookStack alternatives based on common mentions on social networks and blogs.
-
Outline
The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and markdown compatible. -
TiddlyWiki
A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc. -
Mediawiki
🌻 The collaborative editing software that runs Wikipedia. Mirror from https://gerrit.wikimedia.org/g/mediawiki/core. See https://mediawiki.org/wiki/Developer_access for contributing. -
django-wiki
A wiki system with complex functionality for simple integration and a superb interface. Store your knowledge with style: Use django models. -
Documize
Modern Confluence alternative designed for internal & external docs, built with Go + EmberJS -
Wikitten
Wikitten is a small, fast, PHP wiki, and the perfect place to store your notes, code snippets, ideas, and so on. -
Cowyo
A feature-rich wiki webserver for minimalists :cow: :speech_balloon: -
Gruik
Gruik ! An open-source markdown note-taking web app. [ABANDONED PROJECT] -
MoinMoin
MoinMoin Wiki (1.9, also: 1.5a ... 1.8), stable, for production wikis -
commonplace
A server for your markdown files. Give it a directory, and Commonplace gives you a url, pretty pages, and quick editing. -
Codex
Extendable Documentation Platform written in Laravel 5. Generate easy and awesome documentation! -
wiki
wiki is a self-hosted well uh wiki engine or content management system -
TWiki
TWiki is a Perl-based structured wiki application, typically used to run a collaboration platform, knowledge or document management system, a knowledge base, or team portal. -
Zim
Graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images. -
PmWiki
Wiki-based system for collaborative creation and maintenance of websites.
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of BookStack or a related project?
README
BookStack
A platform for storing and organising information and documentation. Details for BookStack can be found on the official website at https://www.bookstackapp.com/.
- Installation Instructions
- Documentation
- Demo Instance
- Screenshots
- BookStack Blog
- Issue List
- Discord Chat
📚 Project Definition
BookStack is an opinionated wiki system that provides a pleasant and simple out-of-the-box experience. New users to an instance should find the experience intuitive and only basic word-processing skills should be required to get involved in creating content on BookStack. The platform should provide advanced power features to those that desire it but they should not interfere with the core simple user experience.
BookStack is not designed as an extensible platform to be used for purposes that differ to the statement above.
In regard to development philosophy, BookStack has a relaxed, open & positive approach. At the end of the day this is free software developed and maintained by people donating their own free time.
🌟 Project Sponsors
Shown below are our bronze, silver and gold project sponsors. Big thanks to these companies for supporting the project. Note: Listed services are not tested, vetted nor supported by the official BookStack project in any manner. View all sponsors.
Silver Sponsors
Bronze Sponsor
🛣️ Road Map
Below is a high-level road map view for BookStack to provide a sense of direction of where the project is going. This can change at any point and does not reflect many features and improvements that will also be included as part of the journey along this road map. For more granular detail of what will be included in upcoming releases you can review the project milestones as defined in our [Release Process](dev/docs/release-process.md) documentation.
- Platform REST API - (Most actions implemented, maturing)
- A REST API covering, at minimum, control of core content models (Books, Chapters, Pages) for automation and platform extension.
- Permission System Review - (In Progress)
- Improvement in how permissions are applied and a review of the efficiency of the permission & roles system.
🛠️ Development & Testing
Please see our [development docs](dev/docs/development.md) for full details regarding work on the BookStack source code.
If you're just looking to customize or extend your own BookStack instance, take a look at our Hacking BookStack documentation page for details on various options to achieve this without altering the BookStack source code.
Details about BookStack's versioning scheme and the general release process [can be found here](dev/docs/release-process.md).
🌎 Translations
Translations for text within BookStack is managed through the BookStack project on Crowdin. Some strings have colon-prefixed variables such as :userName
. Leave these values as they are as they will be replaced at run-time. Crowdin is the preferred way to provide translations, otherwise the raw translations files can be found within the resources/lang
path.
If you'd like a new language to be added to Crowdin, for you to be able to provide translations for, please open a new issue here.
Please note, translations in BookStack are provided to the "Crowdin Global Translation Memory" which helps BookStack and other projects with finding translations. If you are not happy with contributing to this then providing translations to BookStack, even manually via GitHub, is not advised.
🎁 Contributing, Issues & Pull Requests
Feel free to create issues to request new features or to report bugs & problems. Just please follow the template given when creating the issue.
Pull requests are welcome. Unless a small tweak or language update, It may be best to open the pull request early or create an issue for your intended change to discuss how it will fit into the project and plan out the merge. Just because a feature request exists, or is tagged, does not mean that feature would be accepted into the core project.
Pull requests should be created from the development
branch since they will be merged back into development
once done. Please do not build from or request a merge into the release
branch as this is only for publishing releases. If you are looking to alter CSS or JavaScript content please edit the source files found in resources/
. Any CSS or JS files within public
are built from these source files and therefore should not be edited directly.
The project's code of conduct can be found here.
🔒 Security
Security information for administering a BookStack instance can be found on the documentation site here.
If you'd like to be notified of new potential security concerns you can sign-up to the BookStack security mailing list.
If you would like to report a security concern, details of doing so can can be found here.
♿ Accessibility
We want BookStack to remain accessible to as many people as possible. We aim for at least WCAG 2.1 Level A standards where possible although we do not strictly test this upon each release. If you come across any accessibility issues please feel free to open an issue.
🖥️ Website, Docs & Blog
The website which contains the project docs & blog can be found in the BookStackApp/website repo.
⚖️ License
The BookStack source is provided under the MIT License.
The libraries used by, and included with, BookStack are provided under their own licenses and copyright. The licenses for many of our core dependencies can be found in the attribution list below but this is not an exhaustive list of all projects used within BookStack.
👪 Attribution
The great people that have worked to build and improve BookStack can be seen here. The wonderful people that have provided translations, either through GitHub or via Crowdin can be seen here.
Below are the great open-source projects used to help build BookStack. Note: This is not an exhaustive list of all libraries and projects that would be used in an active BookStack instance.
- Laravel - MIT
- TinyMCE - MIT
- CodeMirror - MIT
- Sortable - MIT
- Google Material Icons - Apache-2.0
- Dropzone.js - MIT
- clipboard.js - MIT
- markdown-it and markdown-it-task-lists - MIT and ISC
- Dompdf - LGPL v2.1
- BarryVD/Dompdf - MIT
- BarryVD/Snappy (WKHTML2PDF) - MIT
- WKHTMLtoPDF - LGPL v3.0
- diagrams.net - Embedded Version Terms / Source Project - Apache-2.0
- OneLogin's SAML PHP Toolkit - MIT
- League/CommonMark - BSD-3-Clause
- League/Flysystem - MIT
- pragmarx/google2fa - MIT
- Bacon/BaconQrCode - BSD-2-Clause
- phpseclib - MIT
- Clockwork - MIT
- PHPStan & Larastan - MIT and MIT
- PHP_CodeSniffer - BSD 3-Clause
*Note that all licence references and agreements mentioned in the BookStack README section above
are relevant to that project's source code only.