Release Notes

AI Suite Changelog

Tracking the evolution from utility tool to enterprise-grade AI ecosystem.

Version 8.2 Latest Release
25 June 2026
A major upgrade focused on payment flow architecture, flexibility, and engine robustness. Version 8.2 transitions from one-time transactions to fully integrated recurring monthly subscriptions across Stripe, PayPal, Razorpay, and Flutterwave, introducing self-service subscription cancellation directly within the user portal. It implements a dynamic token utility for real-time provider-based pricing modifications (including a 1.5x cost multiplier for OpenAI models), significantly stabilizes the OpenAI stream buffer and tool call parsing pipeline, and enhances hybrid RAG fallbacks with advanced Gemini 2.5 model support.

Multi-Gateway Recurring Subscriptions new

  • Stripe Subscription Mode: Switched checkout operations to native monthly subscription handling, shifting token deposits to success events from the incoming Stripe Invoice API.
  • PayPal Subscriptions API: Re-engineered checkout using PayPal's recurring product and billing plans, implementing webhook handlers to sync lifecycle states and credit renewal tokens automatically with strict event deduplication.
  • Razorpay Subscription Support: Transitioned from standard payment links to recurring billing using the Razorpay Plans and Subscriptions SDK.
  • Flutterwave Billing Plans: Integrated Flutterwave's payment-plan structure into checkouts to establish monthly charge logic.

Self-Service Subscription Cancellation new

  • Portal Integration: Embedded an intuitive "Cancel Subscription" option for active premium tiers on the billing page, protecting the system using sandbox checkups.
  • Direct API Dispatch: Implemented a unified cancellation endpoint (/api/subscription/cancel) to immediately terminate active subscriptions on Stripe, PayPal, Razorpay, and Flutterwave while updating database status to canceled.

Dynamic Token Economics & OpenAI Multiplier update

  • Metadata-Driven Costs: Refactored token limit handling across dashboard proxy routes, background tasks, and admin controls to resolve defaults dynamically from feature-set metadata via getFeatureById.
  • OpenAI Provider Overhead: Added a 1.5x cost multiplier in tools validation when using OpenAI models, calculating and displaying the updated price (Math.ceil(baseCost * 1.5)) in the UI.

OpenAI Streaming & RAG Robustness update

  • Pre-Fetch Stream Interceptor: Added an async event buffer pre-fetch routine in the stream endpoint to verify connection success and gracefully handle rate limit or auth errors before streaming output.
  • Tool Call Function Parsing: Fixed function calling streaming on OpenAI models to reliably parse JSON argument details and serialize execution payloads cleanly.
  • Gemini 2.5 RAG Search: Upgraded the fallback retrieval chain to prioritize high-speed, high-reasoning Gemini 2.5 Flash and Pro model paths.
  • Admin RAG Access: Bypassed token deduction barriers and zero-balance blocks for admin-initiated support conversations (admin@example.com).

UI & Developer Experience update

  • Subdomain Viewport Protocols: Configured website builder previews to respect the page's current navigation protocol (window.location.protocol) rather than forcing HTTPS prefixes locally.
  • Schema Gateway Audit: Extended the subscriptions table in database/schema.sql with a gateway tracking column to track active transaction vendors.
Version 8.0 Stable
19 June 2026
An absolute game-changer. Version 8.0 introduces the flagship Trading Terminal, a high-performance interactive financial charting and analysis system powered by TradingView's Lightweight Charts. Users can now monitor global markets (Stocks, Crypto, Forex), compute a massive array of native Technical Indicators, stream live AI Technical Analysis from Gemini, run Automated Confluence Signals with dynamic target/risk levels, manage simulated paper-trading Portfolios, set custom Price Alerts, and track their favorite assets using the schema-integrated Watchlist Dashboard.

Interactive Trading Terminal new

  • Professional Charting: Integrated high-performance, mobile-responsive interactive charts powered by TradingView's canvas-rendered lightweight-charts library.
  • Multi-Market Asset Coverage: Full charting dashboard support for Stocks, Cryptocurrencies, and Forex markets with real-time updates and selectable intervals (1m, 5m, 15m, 1h, 4h, 1d, 1w, 1M).
  • Unified Control Center: Seamless interface integrating indicators toggle, search command palettes (Ctrl/Cmd + K), timeframe selectors, and collapsible side and indicator panels.

