AI Suite is a production-ready, full-stack AI SaaS Platform built with the latest Next.js 16 (App Router), Tailwind CSS, and Google Gemini AI.
Stop paying for dozens of separate AI tools. AI Suite combines 25+ powerful AI applications into one seamless dashboard. It features a robust Role-Based Access Control (RBAC) system, allowing you to manage users and subscription plans dynamically.
Generate fully functional, responsive websites from a single text prompt. Edit them instantly in the browser and see changes in real-time.
Test your prompts, compare model outputs, and experiment with different parameters in a dedicated sandbox environment.
Enterprise-grade security and user management built-in:
Complete control over your platform without touching code:
A complete toolkit for productivity, coding, and content creation:
Admin Account:
User Account:
Changelog - Version 2.0.0 (22 October 2025)
--------------------------------------------
Login System:
1. Added demo login with token-based session validation.
2. Session tokens stored securely in localStorage.
3. Automatic session clearing upon logout for better security.
API Key Integration:
1. Added a new key icon in the header next to settings.
2. Users can now add their own Gemini API key directly.
3. Default API key automatically used for demo users.
Authentication Templates:
1. New pre-built pages for Register, Forgot Password, and Reset Password.
2. Unified and modern UI design matching the main layout.
Blank Page Template:
1. Added a minimal page with header and footer.
2. Allows developers to build custom pages quickly and easily.
UI & Flow Enhancements:
1. Improved navigation and user onboarding experience.
2. Optimized localStorage usage for reliability.
3. Enhanced visual polish across key interface components.
General:
1. Better code organization and reusability.
2. Minor UI adjustments and bug fixes.
Changelog - Version 2.2 (29 October 2025)
--------------------------------------------
- Added AI Image Generator (Gemini API).
- Implemented real user Login & Registration.
- Fixed minor UI bugs and improved responsiveness.
- Updated documentation with new setup details.
Changelog - Version 3.0 (16 December 2025)
-------------------------------------------------
- Added new /website component to create and manage websites directly from the platform.
- Integrated ImageKIT API for seamless image creation and management.
- Fixed multiple UI bugs to improve stability and user experience.
- Updated and enhanced documentation for better clarity and guidance.
Changelog - Version 3.1 (21-12-2025)
-----------------------------------
- Fixed multiple UI issues and improved overall visual consistency
- Updated all dependencies and packages to their latest stable versions
- Improved compatibility and performance after package upgrades
Changelog - Version 3.5.0 (Major Feature Update) 03 January 2026
-----------------------------------------------
Framework Migration:
1. Migrated from a Vite-based Single Page Application to a full-stack Next.js 16 application.
2. Adopted the Next.js App Router using the app directory.
3. Introduced internal API routes under app/api for secure server-side logic.
4. Added middleware.ts for request interception and handling.
Backend & Database:
1. Integrated PostgreSQL with Supabase for database management.
2. Added database utilities and configuration files:
- src/lib/db.ts
- src/lib/supabase.ts
- src/lib/schema.sql
3. Introduced migration and verification scripts:
- src/migrate.ts
- src/verify-supabase.ts
API Enhancements:
1. Authentication APIs added under app/api/auth:
- Login, Register, Logout, and User Profile
2. Admin management APIs added under app/api/admin:
- User management, settings, and statistics
3. Stripe payment integration:
- Checkout endpoint (app/api/checkout)
- Webhook handling (app/api/webhook/stripe)
4. AI proxy routes added under app/api/ai for advanced AI agent features.
Admin Dashboard:
1. Introduced a full-featured admin panel at app/admin.
2. Added new admin views:
- Dashboard
- Users
- Plans
- Settings
3. Refactored admin UI logic into src/views/admin.
General:
1. Major architectural improvements for scalability and maintainability.
2. Clear separation between routing, UI logic, and backend services.
3. Foundation laid for advanced AI agent and admin-driven features.