Kaiforge

February 16, 2026 · View on GitHub

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

CapabilityFreePro
Pages3 (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)
ComponentsEssential (Buttons, Forms, Inputs, Select, Checks, Tabs, Cards, Badges)20+ advanced (Data Table, Modals, Drawers, Toasts, Tooltips, RTE, Uploads, Stepper, Breadcrumbs, Tree, Color Picker, etc.)
Charts11 types (Recharts)
BackendGo backend, Auth, Stripe
ThemingDark/Light + 5 color themesExtended theming + presets
Internationalizationi18n ready
AccessibilityBasicEnhanced patterns
Print ViewsIncluded
Landing PageIncluded
SupportCommunityPriority 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+

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


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.


Star History

Star history placeholder


License

MIT — see LICENSE