A small CMS core.
Almost ready.
We’re finishing the lean, plugin-extensible PHP core — auth, settings, an accessible admin UI kit, hooks and registries — then it gets out of your way. Leave an email and we’ll tell you when it ships.
No spam. Launch news only.
add_action('bakercms/plugins_loaded', static function (): void {
MenuRegistry::add([
'id' => 'recipes',
'label' => 'Recipes',
'href' => '/admin/recipes',
]);
// One folder. One hook. Your screen.
});
- Host requirements
- FTP + a database. No Composer, no SSH, no Node.
- Admin JavaScript
- Owned vanilla JS. Zero framework dependencies.
- Content in core
- None. Content is a plugin decision, not a core one.