adminforth icon indicating copy to clipboard operation
adminforth copied to clipboard

Create Admin Panels faster on Node.js and Vue.js with AdminForth Framework. Setup main CRUD pages within minutes, extend as you need with Vue3

trafficstars

AdminForth - NodeJS Admin Panel framework on Vue & Tailwind

TRY LIVE DEMO (Read-only mode)

Hello world in 5 minutes with AdminForth.

Full API reference here.

Previews

List:

localhost_3500_resource_aparts (6) 1 (1)

Custom Dashboard:

dashDemo

Chat-GPT plugin:

gptDemo

Image DALEE Generation

Dalee generator

demoImgGen

For developers

cd adminforth
npm ci
npm run build
npm link

cd plugins/audit-log
npm ci
# repeat for each plugin
cd plugins/chat-gpt
npm ci

cd dev-demo
npm ci && npm start