Release Notes

AI Suite Changelog

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

Version 6.7 Latest Release
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.