Comprehensive Technical Indicators Engine new

  • Overlay Indicators: Implemented pure-TypeScript calculations for Moving Averages (EMA 9, EMA 21, SMA 20, SMA 50, SMA 200), Bollinger Bands, and Volume-Weighted Average Price (VWAP).
  • Momentum Oscillators: Added native mathematical calculators for Relative Strength Index (RSI), MACD (Moving Average Convergence Divergence), and Stochastic RSI with smoothing parameter controls.
  • Clustered Pivot Analysis: Built-in calculators for Fibonacci Retracement Levels, Average True Range (ATR), and support/resistance pivot clusters.
  • Pattern Recognition: Real-time recognition of critical candlestick structures (e.g. Doji, Hammer, Shooting Star, Engulfing lines, and Morning/Evening Stars) over recent trading history.

Smart Confluence Signal Generator new

  • Confluence Scoring: Core multi-indicator scoring algorithm analyzing EMA crossovers, Golden/Death crosses, RSI thresholds, MACD momentum, and Bollinger Band deviations to determine BUY, SELL, or HOLD directions.
  • Volatility-Based Risk Levels: Automatically calculates target Entry, Stop Loss (SL), and Take Profit (TP) parameters using ATR-derived volatility metrics.
  • AI Validation System: Integrates custom prompt generation to send complete indicators analysis to Gemini for validating generated signals and rating overall signal quality.

Portfolio, Watchlist & Alerts new

  • Mock Trading Portfolio: Simulated paper-trading module allowing users to manage virtual holdings with automatic calculation of average entry cost, current position value, absolute return (PnL), and percentage gains.
  • Persistent Watchlists: Full database integration to allow users to create and manage custom watchlists to track their favorite market tickers.
  • Indicator-Based Alerts: Robust user alerting system supporting customized triggers for price bounds, RSI limits, MACD/EMA crossings, and volume spikes.

Architecture, Relational Database & Billing update

  • SQL-First Schema Updates: Extended the PostgreSQL schema (database/schema.sql) with four new tables: trading_watchlists, trading_signals, trading_alerts, and trading_portfolio, with appropriate indices and row-level security.
  • Credit Cost Optimization: Enforced access gates and billing triggers using the core Next.js routing middleware, assigning a 30-token query cost configuration to the new trading-terminal feature.

New Core Dependencies

PackageVersionPurpose
lightweight-charts^5.2.0High-Performance interactive charting canvas
Version 7.7 Stable
14 June 2026
A major feature and optimization release. Version 7.7 introduces a comprehensive, two-way Push Notifications & Messaging System (complete with user response threads), interactive Date-Range Analytics for the Admin Dashboard, highly robust Anti-Bot Scraping & Proxy Fallbacks, premium Framer Motion hover animations across all Marketing generators, and critical demo environment restrictions.

Push Notifications & Messaging System new

  • Notification Center: Built a dedicated client view (/dashboard/notifications) supporting notification search, read/unread filters, single/all-read marking, deletion, and rich HTML detail viewing.
  • Two-Way Thread Conversations: Enabled users and admins to engage in real-time, threaded chat conversations directly inside notification details.
  • Admin Control Console: Created an admin management panel (/admin/notifications) to draft, broadcast, schedule, and pin notifications, as well as respond to user reply threads.
  • Database Seeding & Schema: Extended database/schema.sql and database seed utilities with three new tables (notifications, notification_recipients, and notification_messages).

Admin Intelligence & Statistics update

  • Date-Range Analytics: Integrated an interactive date-range picker on the administrative dashboard to filter stats (users, token use, websites, revenue) across custom time frames.
  • Detailed Token Metrics: Added tracking and visualizations for total consumed tokens alongside total distributed tokens in stats dashboards.
  • Revenue Analytics: Refactored backend stats (db.ts) to calculate monthly recurring revenue in addition to total lifetime revenue.

