https://github.com/DevxiaLabs/kaiforge-lite
Free open-source Next.js + Tailwind CSS admin dashboard template with dark mode, 5 color themes, and responsive design. Part of the Kaiforge family.
https://github.com/DevxiaLabs/kaiforge-lite
admin admin-dashboard admin-panel dashboard free nextjs nextjs-template open-source react tailwind-dashboard tailwindcss template typescript
Last synced: about 1 month ago
JSON representation
Free open-source Next.js + Tailwind CSS admin dashboard template with dark mode, 5 color themes, and responsive design. Part of the Kaiforge family.
- Host: GitHub
- URL: https://github.com/DevxiaLabs/kaiforge-lite
- Owner: DevxiaLabs
- License: mit
- Created: 2026-02-11T17:56:06.000Z (2 months ago)
- Default Branch: develop
- Last Pushed: 2026-02-17T16:45:01.000Z (2 months ago)
- Last Synced: 2026-03-12T19:30:59.764Z (about 2 months ago)
- Topics: admin, admin-dashboard, admin-panel, dashboard, free, nextjs, nextjs-template, open-source, react, tailwind-dashboard, tailwindcss, template, typescript
- Language: TypeScript
- Homepage: https://lite.kaiforge.dev
- Size: 30.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-nextjs - Kaiforge Lite - Free and open-source Next.js admin dashboard template with Tailwind CSS, dark mode, and multiple color themes. (Boilerplates)
- awesome-nextjs - Kaiforge Lite - Free admin dashboard template with Next.js 14, Tailwind CSS, TypeScript, dark/light mode, and 5 ready-to-use pages. MIT licensed. [Demo](https://lite.kaiforge.dev) (Boilerplates)
README
# Kaiforge — Free Edition
A modern, elegant dashboard template built with Next.js 14, Tailwind CSS, and TypeScript. This is the free, open‑source edition of Kaiforge — perfect to explore the design system, core layout, and essential components.
Upgrade to Pro to unlock 30+ production‑ready pages, 20+ advanced components, charts, and a Go backend with auth + Stripe.
---
## Highlights
- ✅ Free: Dashboard Home, Login, and Settings (Profile + Appearance with Dark/Light and 5 color themes)
- ✅ Free: Essential UI kit — Buttons, Forms, Inputs, Selects, Checkboxes, Tabs, Cards, Badges
- ✅ Free: Fully responsive, accessible, TypeScript-first
- ✅ Free: Next.js App Router, Tailwind CSS, Dark Mode
- 🔒 Pro: 30+ pages (Analytics, Users CRUD, Products, Orders, Messages, Calendar, Kanban, Pricing, Invoices, Profile, FAQ, Maps, Timeline, Chat, File Manager, Notifications, Changelog, Onboarding, Email Templates, i18n, Accessibility, Print Views, Landing, Data Visualization, Roles & Permissions)
- 🔒 Pro: 20+ advanced components (Data Table, Modals, Drawers, Toasts, Tooltips, Rich Text Editor, Uploads, Stepper, Breadcrumbs, Tree View, Color Picker, and more)
- 🔒 Pro: 11 chart types with Recharts
- 🔒 Pro: Go backend with authentication + Stripe integration
- 🔒 Pro: Priority support
Try Free Demo → ·
Explore Pro Demo → ·
Get Pro Version →
---
## Comparison — Free vs Pro
| Capability | Free | Pro |
|---|:--:|:--:|
| Pages | 3 (Home, Login, Settings) | 30+ (Analytics, Users, Products, Orders, Messages, Calendar, Kanban, Pricing, Invoices, Profile, FAQ, Maps, Timeline, Chat, File Manager, Notifications, Changelog, Onboarding, Email Templates, i18n, Accessibility, Print Views, Landing, Data Viz, Roles & Permissions) |
| Components | Essential (Buttons, Forms, Inputs, Select, Checks, Tabs, Cards, Badges) | 20+ advanced (Data Table, Modals, Drawers, Toasts, Tooltips, RTE, Uploads, Stepper, Breadcrumbs, Tree, Color Picker, etc.) |
| Charts | — | 11 types (Recharts) |
| Backend | — | Go backend, Auth, Stripe |
| Theming | Dark/Light + 5 color themes | Extended theming + presets |
| Internationalization | — | i18n ready |
| Accessibility | Basic | Enhanced patterns |
| Print Views | — | Included |
| Landing Page | — | Included |
| Support | Community | Priority support |
> Keep it honest: the Free edition is ideal for evaluation and simple dashboards. The Pro edition is designed for production apps and teams.
---
## Tech Stack
- Next.js 14+ (App Router)
- TypeScript 5+
- Tailwind CSS 3.4+
- Lucide Icons
- Recharts (Pro)
- Go + Stripe (Pro)
---
## Quick Start
Prerequisites: Node.js 18+
```bash
# 1) Install dependencies
npm install
# 2) Start the dev server
npm run dev
# Optional: production build
npm run build
```
Open http://localhost:3000 in your browser.
Mock credentials (for demo screens):
- Email: admin@kaiforge.com
- Password: password123
---
## Screenshots
---
## Project Structure (Free)
```
src/
app/
(auth)/login
dashboard/
components/ # Essential components showcase
settings/ # Profile + Appearance only
page.tsx # Dashboard home
layout.tsx
page.tsx
components/
contexts/
data/
lib/
hooks/
types/
```
---
## Get Pro Version
Take your app to production with 30+ pages, advanced components, charts, and a Go backend with auth + Stripe.
- Live Pro Demo: https://kaiforge.admin.juandelvalle.com
- Marketplace: #
- Get Pro: #
---
## Star History
---
## License
MIT — see [LICENSE](./LICENSE)