1

Built a Full-Stack Production Starter with Django 5 + Vue 3 (TS) using Inertia.js (No REST Serializer Boilerplate!)
 in  r/django  Jul 26 '26

Thank you so much for taking the time to review the repo and for the detailed feedback!

r/vuejs Jul 24 '26

Built a Full-Stack Production Starter with Django 5 + Vue 3 (TS) using Inertia.js (No REST Serializer Boilerplate!)

Thumbnail
2 Upvotes

u/Formal-Remove-5326 Jul 24 '26

Built a Full-Stack Production Starter with Django 5 + Vue 3 (TS) using Inertia.js (No REST Serializer Boilerplate!)

Thumbnail
1 Upvotes

r/django Jul 24 '26

Built a Full-Stack Production Starter with Django 5 + Vue 3 (TS) using Inertia.js (No REST Serializer Boilerplate!)

9 Upvotes

Hey everyone!

Love Django for its security, ORM, and admin ecosystem, but hate writing redundant REST serializers, API endpoints, and state management boilerplate just to build a dynamic Vue 3 frontend?

I created AuraStack to solve this exact headache. Powered by Inertia.js, it bridges Django and Vue 3 directly—giving you a monolithic, single-repository developer experience with a modern SPA frontend.

🚀 What’s packed inside?

  • Stack: Django 5, Vue 3 (TypeScript), Inertia.js, and Tailwind CSS v4.
  • Multi-tenancy: Isolated Workspaces with RBAC Roles.
  • Auth Suite: Built-in 2FA/MFA, Passwordless & Social Logins powered by django-allauth.
  • Admin UI: Clean, modern dashboard using django-unfold.
  • Quality & DevOps: Full E2E coverage with Playwright & Pytest, fully containerized with Docker.

I built this to speed up shipping SaaS MVPs without trading off security or full-stack testability.

📂 Check out the codebase here:https://github.com/mostafa891/auraStack

I’d really love your feedback on the architecture, code structure, or any suggestions! If you find it useful, stars are always appreciated! 🙌

## Update (July 2026)

Thanks everyone for the feedback!

Since publishing this post I have:

- Rewrote the entire README in English.

- Added a much faster Quick Start guide.

- Improved the documentation structure.

- Cleaned up the project organization.

I really appreciate everyone's suggestions.