PureWiki is a platform for documentation and knowledge management. It focus on speed and ease of use by utilizing a modern block editor.
Design Principles
The system is built for an intuitive editing experience while maintaining the performance characteristics of a static website.
Editing
The block editor provides an interface for creating paragraphs, headers, grids, and more by selecting the required block type.
Filesystem Architecture
All content is saved as standard files on the server. This facilitates backups, migrations, and direct filesystem access.
- No database: Eliminates database query overhead.
- Portability: Fully mobile by copying the directory structure.
- Security: Simple, role-based access control.
See System Requirements and the Installation Guide for deployment steps.