AdminForth is an agent-first open-source admin panel framework that lets developers use coding agents like Claude Code or Codex to build the panel, and admins use an agent to work inside it. The framework is self-hosted and released under the MIT license. AdminForth supports multiple databases including Postgres, MySQL, SQLite, and Mongo.
The framework includes an MCP server plugin that exposes AdminForth resources and actions as remote MCP tools for coding agents. AdminForth allows adding custom pages and dashboards using Vue3 components and any additional npm packages. It offers an LLM-based translation plugin to translate the admin panel or external apps with minimal effort.
The framework provides a command to create a new app: npx adminforth create-app.
No comments yet.