Anti-Bot Scraping & Proxy Fallbacks update

  • Rotating User-Agents & Backoff: Upgraded the browser proxy engine (app/api/browser/proxy/route.ts) to rotate request user-agents and perform exponential retry backoffs.
  • Failover Proxies: Configured failover pipelines using public raw proxy services (e.g., allorigins, corsproxy.io) to retrieve blocked sites (status 403 or 429).
  • Wiki Scraper Resilience: Added descriptive, error-specific user feedback (bot restrictions, timeouts, etc.) to the Website Wiki content extraction endpoint.

Premium Animations & Security Updates update

  • Framer Motion Refactor: Integrated premium, physics-based hover scaling, zooming, and animations for Marketing assets and studio generator cards.
  • Demo Sandbox Shield: Protected system integrity by adding domain validation checks on the Music Generator and YouTube Thumbnail tools to restrict access on the demo environment.
  • Default Workspace Settings: Configured the Reel Generator settings panel to remain expanded by default (showSettings = true) for improved discoverability.
Version 7.6 Stable
10 June 2026
A major security and infrastructure update. Version 7.6 introduces comprehensive Two-Factor Authentication (2FA), Email Verification, and robust Website Builder support, along with enhanced security measures to prevent brute-force attacks and ensure webhook idempotency.

Advanced Security & Authentication new

  • Two-Factor Authentication (2FA): Implemented robust TOTP-based 2FA with recovery codes and detailed audit logging to secure user accounts.
  • Email Verification: Added secure email verification flows to ensure the integrity of user registrations.
  • Brute-Force Protection: Introduced comprehensive login attempt tracking to mitigate brute-force attacks and enhance platform security.

Infrastructure Enhancements update

  • Webhook Idempotency: Added a robust webhook_events tracking system to securely prevent duplicate processing of external gateway events.
  • Schema Evolution: Updated database/schema.sql to centrally manage the new security columns, 2FA mechanisms, and custom domain mapping states.
Version 7.4 Stable
03 June 2026
A focused update introducing Razorpay Payment Gateway integration, expanding international checkout options for enterprise platforms, along with corresponding database and administrative configuration upgrades.

New Payment Gateway: Razorpay new

  • Global Payment Expansion: Added Razorpay as a primary payment gateway option alongside existing methods, specifically targeting the Indian market and beyond.
  • Seamless Integration: Implemented robust checkout session generation and secure payment verification (razorpay.ts) using direct API endpoints.
  • Gateway Factory Upgrades: Extended gateway-factory.ts to dynamically instantiate Razorpay checkout handlers based on the active administrative configuration.

Admin & Architecture Updates update

  • Admin Configuration: Updated AdminSettings.tsx and SettingsContext.tsx to allow platform operators to securely manage Razorpay API keys and webhook secrets.
  • Pricing Tier Integration: Refactored PricingPage.tsx to seamlessly render Razorpay payment flows during plan upgrades and token purchases.
  • Schema Evolution: Extended database/schema.sql and db.ts to securely persist the new Razorpay configuration fields within the global settings structure.
Version 7.3 Stable
25 May 2026
A major expansion for platform operators and enterprise environments. Version 7.3 introduces a comprehensive Administrative Analytics Suite for real-time tracking of domains, model usage, and token consumption, alongside powerful new Custom Domain routing capabilities for the Website Builder.

Admin Analytics & Intelligence new

  • Model Usage Dashboard: Granular insights into AI model performance and request volumes (AdminModelUsage.tsx), backed by dedicated tracking endpoints.
  • Token Economics: Comprehensive token consumption tracking (AdminTokenUsage.tsx) for user-level auditing and system-wide cost analysis.
  • Domain Management: Centralized dashboard (AdminDomains.tsx) to oversee mapped custom domains, monitor site statuses, and manage tenant routing.

Custom Subdomain Routing new

  • Tenant Architecture: Introduced dynamic wildcard routing via app/sites/[subdomain], enabling seamless subdomains for user-generated websites.
  • Middleware Proxy: Enhanced edge routing in middleware.ts to securely map incoming domain requests to their respective site configurations.

