Install
Copy to clipboard
Quick start (3 lines!)
Add the admin handler to your hooks
Copy to clipboard
Start your dev server
Copy to clipboard
Open /admin
That’s it — no routes to create. You’ll see a dashboard with model statistics, list views with pagination, and auto-generated create/edit forms for every model in your Prisma schema.
Using it alongside existing auth
If you already have an auth handler, combine the two with SvelteKit’s sequence:
Copy to clipboard
See Authentication for more on authCheck, and Configuration Reference for the full set of
options createAdminHandler accepts.