Why someone switched from Wiki.js to my Go wiki and started sponsoring it
A user switched from Wiki.js to an open-source Go wiki project and began sponsoring its development, citing better performance, simpler setup, and lower resource usage as key reasons for the migration.
Background
- **LeafWiki** is the author’s own open-source wiki software, written in Go (a compiled programming language known for performance and simplicity). **Wiki.js** is a popular, feature-rich Node.js-based wiki platform.
- The article contrasts the two: Wiki.js is heavier, Node-based, and database-dependent; LeafWiki is a single fast binary that runs from disk, with no external dependencies.
- The author describes a user who, after trying both, switched to LeafWiki because it was simpler, faster, and easier to maintain — and later became a financial sponsor of the project.
- **Key context**: In open-source software, "sponsoring" means donating money to a maintainer (e.g. via GitHub Sponsors) to support continued development. A "Go binary" refers to a self-contained executable compiled from Go source code — no runtime or interpreter needed.