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 70+ 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:
Provide real-time assistance to your users with a dedicated Support Agent. Features a seamless chat interface integrated directly into the dashboard for immediate query resolution.
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.
Version 4.0 - Massive Feature Expansion & Architecture Overhaul (29 January 2026) Overview AI Suite v4.0 brings a complete transformation of the feature ecosystem, organizing over 70+ AI tools into distinct categories and introducing powerful new AI Agents. The platform has been restructured to support token-based usage and premium 'Pro' features. Major Feature Updates 1. Enhanced Feature Architecture - Categorization: All tools are now organized into 11 specialized categories (Core, Writing, Social, Marketing, Business, Development, Education, Creative, Legal, SEO, Personal, AI Agents). - Token Usage System: Implemented 'tokenCost' for each tool to track and manage AI usage. - Pro Tier: Introduced 'isPro' flag for premium capabilities like AI Agents and Legal tools. 2. New AI Agents Category Introduced autonomous agents for complex tasks: - Research Agent - Writing Agent - Code Agent - Support Agent - Marketing Agent 3. Extensive New Tool Library (80+ New Tools Added) Core & Writing: - Website Builder - Blog Post & Article Generator - Content Improver & Headline Generator - Poem Generator Social Media: - Instagram Caption, Twitter Thread, LinkedIn Post - YouTube Description, Hashtag Generator - Content Calendar Marketing & Business: - Google & Facebook Ads Copy - Marketing Plan & Competitor Analysis - Business Plan, Contract Generator, Job Description Development: - Bug Fix Assistant, Code Reviewer - API Documentation, README Generator - Regex & Unit Test Generators Education: - Lesson Plan, Study Guide, Flashcard Generator - Math Solver Creative: - Story Ideas, Character Creator - Song Lyrics, Joke Generator, Name Generator Legal: - Privacy Policy, Terms of Service - Disclaimer & Refund Policy Generators SEO: - Meta Description, Keyword Research - Schema Markup, SEO Audit Personal: - Journal Prompts, Goal Setting, Motivation Booster 4. Given multiple Models support (OpenAI, Gemini)
Version 4.1 - Minor Update - Fixed password persistence issue in user update flow (Supabase Admin API). -> Thanks - Special thanks to @marcuslim for reporting this issue and helping improve the product
Version 4.5 - Stability & Feature Enhancements (04 February 2026) Overview This update focuses on stability, fixing critical PDF processing issues, and enhancing the user experience with new support features and UI improvements. New Features: - Live Chat Support: Added a dedicated support agent route and integrated layout. - PDF Viewer: New interactive viewer for technical documentation. - Premium Interactions: Added refined "Buy Now" floating actions and improved hero content. Fixes & Improvements: - PDF Parsing: Replaced pdf-parse with pdf2json to resolve native binding errors. - Chat Widget: Fixed authentication and unauthorized errors in the embedded widget. - Navigation: Resolved sidebar routing and active state issues. - Model Selection: Fixed backend model routing to ensure selected models are used. - Layout: Fixed dashboard sidebar stacking and card styling issues.