Feather Wiki is a tiny, self-contained JavaScript wiki that runs in the browser. At just 58KB, it's like TiddlyWiki but as small as possible, offering a lightning-fast tool for creating non-linear notebooks, databases and wikis. Find open source and proprietary alternatives that serve similar purposes.
Open source projects that can replace Feather Wiki:
Wiki.js is a modern, powerful wiki platform designed for teams and organizations that need a comprehensive knowledge management solution. Built on Node.js, it combines the simplicity of traditional wikis with contemporary features and a beautiful, intuitive interface.
Modern Editing Experience: Wiki.js provides multiple editing modes including a rich WYSIWYG editor, Markdown support, and a code editor for technical documentation. The platform offers real-time collaborative editing, making it easy for teams to work together on documentation.
Beautiful Themes & Customization: The platform comes with elegant, responsive themes that work perfectly across all devices. You can customize the appearance to match your brand or organizational style, ensuring your wiki integrates seamlessly with your existing tools.
Git-Based Storage: One of Wiki.js's standout features is its Git integration for content storage. This provides version control, backup capabilities, and the ability to sync content across multiple instances. Your documentation is stored as files that can be version-controlled just like code.
Flexible Authentication: Support for multiple authentication providers including LDAP, Active Directory, OAuth, and social logins makes it easy to integrate with existing organizational systems and user management workflows.
Powerful Search & Organization: Built-in full-text search capabilities help users quickly find the information they need. The platform supports hierarchical page organization, tags, and tags for logical content structure.
Wiki.js is ideal for:
Wiki.js can be deployed via Docker for quick setup, or installed directly on servers running Node.js with database support for PostgreSQL, MySQL, MariaDB, or SQLite. The platform provides comprehensive documentation and community support to help you get started.
Whether you're documenting APIs, creating team wikis, or building comprehensive knowledge bases, Wiki.js provides the tools and flexibility needed for modern collaborative documentation.
Gollum is a lightweight wiki system built directly on top of Git, allowing for version-controlled documentation using simple text and markup files. It provides a clean web interface while leveraging Git's powerful versioning capabilities.
Git Integration:
Flexible Markup Support:
Rich Content Features:
Development-Friendly:
Gollum is ideal for:
Gollum can be deployed through several methods:
gem install gollum
Basic setup requires minimal configuration - just point Gollum at a Git repository and start the server. Advanced features like authentication, custom markup support, and styling can be configured through command line options or configuration files.
TiddlyWiki is a unique non-linear personal web notebook implemented entirely in JavaScript. It can be used either as a single HTML file in the browser or as a powerful Node.js application. Its highly customizable nature and independence from external services make it a popular choice for personal knowledge management.
Flexible Usage Options:
Rich Content Management:
Customization & Extensibility:
Advanced Capabilities:
TiddlyWiki is ideal for:
TiddlyWiki offers two main deployment options:
Browser-Only Version:
Node.js Version:
npm install -g tiddlywiki
tiddlywiki mynewwiki --init server
tiddlywiki mynewwiki --listen
The platform requires minimal setup while providing powerful features for content organization and management. Its unique approach to personal knowledge management makes it particularly suitable for users who value data ownership and customization capabilities.
Discover other open source projects in the wikis category:
Showing 1-9 of 13 projects in wikis
Find more projects in these tags