Vela — Multi-Framework Admin Dashboard Template
One design, eight real codebases. This package contains the exact same admin dashboard — pixel for pixel, page for page — implemented natively in React, Next.js, Vue.js, Nuxt.js, static HTML/CSS, Laravel, Django, and ASP.NET Core.
What's in this package
Each item below is a complete, independent, ready-to-run product. Read that framework's full documentation right here, or jump straight to its live preview on this demo site.
React
React 19 · TypeScript · Vite · Tailwind CSS v4
/React/vela-dashboardNext.js
Next.js 15 · App Router · TypeScript
/Next.js/vela-nextjsVue.js
Vue 3 · Composition API · Vite · TypeScript
/Vue.js/vela-vueNuxt.js
Nuxt 4 · Vue 3 · SSR or fully static (nuxt generate)
HTML / CSS
197 static pages · Vanilla JS · Zero build step
/HTML-CSS/vela-htmlGetting started
Open the folder for your framework, then open that folder's own documentation/index.html — it has the exact install commands, requirements, and project structure for that stack specifically. The quick version:
| Framework | Requires | Run |
|---|---|---|
| React | Node.js 20+ | npm install && npm run dev |
| Next.js | Node.js 20+ | npm install && npm run dev |
| Vue.js | Node.js 20+ | npm install && npm run dev |
| Nuxt.js | Node.js 20+ | npm install && npm run dev (or npm run generate for a static export) |
| HTML/CSS | Nothing — just a browser | Open index.html, or serve the folder |
| Laravel | PHP 8.2+, Composer | composer install, set up .env, php artisan serve |
| Django | Python 3.11+ | pip install -r requirements.txt, python manage.py migrate, python manage.py runserver |
| ASP.NET Core | .NET 8 SDK | dotnet restore && dotnet run |
Hosting note
React, Next.js, Vue.js, Nuxt.js, and HTML/CSS can all be built down to plain static files (see each one's own documentation for the exact build command) and hosted anywhere, including shared hosting with no Node/Python/.NET process running. Laravel needs a PHP-capable host; Django needs a Python/WSGI-capable host; ASP.NET Core needs a .NET-capable host — check what your specific host supports before choosing one of those three for a live deployment.
Support
Questions not covered in a framework's own documentation? Reach out through the item's Comments tab on ThemeForest, or the support contact on our ThemeForest profile. Please include your purchase code and which framework version you're using.
© Vela. All rights reserved.