Playground & Builder Enhancements

  • Refined Website Sandbox: Substantial improvements to the WebsiteDesign and WebpageTools components for a smoother drag-and-drop experience.
  • Intelligent Element Setting: Upgraded the ElementSetting properties panel and ChatSection to offer deeper customization controls for generated UI components.
  • Parser Optimizations: Advanced htmlProcessor.ts capabilities to seamlessly compile and render AI-generated blocks into the live preview canvas.

Infrastructure

  • Keepalive Engine: Added /api/keepalive endpoint to maintain warm serverless functions during idle periods.
  • Schema Evolution: Extended database/schema.sql to accommodate the new domain mapping tables and enhanced analytics tracking.
Version 7.1 Stable
18 May 2026
An outstanding evolutionary step. Version 7.1 delivers a revolutionary AI Voice Calling Agent powered by Twilio and Gemini 2.5 Flash, implements a robust, centralized Credit Deduction & Middleware Interceptor at the routing boundary, introduces the premium Flutterwave Payment Gateway, and polishes WebRTC screensharing synchronization.

New Flagship Feature: AI Voice Calling Agent new

  • Outbound Voice Agent: Dial outbound calls to any country with automated international number formatting and premium SVG country flag rendering (bypassing emoji limits on Windows/OS devices).
  • Dynamically Customizable: Custom greeting overrides and custom persona/system prompt instructions can be set per call session.
  • Gemini Speech Pipeline: Seamless voice conversation powered by gemini-2.5-flash. Generates short, conversational, human-like voice responses (1-3 sentences), automatically stripping markdown/formatting for voice synthesis.
  • Session Tracking: Full Postgres persistency for call configurations, active call states, logs, and role-labeled transcripts (voice_agent_config, voice_calls, voice_transcripts).
  • Twilio Guard Panel: Dashboard monitoring of Twilio API credentials, account references, active session logs, and real-time audio waveform visualizations.

Security & Architecture: Credit Deduction Middleware update

  • Uniform Token Validation: Upgraded the Next.js routing pipeline (middleware.ts) with a global credit interceptor. Clones and parses POST API requests to verify user credits before execution.
  • Boundary Enforcement: Routes sub-requests to a self-healing /api/internal/validate-token endpoint and dynamically maps requests to their configured token cost, blocking unauthorized API overuse with clean 403 errors.
  • Upstream Metadata: Transmits deducted token metrics downstream securely using x-deducted-cost and x-deducted-feature request headers.

New Payment Gateway: Flutterwave new

  • Global Payment Expansion: Added Flutterwave as a primary payment method alongside Stripe and PayPal, facilitating global transactions.
  • Automated Checkout & Webhooks: Built robust checkout session generation, success redirects, and secure payment verification (FlutterwaveGateway) with real-time webhooks (/api/webhook/flutterwave).
  • Administrative Controls: Extended database-backed configuration for public, secret, encryption, and webhook keys in administrative settings.

WebRTC & Meeting Room Enhancements update

  • Screenshare Synchronization: Enhanced WebRTC meeting rooms so media states, screenshare tracks, and peer connections synchronize flawlessly on connection.
  • Auto-Collision Prevention: Stops the current user's screenshare automatically if a remote peer begins sharing, preventing overlapping media stream displays.
  • Robust Track Disconnect: Properly terminates all video tracks when a screen sharing session is closed via standard browser controls.

New Core Dependencies

PackageVersionPurpose
react-phone-number-input^3.4.16International Phone Fields & Flags
Version 7.0 Major Release
10 May 2026
A transformative milestone for AI Suite. Version 7.0 introduces the revolutionary AI Game Maker, expands the Marketing Suite with Video Reels, and implements a robust SQL-First Architecture for enterprise-grade scalability and developer experience.

New Flagship Feature: AI Game Maker new

  • Infinite Creativity: Generate fully functional 2D games from simple text prompts. The engine handles logic, assets, and genre-specific mechanics automatically.
  • Visual Style Control: Choose from various artistic styles including Pixel Art, Vector, and Hand-drawn.
  • Prompt-to-Play: Advanced integration with Gemini 2.0 Flash to translate natural language into playable code structures.

