Release Notes

AI Suite Changelog

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

Version 9.6 Latest Release
24 August 2026
A landmark model engine and intelligence upgrade release. Version 9.6 transitions the entire AI Suite platform to Google's flagship Gemini 3.6 Flash artificial intelligence engine across all system modules, API proxies, streaming pipelines, RAG context search, WebRTC real-time voice agents, and social media automation suite (WhatsApp & Instagram). This upgrade delivers faster response times, higher accuracy, enhanced multimodal reasoning, and seamless fallback capabilities throughout the application ecosystem.

Core AI Engine & Model Catalog Upgrade new

  • Gemini 3.6 Flash Integration: Replaced gemini-2.5-flash with gemini-3.6-flash as the platform's primary default model in src/lib/models.ts with 1,000,000 token context window support.
  • Default Model Identifier: Updated DEFAULT_MODEL_ID to gemini-3.6-flash so all unassigned tool queries dynamically default to the next-generation engine.

API Proxies & Streaming Pipeline Gateway update

  • Streaming Route Integration: Refactored app/api/ai/stream/route.ts to automatically assign gemini-3.6-flash for all non-manual agent tool streams.
  • Proxy Gateway Handler: Updated app/api/ai/proxy/route.ts fallback resolution to default to gemini-3.6-flash.
  • AI Translation Suggester: Refactored app/api/admin/translations/ai-suggest/route.ts to route translation suggestion requests to gemini-3.6-flash.

Hybrid RAG Engine & Live Chat Intelligence update

  • Semantic Search Fallback Chain: Updated src/lib/rag.ts model fallback sequence, setting gemini-3.6-flash as the lead synthesizer for vector database search results.
  • Token Tracking Alignment: Updated app/api/chat/rag/route.ts to attribute live RAG queries and token balance consumption to gemini-3.6-flash.

WebRTC Real-time Voice & Audio Agents update

  • Low-Latency Voice Engine: Updated src/hooks/useAgent.ts meeting assistant hook to utilize gemini-3.6-flash for fast, spoken-word conversational output.
  • Gemini Audio Service: Updated src/lib/voice-agent/gemini-service.ts socket connection service to stream directly through gemini-3.6-flash.

Social Media Automation Agents (Instagram & WhatsApp) update

  • Instagram AI Agent: Updated Instagram DM & comment auto-responder default model in src/lib/instagram/manager.ts, src/views/InstagramAgentPage.tsx, and app/api/social/instagram/settings/route.ts to gemini-3.6-flash.
  • WhatsApp Auto-Responder: Updated WhatsApp multi-device auto-responder default persona engine in src/lib/whatsapp/manager.ts, src/views/WhatsAppAgentPage.tsx, and app/api/social/whatsapp/settings/route.ts to gemini-3.6-flash.
  • Schema & Database Cron Seeding: Updated database/schema.sql table definitions (whatsapp_agents, instagram_agents) and database seed routines in app/api/cron/database/route.tsx to default model_id to gemini-3.6-flash.

Frontend UI Header & Interactive Playground update

  • Header Model Selector: Updated src/components/layout/Header.tsx model selector dropdown to present Gemini 3.6 Flash as the default free tier selection.
  • Playground Stream Client: Refactored src/components/website/playground/_components/aiClient.ts stream function to default to gemini-3.6-flash.

Workspace Cleanups & Package Maintenance update

  • Lockfile Hygiene: Removed redundant lockfiles (mobile/package-lock.json) and synchronized main package-lock.json dependencies.
Version 9.5 Stable
18 August 2026
A major mobile expansion and control release. Version 9.5 introduces a fully-featured, native React Native & Expo Mobile Application wrapper, allowing users to experience the AI Suite ecosystem as a mobile app on Android and iOS devices. It features safe area notch handling, persistent session cookies, back-button history navigation, and a dynamic developer IP resolver. Additionally, version 9.5 refines the web platform's login page by respecting the Demo Mode toggle to hide demo credentials.

