Skip to content

Repository files navigation

OrbynAdmin

A free and open-source admin dashboard template built with Next.js, Tailwind CSS and shadcn/ui. It ships with 70+ prebuilt pages (ten dashboards spanning e-commerce, CRM, crypto and four industries, plus a project management app, chat, mail, auth flows and more), all wired up with demo data so you can clone it and start building instead of setting up tables, charts and forms from scratch.

Everything is MIT licensed. No pro tier, no locked components.

Next.js TypeScript Tailwind CSS License: MIT

Live demo · Getting started · What's included

OrbynAdmin dashboard

Features

  • 70+ pages and views: ten dashboards (Overview, Analytics, E-Commerce, CRM, Crypto, Healthcare, Logistics, HR, Real Estate, Reports), e-commerce management, project management and apps
  • Light and dark mode
  • A theme customizer to change the accent color, radius, font and sidebar layout, then copy the CSS variables into your own project
  • Responsive down to mobile
  • Command palette (⌘K), collapsible sidebar with nested menus, workspace switcher and account menu
  • Charts with Recharts and a reusable data table built on TanStack Table
  • Auth pages: login, register, forgot / reset password, OTP and lock screen
  • Written in TypeScript, statically pre-rendered

Screenshots

Crypto / Web3 dashboard. Portfolio value over time, allocation, a markets watchlist with sparklines, on-chain transactions and working buy / sell / send / swap / receive flows.

Crypto dashboard

Industry dashboards. Ready-made starting points for Healthcare, Logistics, Human Resources and Real Estate, each with its own charts, tables and dialogs.

Healthcare dashboard

Real estate dashboard

Analytics dashboard

Analytics dashboard

Project management workspace. Each project has an overview, a Kanban board, a list, a Gantt timeline, members and an activity feed.

Project board

AI assistant

AI assistant

Reusable data table. Sorting, column visibility, selection, search and pagination.

Data table

Theme customizer and dark mode

Theme customizer

Dark mode

Getting started

git clone https://github.com/masondevx/orbynadmin.git
cd orbynadmin
npm install
npm run dev

Open http://localhost:3000. Requires Node.js 20+.

npm run build   # production build
npm run start   # run the build

Tech stack

What's included

  • Dashboards: Overview, Analytics, Reports, E-Commerce, CRM, Crypto (Web3 portfolio), plus industry starters for Healthcare, Logistics, Human Resources and Real Estate
  • E-Commerce: Products (data table + storefront grid), Orders, Customers, Invoices, Categories, Inventory, Discounts, Shipping, Reviews, Cart, Checkout (with list / detail / create / edit where it makes sense)
  • Project management: Projects, a per-project workspace (Overview / Board / List / Timeline / Members / Activity), Team, Roles & Permissions, Contacts, Activity log
  • Apps: AI Assistant, Chat, Mail, Calendar, Kanban, Tasks, Notes, File Manager, Support, Blog
  • Pages: Profile, Settings, Developers (API keys & webhooks), Pricing, Integrations, Notifications, Help Center, Search
  • Auth: Login, Register, Forgot / Reset password, OTP, Lock screen
  • Utility: 404 / 403 / 500 / 503, Maintenance, Coming soon, Landing page, Onboarding
  • Examples: Data table, Charts, Form layouts, UI elements, Empty states

Project structure

src/
  app/
    (app)/          # authenticated pages (sidebar + header)
    (auth)/         # login, register, password reset, otp, lock
    landing/  onboarding/  maintenance/  coming-soon/
  components/       # sidebar, header, data-table, charts, theme-customizer, ui/
  config/nav.ts     # sidebar navigation
  data/index.ts     # demo data

All data is mock data. Replace src/data/index.ts (and the inline datasets on a few pages) with your own API.

Deploy

Deploy with Vercel

Credits

Cryptocurrency icons are the respective projects' own brand marks (trademarks of their owners), drawn as inline SVGs in the flat style popularized by theSVG and the cryptocurrency-icons set. Demo avatars are generated with DiceBear. All names, balances, prices and figures throughout the template are fictional and for demonstration only.

License

MIT

About

Free and open-source admin dashboard template built with Next.js, Tailwind CSS and shadcn/ui. 70+ pages, dark mode, a live theme customizer, fully responsive.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages