Documentation
¶
Overview ¶
Command minimal is the smallest runnable Orbit example: a Nucleus app with the in-process admin panel (orbit.Module) mounted at /admin.
Run it:
ADMIN_BOOTSTRAP_PASSWORD=change-me-please go run .
then open http://localhost:8080/admin and sign in as "admin" with that password. With ADMIN_BOOTSTRAP_PASSWORD unset, bootstrapping is skipped (no admin user is created) — the framework's secure default; provision the admin another way (e.g. `nucleus createuser`) or set the variable.
The app registers one model (Note) so Data Studio has something to show: Orbit reads the host application's model registry, so a panel mounted on an app with no registered models is an EMPTY panel. The notes module below is the smallest wiring that makes the flagship view work.