Back to Home

Changelog

A complete history of what we've built — from the first line of code to today.

July 2026Agentic Features
  • New

    Agentic Lead Capture: The AI can now autonomously detect buying intent mid-conversation and trigger a lead capture action — collecting name, email, and phone naturally without a hard-coded form.

  • Fix

    Fixed a critical build failure caused by a missing TypeScript interface property (agentic_lead_capture_enabled) on the bot customization page.

  • Fix

    Resolved an AttributeError in the backend semantic caching layer (CachedBot.system_prompt and CachedWidgetSettings) that crashed session initialization for returning visitors.

  • Fix

    Added missing page_url and visitor_id attributes to ChatMessageRequest validation schemas, fixing 422 Unprocessable Entity errors during background database syncing.

June 2026Monetization & Admin Dashboard
  • New

    Launched the full Next.js Admin Dashboard for bot configuration, analytics, conversation inbox, and lead management.

  • New

    Stripe webhook integration for subscription management — Free and Pro plan enforcement, SubscriptionStatus tracking, and automated message quota management.

  • New

    API rate limiting via slowapi and per-organization monthly message quota enforcement with automatic resets at the start of each billing cycle.

May 2026Client Widget & Real-Time Chat
  • New

    Dynamic loader.js script: the embed snippet now only references the Next.js frontend URL. The backend API is never exposed in client websites, making infrastructure migrations completely transparent to embedded widgets.

  • New

    Streaming server-sent events (SSE) for real-time typewriter-effect responses from the LLM — no polling, no full-page reloads.

  • New

    Full visual widget customization: primary colors, background colors, border radius, avatar image, widget position, and starter questions — all configurable from the dashboard.

April 2026RAG Pipeline & LLM Integration
  • New

    Full RAG (Retrieval-Augmented Generation) pipeline: document chunking, vector embedding, and semantic similarity search against per-organization isolated knowledge bases.

  • New

    Four knowledge source types supported: plain text, FAQs (structured Q&A), file uploads (PDF/Word), and automated website crawling with scheduled re-crawls.

  • New

    Background workers powered by arq + Redis for async embedding tasks and scheduled web crawl jobs — knowledge indexing never blocks the main API.

  • New

    Semantic caching layer: frequently asked questions are cached at the vector level, returning instant responses for similar queries without hitting the LLM.

March 2026Foundation & Infrastructure
  • New

    Initialized FastAPI backend and Next.js 15 (App Router) frontend.

  • New

    PostgreSQL database schema with Alembic migrations. Core models: Organization, User, Bot, Conversation, Message, KnowledgeSource.

  • New

    Multi-tenant architecture: isolated knowledge bases, bot settings, and usage limits per organization from day one.

  • New

    JWT-based authentication with hashed passwords (passlib). Organization-level team membership and role management.

Stay updated

Want to be the first to know when we ship new features? Follow us or get in touch to share your feature requests.