Admin dashboard template
One dashboard, five editions
Orion ships as plain HTML, React, Next.js, Vue and Nuxt. The five look and behave the same: the same screens over the same mock API, three themes, three layouts, four languages and full right-to-left support. Open any of them below.
Live demos
-
HTML
HTML, CSS and JavaScript
No framework and no build step for your app. The pages open straight from disk.
Open the demo — HTML -
React
Vite · React 19 · Zustand · TanStack Query
A single-page app with a mock API running in a service worker.
Open the demo — React -
Next.js
App Router · server components · next-intl
Rendered on the server, with writes as server actions and the language in the URL.
Open the demo — Next.js -
Vue
Vite · Vue 3 · Pinia · TanStack Query
A single-page app with vue-i18n reading the same ICU catalogues.
Open the demo — Vue -
Nuxt
Nuxt · Nitro · @nuxtjs/i18n
Rendered on the server, with the mock API as real server routes.
Open the demo — Nuxt