React Native & Expo Mobile Shell new

  • Native WebView Core: Wrapped the Next.js application in a native shell using react-native-webview, managing styling, orientation, and status bar colors dynamically.
  • Adaptive Safe Areas: Integrated react-native-safe-area-context to handle devices with notches and custom rounded screen configurations, ensuring all buttons and headers are accessible.
  • Session & Cookie Persistence: Configured shared cookies and local caching (sharedCookiesEnabled and thirdPartyCookiesEnabled) to ensure users remain logged in across mobile app launches.

Mobile Navigation & Back Handler Hook new

  • WebView Back Navigation: Built a custom useBackHandler hook to capture Android hardware back button actions, navigating backward through the WebView page history instead of closing the app.
  • Platform Navigation Interceptor: Intercepts navigation attempts (onShouldStartLoadWithRequest) to keep application routes inside the WebView while opening external links (like browser links, tel:, mailto:, sms:) in their respective system applications.
  • Root Screen Layout: Created a clean screen hierarchy using @react-navigation/native-stack to load the interactive web experience.

Native-to-Web Bridge & Dev Configs new

  • Custom Script Injection: Injects CSS classes (native-app, platform-[os]) to allow conditional server-side styling and disables browser-based PWA installation banners inside the native wrapper.
  • Custom User-Agent Suffix: Appends AISuiteNativeApp/1.0 to the User-Agent string to help server-side middleware and layouts detect when queries originate from the mobile application.
  • Dynamic Metro IP Resolution: Extracts the development host IP address from Expo's Metro bundler configuration dynamically, allowing mobile devices to connect to the Next.js dev server on port 3000, with fallback support for Android emulator (10.0.2.2) and iOS simulator (localhost).
  • Fade-in Splash Overlay: Created a native splash loader (SplashLoader.tsx) that transitions smoothly via React Native's animation driver once the underlying WebView finishes loading.

Developer Commands & Workspace Exclusions update

  • Package Scripts: Added shortcut commands inside the parent package.json to start the Expo dev server, prebuild iOS/Android folders, and compile platform builds (mobile:install, mobile:start, mobile:prebuild, android, ios, mobile:build:android, mobile:build:ios).
  • TypeScript Exclusions: Added the mobile folder to exclusions in the main tsconfig.json to keep separate project environments isolated.
  • Gitignore Additions: Appended React Native/Expo dependencies, Android/iOS project directories, keystores (*.jks, *.p12), and provisioning files to the root .gitignore.

Demo Mode Login Refinements update

  • Demo Login Visibility: Modified src/views/LoginPage.tsx to wrap the "Quick demo login" block (Admin Demo and User Demo buttons) in a settings check. If `showDemoMode` is disabled in the admin dashboard settings, the demo credentials panel is cleanly hidden from the login screen.

New Mobile Dependencies

PackageVersionPurpose
expo~54.0.0Standard application framework context
react-native-webview13.15.0Native WebView renderer for web integration
react-native-safe-area-context~5.6.0Utility to query notched device inset values
@react-navigation/native-stack^7.3.0Screen navigation manager for application screens
Version 9.1 Stable
10 August 2026
A major social media automation and scheduler release. Version 9.1 introduces the flagship Instagram AI Agent & Automation Control Panel, allowing users to connect their Instagram Business accounts and deploy autonomous auto-reply responders for Direct Messages (DMs) and feed comments. It also integrates an interactive Instagram Post Scheduler supporting inline AI Media Generation (images and video reels) directly within the dashboard creation workflow, and establishes Meta Graph API webhook handlers with robust user token boundaries.

Instagram AI Agent Dashboard & Simulator new

  • Instagram Agent Control Center: Created a multi-tab control panel at /social/instagram featuring workspaces for Scheduler, DMs Auto-Reply, Comment Reply, and Settings.
  • Custom AI Persona: Supports editing agent system prompts, selecting target AI models (e.g. Gemini 2.5), setting response delays, choosing agent tones/personalities, and toggling auto vs. manual reply behaviors.
  • Interactive Simulator & Logs: Implemented searchable messaging inboxes and comment streams with live log previews to test AI-driven conversations and manual overrides directly within the web app.

