Features that
don't feel like features.
The point is not one isolated capability. It is the way the core, plugin runtime, and frontend extensibility reinforce each other.
Go-first CMS runtime
A modern core built for performance, typed contracts, and explicit lifecycle control. It's not just fast; it's predictable.
Dynamic SolidJS Admin
Plugin frontends load at runtime without a core rebuild.
Widget Preview
package main
import "github.com/blitzpress/sdk"
func InitPlugin(api sdk.API) {
api.RegisterRoute("/custom", handler)
}
import "github.com/blitzpress/sdk"
func InitPlugin(api sdk.API) {
api.RegisterRoute("/custom", handler)
}
Compiled Plugins
Manifest-driven `.so` files mount routes natively. Hover to reveal.
Monorepo DX
Hot reloading, build scripts, and a manager CLI make the platform practical.