AI Marketing Suite 2.0 update

  • Video Reels Generator: Create high-impact social media reels with automated scripting, voiceovers, and background music. new
  • New Asset Types: Support for AI-generated Logos, Thumbnails, and Manga-style illustrations.
  • Interactive Canvas: Integrated Fabric.js and react-rnd for advanced, drag-and-drop marketing asset customization.

Architecture & Infrastructure Overhaul

  • SQL-First Architecture: Migrated to a centralized database/schema.sql system. The database is now the single source of truth for the entire application ecosystem.
  • Smart Migrations: New npm run migrate command with a dedicated runner (migrate.ts) for seamless environment synchronization.
  • Automated Token Economy: Implemented database-level triggers to auto-initialize user balances upon registration, ensuring a frictionless onboarding experience.
  • Edge Middleware: Transitioned from proxy.ts to a native Next.js middleware.ts for superior routing performance and security.

Admin & Business Intelligence

  • Enhanced Pricing Management: New controls for "Popular" plan highlighting and customizable "Call to Action" (CTA) buttons.
  • AI Visibility Toggles: Admin can now globally show or hide AI controls from the frontend via the System Settings dashboard.
  • State Management: Integrated Zustand for high-performance, predictable client-side state across complex multi-step workflows.

New Core Dependencies

PackageVersionPurpose
fabric^7.3.1Advanced Canvas Editing
zustand^5.0.13Global State Management
react-rnd^10.5.3Resizable/Draggable UI
html-to-image^1.11.13Asset Export Pipeline
Version 6.8 Stable
04 May 2026
A bug-fix release focused on resolving an incorrect alert behavior.

Bug Fixes

  • Demo Alert Error: Resolved an issue where the "In the demo, this feature is disabled" alert was incorrectly shown on all deployments. The alert now only appears when the URL contains the demo identifier.
Version 6.7 Stable
30 April 2026
A maintenance and optimization release focused on core stability and performance. This version streamlines the application footprint by deprecating experimental features and refactoring the landing page for significantly faster load times.

Performance & Footprint Optimization

  • Landing Page Refactor: Optimized the primary landing page by 35% (from 69KB to 44KB), removing heavy inline sections to improve First Contentful Paint (FCP).
  • Bundle Optimization: Removed the Music Generator module and its associated dependencies to reduce the overall application bundle size.
  • API Cleanup: Decommissioned legacy music-related callback endpoints and background database cron jobs.

UI & Experience Refinements

  • Hero Refocus: Updated the hero announcement to highlight the AI Website Builder as the flagship tool.
  • Navigation Streamlining: Updated the sidebar and landing page tool grids to provide a cleaner, more focused user interface.
Version 6.6 Stable
29 April 2026
Focuses on robust configuration management and infrastructure stability. This release transitions system settings from transient local state to persistent database storage, ensuring administrative configurations are reliably retained across sessions.

System Settings Persistence

  • Database Integration: System settings (General, Appearance, APIs) are now persistently stored in the Supabase system_settings table instead of transiently in session or local state. new
  • Self-Healing Configuration: The API intelligently auto-initializes default system settings if none exist in the database, preventing application startup failures.
  • State Synchronization: Refactored SettingsContext and AdminSettings components to correctly sync and fetch database-backed state, resolving configuration loss across user sessions.

Infrastructure & Optimization

  • API Overhaul: Upgraded the /api/admin/settings route to perform direct database updates and removed aggressive caching that previously interfered with state hydration.
  • Deployment Cleanup: Optimized Vercel configuration by removing deprecated database cron jobs.
Version 6.5 Stable
25 April 2026
Introduces the AI Marketing Suite, a powerful new module for automated product visualization and media generation. This release integrates Kie.ai for professional product videos and AI avatars, alongside significant UI refinements for the Live Chat module and enhanced image viewing capabilities.