Instagram Post Scheduler & AI Media Studio new

  • Scheduler Queue: Built an interactive timeline queue to schedule, monitor, and publish image and video reel content.
  • AI Content Generation: Integrated image generation (generate-image) and video reel generation (generate-reel) from the AI Marketing studio directly within the schedule post composer.
  • Status Tracking: Automatically tracks post states (scheduled, published, failed) with detailed error report logs.

Meta Graph API & Webhook Infrastructure new

  • Meta Signature Webhooks: Built a webhook receiver (/api/social/instagram/webhook) conforming to Meta Graph API Hub verification protocols.
  • Direct Message & Comment Dispatch: Configured Graph API v20.0 endpoints (/me/messages and /{comment_id}/replies) to transmit outbound replies dynamically to customers on Instagram.
  • Token Economic Limits: Connected the Instagram agent features to user token balance checks, enforcing a 5-token cost boundary per reply with automated account lockouts.

Automated Cron & Database Pipeline new

  • Scheduler Cron Handler: Created an automated endpoint (/api/social/instagram/scheduler-cron) to scan due posts, initiate Graph API media container creation, and publish live content.
  • Mock Testing Modes: Supports developer mode testing by simulating successful Graph API publication sequences when using local mock credentials.
  • Relational DB Tables: Added instagram_agents, instagram_posts, instagram_dm_logs, and instagram_comments_logs tables with indexes, RLS, and security policies.
  • Database Seeding: Integrated mock Instagram agents, scheduled posts, and historical message logs into automated database seeding routines.
Version 9.0 Stable
02 August 2026
A major communication and localization release. Version 9.0 introduces the flagship WhatsApp AI Auto-Responder (WhatsApp Agent Control), enabling users to link their mobile WhatsApp accounts and deploy customizable AI personas with smart whitelisting, live SSE communication streams, and manual operator overrides. It expands the translation backend with multi-provider AI translation suggestion, eliminates the "flash of untranslated text" (FOUT) with synchronous page transition masks, and simplifies background task polling across all AI Marketing generators.

WhatsApp AI Auto-Responder & Agent Dashboard new

  • Baileys Socket Integration: Integrated @whiskeysockets/baileys to connect to WhatsApp Web API, managing multiple concurrent socket connections under a robust, global WhatsAppManager singleton.
  • Interactive WhatsApp Control Panel: Created a three-panel active chat window (/social/whatsapp) featuring a searchable contact sidebar, live scrollable chat logs (labeled with AI vs. Manual flags and token usage), and an instant manual messaging composer.
  • Pairing QR Codes & Live Sync: Integrated a real-time connection manager that outputs QR codes for device pairing and streams status updates using Server-Sent Events (SSE).
  • Custom AI Persona Configs: Support for editing agent system prompts, selecting target AI models, setting response delays, choosing agent tones/personalities, and whitelisting specific client numbers.
  • PostgreSQL Schema & Mock Seeding: Added whatsapp_agents, whatsapp_sessions, and whatsapp_logs tables with indexes, RLS, and a mock conversation seed utility in the database cron pipeline.

Multi-Provider Localization & FOUT Elimination update

  • Multi-Provider AI-Suggest API: Refactored the localization suggester to support Google GenAI, OpenAI, Anthropic, NVIDIA NIM, Groq, and Mistral, utilizing custom client-supplied API headers.
  • Translation Quality Prompting: Refined prompt instructions to enforce complete translations (e.g. action verbs) and preserve Western numerals in Arabic localization.
  • Page Transition Overlay: Implemented path transition detection in LanguageContext.tsx and AutoTranslator.tsx to synchronously activate a backdrop-blur loading mask, preventing the "flash of untranslated text" while dynamic translation renders.

