Installation
Download the binary, run it, and you're live. Covers Linux, macOS, Windows, and Docker.
Themes
Create custom themes with Go html/template. Full control over HTML, CSS, and JavaScript output.
Plugins
Build plugins using Go's plugin system. Add admin routes, public APIs, dashboard widgets, and render hooks.
API Reference
REST API for pages, posts, and search. JSON responses for headless CMS usage.
Configuration
Environment variables, database path, port settings, and production deployment options.
Source Code
Browse the full source on GitHub. Contribute, report issues, or fork for your own project.
Quick Start
1. Download & Run
$ chmod +x binarycms
$ ./binarycms
2. Access Admin Panel
Open http://localhost:8080/admin in your browser. Default credentials: admin / admin. Change your password immediately.
3. Start Publishing
Create pages with the visual builder, write blog posts, upload media, install plugins from the marketplace, and customise your theme from Settings.