AI Marketing Suite — Professional Media Generation

  • Kie.ai Integration: Seamless integration with Kie.ai API to generate high-quality product marketing videos and AI-driven avatars. new
  • Product Video Studio: Transform product images or simple descriptions into professional marketing videos with dynamic camera movements and lighting.
  • AI Avatar System: Create, manage, and deploy AI-generated avatars for brand representation and social media content.
  • Marketing Image Studio: AI-powered generation of marketing assets, social media posts, and product lifestyle shots.
  • Async Job Pipeline: Implementation of a robust background task manager using PostgreSQL for reliable media processing and status tracking.

UI/UX & Frontend Enhancements

  • Premium Image Lightbox: Integrated yet-another-react-lightbox for a sophisticated full-screen image viewing experience with zoom and gallery support. new
  • Live Chat Mobile Optimization: Refined CSS for the Live Chat widget to ensure perfect readability and interaction on mobile devices.
  • Sidebar Intelligence: Improved route registration and permission-based visibility for the new Marketing module.
  • Visual Consistency: Subtle micro-animations and layout refinements across the dashboard for a more premium feel.

Core & Infrastructure

  • Database Schema Expansion: Added marketing_assets, marketing_tasks, marketing_avatars, and marketing_products tables with full RLS security.
  • Build Optimization: Resolved critical TypeScript build errors and package dependency conflicts for improved CI/CD reliability.
  • Enhanced Error Boundaries: Better error handling for third-party API integrations (Kie.ai, ImageKIT).

New Dependencies

  • yet-another-react-lightbox ^3.31.0 — Sophisticated image gallery and lightbox component.
Version 6.3 Stable
16 April 2026
Introduces the Website Wiki feature for AI-powered knowledge extraction, a dynamic Announcement Banner system with full admin management, and a custom Rich Text Editor component. This release also refactors the root layout for dynamic viewport handling and adds several new dependencies for document export.

Website Wiki — AI Knowledge Extraction

  • New Tool: Website Wiki transforms any URL into a structured, editable wiki document using AI-powered content refinement. new
  • Scraping Pipeline: Server-side URL extraction via Turndown HTML-to-Markdown conversion with automatic boilerplate removal (scripts, nav, footer, aside).
  • AI Streaming: Wiki generation streams through the core /api/ai/stream endpoint, ensuring full model compatibility via selectedModel.
  • Multi-Format Export: Export wiki documents to Markdown (.md), PDF (with header hierarchy rendering), and DOCX (with inline bold support) via wiki-exporter.ts.
  • Live Editor: Dual-mode Preview/Editor with tabs for rendered markdown view and raw editing.

Announcement Banner System

  • Dynamic Banners: Time-scheduled, priority-based announcement banners rendered at the root layout level with animated show/dismiss. new
  • Admin Banner Manager: Full CRUD admin panel (BannerManager.tsx) with live preview, gradient color picker, date scheduling, CTA button configuration, and priority ordering.
  • Rich Text Editor: Custom contentEditable-based WYSIWYG component (rich-text-editor.tsx) for banner message formatting — supports Bold, Italic, Underline, Strikethrough, Links, and keyboard shortcuts.
  • Smart Dismissal: Client-side localStorage tracking prevents dismissed banners from reappearing.
  • Dynamic Viewport: CSS custom property --banner-height dynamically adjusts layout to prevent header/sidebar clipping when banners are active.

Database & Schema Updates

  • New Table: announcement_banners — supports message, scheduling (start/end date), gradient styling, CTA buttons, priority, and enable/dismiss flags.
  • Schema Versioning: schema.sql updated from 13.6 KB → 14.6 KB with full RLS policies for the new table.

API Routes

  • Public: GET /api/banners — returns the highest-priority active banner within its scheduled time window.
  • Admin: /api/admin/banners — full CRUD endpoints (GET, POST, PATCH, DELETE) for banner management.
  • Wiki: POST /api/website-wiki/extract — server-side URL scraping with Turndown conversion (30K char limit for AI context).

Layout & Architecture

  • Root Layout Refactor: app/layout.tsx restructured with flex column layout and h-dvh overflow-hidden for proper viewport management. AnnouncementBanner renders above the main scroll container.
  • Sidebar Update: sidebar-routes.tsx updated with Website Wiki entry under Core Tools, marked as isNew.
  • Model Listing Script: New src/scripts/list-models.js utility for debugging available Gemini API models.