Architecture, Polling & UI Refinements update

  • Simplified Task Polling: Replaced the custom useTaskPolling hook across all AI Marketing generators (Avatar Studio, Flyer/Brochure Designers, Video/Reel/Music Generators, etc.) with standard inline useEffect intervals to reduce polling overhead. Deleted the obsolete useTaskPolling.ts.
  • Coming Soon Sidebar Navigation: Added isComingSoon support in navigation sidebar cards (e.g., for Instagram and Facebook agents), rendering them with 50% opacity, disabled interaction, and custom tooltip cues.
  • Admin & Search Safeguards: Filtered coming soon items from admin dashboards (plans, users, settings) and the Global Search command palette.
  • Layout Polish: Hidden the floating "Buy Now" button from main layouts and adjusted its CSS layout coordinates to top-24 for better visibility when visible.

New Dependencies

PackageVersionPurpose
@whiskeysockets/baileys^7.0.0-rc13Multi-device WhatsApp Web API socket adapter
jimp^0.22.10Node.js image processing library
Version 8.6 Stable
26 July 2026
A major feature and performance upgrade. Version 8.6 introduces the new PPT Playground (Presentation Studio) featuring native PowerPoint (.pptx) exporting, upgrades views with multimodal screenshots & reference image attachments, optimizes the hybrid RAG engine with multi-provider fallbacks (OpenAI & NVIDIA), refines the landing page with a smooth scrolling marquee and administrative Demo Mode toggles.

PPT Playground & PowerPoint Exporter new

  • Presentation Studio: Introduced the PPT Playground (/ppt-playground) allowing users to construct detailed, multi-slide presentations using a visual playground.
  • Pitch Deck Editor: Redesigned the Pitch Deck tool (/pitch-deck) into an interactive editor interface, letting users generate custom slides directly from their startup details.
  • Native PPTX Export: Developed a high-fidelity PowerPoint exporter (src/utils/pptxExporter.ts) using the pptxgenjs library to export designs, metrics, pricing tiers, and slide content directly to .pptx.
  • Relational DB Integration: Added the presentations table to database/schema.sql to store user presentation files, complete with appropriate RLS policies, indexing, and direct pg queries in src/lib/db.ts.

Multimodal Screenshot & Reference Image Attachments new

  • Chat Image Support: Replaced plain-text support queries with visual screenshot attachments in ChatWidget.tsx. Supports drag/file upload, image previews, and rendering via Markdown.
  • Visual Generator Inputs: Enabled reference mockup/screenshot attachments in the Code Generator, Translation Hub, Browser Control Agent, and Game Maker to provide rich visual context to the AI model.
  • AI Marketing References: Integrated AvatarPicker and ProductPicker into flyer, brochure, logo, and manga generators to seamlessly pass user character and product photos into Grok's image-to-video and text-to-video pipelines.

Hybrid RAG Optimization & Multi-Provider Fallback update

  • Intelligent Query Filter: Added a RAG search skip (isDocumentQuery) to ignore document databases for simple conversational queries, greetings, and general questions.
  • Precise Semantic Thresholds: Raised vector database matching bounds from 0.1 to a robust 0.45, falling back to 0.3, while removing irrelevant latest-chunk fallbacks.
  • API Failover Chain: Configured automatic backup routes in src/lib/rag.ts. If primary Gemini models fail, queries fall back to OpenAI (gpt-4o-mini) and then NVIDIA NIM endpoints (llama-3.2-11b-vision-instruct / llama-3.1-8b-instruct).

Landing Page & Demo Configurations update

  • Infinite Logo Marquee: Replaced the static logo list on the landing page with a seamless, animated scrolling marquee utilizing HSL gradients and side masks.
  • Demo Mode Switch: Added a global showDemoMode variable in system settings. Operators can toggle this via the Admin Panel to hide watch demo links, buy buttons, and discounts on the landing page.

New Dependencies

