An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Kaiforge — Free Edition


Kaiforge Lite — Hero banner


Free Demo
Pro Demo
Marketplace


Next.js
TypeScript
Tailwind CSS
License: MIT
Star History

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


Dashboard Home screenshot placeholder

---

## 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


Star history placeholder

---

## License

MIT — see [LICENSE](./LICENSE)