Adonia 1.0 is the first stable release of the AdonisJS 7 administration-panel framework. It freezes descriptor protocol v1, the server plugin contract, and the React component registry while preserving additive extension points.
Highlights
- resource panels with schema-driven forms, tables, actions, widgets, authorization, uploads, and deterministic code generation;
- fail-closed tenancy and parent-scoped nested resources;
- ordered server hooks and UI registry plugins, with activity-log and import/export reference plugins;
- locale-aware, accessible generic UI and reproducible security/performance evidence;
- explicit package export maps and install verification against packed artifacts.
Upgrade note
The 1.0 API review found no public 0.x symbol that requires a breaking source rename, so no codemod is required. Protocol remains v1. Applications should update the seven Adonia packages coherently and run their existing typecheck, doctor, security, and browser suites.
Try it
The reusable repository content is the Adonia starter. The complete demo source includes a production Dockerfile and Render Blueprint. The public demo URL is intentionally not printed until a deployment has been observed; release maintainers record the deployed URL in the artifact record rather than publishing a fake address.
Release evidence
The machine-checkable launch record is enforced by pnpm launch:check, which rejects missing artifacts, package drift, invalid export maps, a protocol bump, and any checked item without evidence. External review, public deployment, manual assistive-technology observation, and registry publication remain unchecked until actually completed.