PackageVersionPurpose
pptxgenjs^4.0.1Native PowerPoint (.pptx) presentation builder
Version 8.5 Stable
22 July 2026
A critical architectural and internationalization release. Version 8.5 completes the platform's transition from Supabase SDK queries to a high-performance Native PostgreSQL (pg) i18n & Translation Architecture with chunked batch processing. It resolves Chinese (CN) translation fallback & rendering bugs across UI components, seeds over 22,000 lines of multi-language dictionary entries across Chinese, English, French, Spanish, and Arabic, introduces an eye-catching Discounted Offer Promotional Pill on the landing page, and seamlessly integrates translation seeding into automated database cron workflows.

Native PostgreSQL i18n Backend Architecture update

  • Supabase SDK Replacement: Refactored all language management and translation key handling in src/lib/db.ts (getLanguages, saveLanguage, toggleLanguage, deleteLanguage, getTranslationKeys, getTranslationsForLanguage, getAllTranslations, saveTranslation, deleteTranslationKey) to execute direct parameterized SQL queries using the pg client.
  • Chunked Batch Insertion: Built high-performance multi-row batching (processing 500 records per chunk) in bulkSaveTranslations to execute instant PostgreSQL ON CONFLICT DO UPDATE bulk translation updates.

Chinese Language Engine Fix & Massively Expanded Dictionaries new

  • Chinese Translation Fix: Fixed Chinese (cn) language switching and translation fallback handling in AutoTranslator.tsx, LanguageContext.tsx, and app/api/translations/route.ts to ensure seamless UI localization.
  • 22,000+ Pre-seeded Translation Strings: Expanded src/lib/seed_translations.ts with thousands of localized strings for Chinese (cn), English (en), French (fr), Spanish (es), and Arabic (ar), covering UI elements, video creation prompts, tools descriptions, and market tags.

Database Cron & Seeding Workflows update

  • Postgres Cron Pipeline: Updated app/api/cron/database/route.tsx to handle schema migrations and translation seeding natively using pg queries instead of relying on Supabase client endpoints.
Version 8.4 Stable
04 July 2026
A major feature expansion introducing the AI Marketing Designer Suite and expanding international payment infrastructures. Version 8.4 brings three new specialized AI creative tools—Flyer Designer, Business Card Designer, and Brochure Designer—allowing users to generate high-fidelity, customized marketing assets based on rich styling guides and brand details. To support international expansion, it integrates the Paystack Payment Gateway with full support for currency fallback probing, secure webhook signature verification, monthly recurring billing plans, and self-service subscription cancellation.

AI Marketing Designer Suite new

  • Flyer Designer: Draft professional, print-ready marketing and event flyer layouts using selectable categories (Corporate, Concert, Restaurant, Party, Real Estate, Sale, Fitness) and visual aesthetics.
  • Business Card Designer: Generate stylized corporate, retro, or cyberpunk-themed business card mockups and templates in seconds.
  • Brochure Designer: Generate gorgeous multi-panel bi-fold or tri-fold brochure layout previews with custom visual instructions.
  • Asset Integration: Centralized storage of generated assets in the marketing_assets table with unique design history retrieval.

Paystack Payment Gateway new

  • Redirect Checkout: Seamless transaction initialization with support for multiple African currencies (NGN, ZAR, GHS, KES, USD).
  • Automated Currency Fallback: Intelligently queries the Paystack API to discover merchant account support and automatically converts prices using live exchange rate APIs.
  • Subscription Management: Syncs monthly recurring subscription plans and handles automated webhooks for renewals and cancellations.
  • Secure Verification: Validates incoming webhook signature events using HMAC-SHA512 encryption, avoiding duplicate token allocation with webhook event tracking.
  • Admin Settings: Integrated control panel inputs to configure Paystack credentials and run connection health checks.

Security, Middleware & Seeding update

  • Token Deduction Boundary: Extended the Next.js routing boundary (middleware.ts) to intercept /ai-marketing designer endpoints and enforce a 50-token deduction cost check.
  • Database Schema Upgrades: Expanded database/schema.sql to track Paystack credentials and currency configurations in settings.
  • Demo Environment Seeding: Added mock flyer, business card, and brochure assets to database seeding routines to enrich pre-populated accounts.
Version 8.2 Stable
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.