---
title: "Adonia 1.0 announcement source"
image: "https://adonia.pages.dev/og.png"
version: "next"
---

> Documentation Index
> Fetch the complete documentation index at: https://adonia.pages.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Adonia 1.0 announcement source

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](https://github.com/rikoriswandha/adonia/tree/main/templates/adonia-starter). The [complete demo source](https://github.com/rikoriswandha/adonia/tree/main/examples/blog-admin) 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](/launch/artifacts.json) rather than publishing a fake address.

## Release evidence

The [machine-checkable launch record](/launch/checklist.json) 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.

Source: https://adonia.pages.dev/launch/announcement/index.mdx
