#17 · Primary category: Admin Systems & Rapid Development Platforms

django-vue3-admin

django vue3 ts admin vben fastapi langchain

Project last updated:05/21/26

GitHub Stars

724

Forks

101

Contributors

1

License

MIT

Why we included this project

This one pairs a Django 5 and Django REST Framework backend with a Vue3 frontend built on vben-admin, so you get a working back-office shell with dynamic menus, button-level permissions, and a code generator for scaffolding new modules. Permissions run on an RBAC model with column-level granularity, which matters when different roles should see different fields, not just different pages. The interesting extra is an optional FastAPI-based ai_service that plugs chat and drawing into the same admin, with DeepSeek among the supported providers, so you can add an AI assistant without spinning up a separate app. MySQL is the default database and Celery handles background tasks. Treat it as a foundation to extend rather than a finished product; small teams that want a solid RBAC base and are happy to customize will get the most out of it.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category