WAW Pro (Next.js) is a free, open‑source admin dashboard template for modern SaaS, ecommerce, and analytics back‑ends. It includes clean layouts, charts, AI workspace, and team/ops pages with Next.js App Router and fast routing.
WAW Pro provides essential UI components and layouts for building feature‑rich, data‑driven admin panels and control dashboards. It’s built on:
- ⚛️ React 19 + TypeScript
- ▲ Next.js App Router
- 🎨 Tailwind CSS
- 📊 Recharts
- 🤖 Optional Gemini AI widget
- ✨ Live Demo (Vite): https://waw-vite.waqasahmedwaseer.com
- ⚡ Live Demo (Next.js): https://waw-nextjs.waqasahmedwaseer.com
- 📄 Documentation —
TBD - 🖌️ Figma Design File —
TBD - 💎 PRO Version —
TBD
Free Versions
Prerequisites: Node.js 18+
- Install dependencies:
npm install - (Optional) Create
.env.localfrom.env.exampleand setNEXT_PUBLIC_GEMINI_API_KEY. - Start the dev server:
npm run dev
npm run dev- start dev servernpm run build- production buildnpm run start- start production server
WAW Pro includes:
- Sophisticated sidebar navigation and multipage layout
- Dashboard overview with stats + charts
- Analytics, projects, tasks, billing, support, and team pages
- Authentication pages (Login, Signup, Forgot Password)
- Profile management page
- AI Workspace with optional Gemini integration
- Responsive layout + dark mode
- 💎 High‑quality, modern UI with clean spacing and typography
- ⚡ Fast development with Next.js App Router
- 📊 Data visualization using Recharts
- 🔐 Simple auth flow (front‑end)
- 🌗 Dark mode ready
- 🧱 Scalable structure for CRUD extensions
MIT