Coming soon GPL v2 · PHP 8.0+ · MySQL / MariaDB

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.

You’re on the list — check your inbox if we ask you to confirm.

No spam. Launch news only.

plugins/recipes/recipes.php preview
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.