Codex alternatives and similar software solutions
Based on the "Wikis" category.
Alternatively, view Codex 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. -
Gollum
A simple, Git-powered wiki with a local frontend and support for many kinds of markup and content. -
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. -
commonplace
A server for your markdown files. Give it a directory, and Commonplace gives you a url, pretty pages, and quick editing. -
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.
CodeRabbit: AI Code Reviews for Developers
* 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 Codex or a related project?
Popular Comparisons
README
Codex 2 - BETA!
Introduction
Codex is a file-based documentation platform built on top of Laravel. It's completely customizable and dead simple to use to create beautiful documentation.
Codex is able to do things like transforming markdown or automaticaly fetching documentation from a Bitbucket/Github repositories. Most of it's features are provided by addons. Codex is extenable, themeable, hackable and simple to setup and use.
The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code.
Features
- Laravel 5
- Markdown, Creole or custom document parsers
- Host a unlimited number of projects/manuals with accompanying versions
- Extenable, themeable, hackable
- Simple to setup and use
- Syntax Highlighting
- Easy navigation defined in YAML
- SEO Friendly URLs
- Default theme build on Laravels theme
- Multiple storage methods (local, dropbox, amazon, etc)
- Can be installed as stand-alone or sub-component in your own (Laravel) project.
- (Addon Feature) Github/Bitbucket (auto webhook) synchronisation based on tags/branches.
- (Addon Feature) Smooth working, custom PHPDoc integration
- (Addon Feature) Access restriction on projects using Github/Bitbucket login
- Much, much more!
Documentation
Check out the official documentation.
Installation
composer create-project codex/codex --stability=beta
cd codex
php artisan serve
License
Copyright (c) 2015 Robin Radic, [MIT License](LICENSE.md)
*Note that all licence references and agreements mentioned in the Codex README section above
are relevant to that project's source code only.