New Dependencies

  • turndown ^7.2.4 — HTML to Markdown conversion for wiki scraping
  • docx ^9.6.1 — DOCX document generation for wiki export
  • file-saver ^2.0.5 — Client-side file download utility
  • @types/turndown, @types/file-saver — TypeScript type definitions
Version 6.2 Stable
11 April 2026
Introduces powerful multimodal capabilities and a major refinement of the RAG engine. Enables the AI to "see" and analyze images while significantly improving retrieval reliability.

Multimodal Intelligence & Image Analysis

  • Image Support in Chat: Upload images directly into Chat and Playground for OCR and design feedback.
  • Advanced Model Logic: Seamless fallback between Gemini 1.5 Flash, 1.5 Pro, and 2.0 Flash Expedition.
  • Updated Personalities: AI system prompts refined for visual capabilities.

Hybrid RAG Search & Emergency Fallback

  • Keyword Search Fallback: Robust keyword-based search complements semantic vector search.
  • Emergency Retrieval: "Emergency Latest Chunks Fallback" provides context when semantic matches are missing.
  • Case-Insensitive Matching: Reliable user-document association via LOWER(user_email).
Version 6.1
06 April 2026
  • Fixed various CSS issues for improved UI consistency
  • Resolved functionality problems in the AI Meeting feature
  • Added in-app communication for direct user interaction
Version 6.0
02 April 2026
AI Meeting System & Multi-Gateway Support overhaul.
  • AI Meeting System: Interactive Video Conferencing (WebRTC).
  • PayPal Integration: Full global payment support.
  • Database Schema v2 Optimization for high load.
Version 5.9
27 March 2026
  • Fixed communication between .env and the project to resolve the OpenAI API issue.
Version 5.8
08 March 2026
Internationalization & PWA Support.
  • i18n: Support for English, French, Spanish, and Arabic.
  • PWA: Offline capabilities and home screen installation.
  • Admin Languages: UI for managing translation keys.
Version 5.1 & 5.3
18 – 22 February 2026
  • Resolved critical database schema setup issues.
  • Admin Dashboard: Real-time application data visualization.
  • Chat Polish: Enhanced visual alignment and flow control.
  • Global Search: Fixed runtime errors and improved result display.
Version 5.0
16 February 2026
Enterprise Suite Transformation.
  • 30+ specialized tools across Business, HR, Development, and Health.
  • Infrastructure: TypeScript v5.9.3 and package-lock introduced.
  • SWOT Analysis, Pitch Deck, and Meal Plan generators added.
Version 4.5
04 February 2026
  • Live Chat Support agent and PDF Viewer integration.
  • Reliability: Replaced pdf-parse with pdf2json for robust extraction.
  • UI: Resolved sidebar routing and active state issues.
Version 4.1
Early February 2026
  • Fixed password persistence in user update flow (Supabase Admin API).
  • Special thanks to contributors for bug reporting.
Version 4.0
29 January 2026
Massive Feature Expansion.
  • Introduced Autonomous AI Agents (Research, Writing, Code).
  • Restructured 70+ AI tools into 11 specialized categories.
  • Implemented token-based usage and Pro tier flags.
Version 3.5.0
03 January 2026
Full Next.js Framework Migration.
  • Migrated from Vite SPA to Next.js App Router.
  • Integrated PostgreSQL with Supabase for data persistence.
  • Authentication & Admin management APIs implemented.
Version 3.1
21 December 2025
  • Fixed UI consistency issues and updated all core dependencies.
  • Improved performance through library optimization.
Version 3.0
16 December 2025
  • New /website component for site management.
  • ImageKIT API integration for seamless asset handling.
  • Enhanced documentation for onboarding.
Version 2.2
29 October 2025
  • AI Image Generator integration via Gemini API.
  • Real user Login & Registration capability.
  • Mobile responsiveness improvements.
Version 2.0.0
22 October 2025
Core Initialization & Demo Release.
  • Login System with token-based session validation.
  • API Key integration for direct Gemini access.
  • Ready-made Authentication Templates.
  • Minimalist Blank Page starter for developers.