Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A free and open source local CMS for static site generators written in Flutter and Dart.
BuhoCMS is a free and open source local content management system for static site generators, offering a graphical interface to create, edit, and build websites without using a terminal.
BuhoCMS is a desktop application that acts as a GUI layer on top of static site generators such as Hugo, Jekyll, and 11ty. It accepts an existing static site folder or creates a new site from scratch, then lets you add and edit Markdown content with a visual editor for Front matter. The app runs on Windows and Linux, with macOS planned, and is developed by iakmds under the GPLv3 license.
BuhoCMS targets anyone using a static site generator who wants a graphical way to manage content. It is particularly useful for existing Hugo, Jekyll, or 11ty users who want to avoid manual Front matter edits, for beginners looking to start a static site without learning command-line tools, and for content editors who prefer a visual interface to write and preview Markdown.
BuhoCMS is built with Flutter and Dart, using packages like process_run to run SSG commands, file_picker to choose folders, and flutter_markdown for previews. Users can create or open a site folder, the app detects the SSG type, and all editing happens locally. The roadmap includes git integration, more SSG support, and additional themes.
Yes, BuhoCMS is free and open source, licensed under the GNU General Public License version 3 (GPLv3). There are no paid tiers or premium features; the app is currently distributed as a desktop application for Windows and Linux.
BuhoCMS currently supports Hugo, Jekyll, and 11ty. Support for Jekyll was added in v0.6.0 and for 11ty in v0.7.0, and more generators are planned for the future.
The current releases support Windows (as an executable) and Linux (via Flatpak, AppImage, and .deb packages). macOS support is planned but not yet available, and web support is a potential future option.
BuhoCMS is currently in alpha, so bugs may exist. The developer recommends backing up website folders before heavy use. The app has an active roadmap with many planned improvements.