Changelog

New features, improvements, and fixes - shipped continuously.

2026-06-30v2.8.0New Feature

200+ Build Pages - Industry AI Templates

Launched a comprehensive library of 200+ production-ready app templates across 20+ industries. Every template includes architecture, database schema, feature list, and an example AI prompt.

2026-06-28v2.7.5Improvement

Task Image Upload - Up to 3 Attachments per Task

App tasks now support up to 3 image attachments with drag-and-drop upload, paste from clipboard, and server-side sanitization.

2026-06-25v2.7.4New Feature

Login History - Active Session Tracking

Admin login history now shows active session indicators per row, revoke buttons, and user-grouped event tables for compliance auditing.

2026-06-22v2.7.3New Feature

Connector Pending Actions - Real-Time Bell Indicator

Header bell + Editor tab banner now show pending connector actions in real time. Cross-tab sync via BroadcastChannel keeps all open tabs in sync.

2026-06-18v2.7.2New Feature

Add-a-Connector Checklist - MySQL & SingleStore Support

Added MySQL and SingleStore to the Database & Backend connector panel. Backend CONNECTOR_SPECS is the hard allowlist; provider-named env vars injected at runtime.

2026-06-15v2.7.1Improvement

Create App - Inline Chat Mode

Create-App flow now runs inline on the Dashboard using the real ChatPanel in create-mode. No modal or route change - users navigate to /editor only after the app is created.

2026-06-10v2.7.0New Feature

Editor Connectors Tab - Per-App Integration Hub

New Editor Connectors tab for managing per-app integrations: GitHub, Database, Gmail, Domain, with live status, health monitoring, and configuration actions.

2026-06-05v2.6.5New Feature

Payment Realtime Notifications - Admin Socket Push

Payment status changes now push real-time notifications via admin socket. Redis NX dedup prevents double-firing. Success toast + live transactions list with just-paid row highlight.

2026-05-28v2.6.4Bug Fix

ChatPanel Multi-Tab Sync - BroadcastChannel Relay

Fixed stale cache and callback references in hire-expert-chat. Backend now uses a single-socket map per client and emits to all tabs via BroadcastChannel relay.

2026-05-20v2.6.3New Feature

Disposable Email Blocking at Registration

Dynamic disposable email blocking: feed-synced DB table, MX verification, risk heuristics, structure/IDN/encoded validation, canonical dedup, rate limits, and /auth/validate-email endpoint.

2026-05-12v2.6.2Improvement

i18n Coverage Push - 270+ New Keys Across 9 Locales

Major internationalization pass: ~270 new translation keys and ~290 retranslations applied across 9 locales using bulk locale operation scripts.

2026-05-05v2.6.1Security

Gmail Connect - Shared Client ID Fallback

Fixed Gmail connector client_id fallback to shared GOOGLE_CLIENT_ID. Caller-handled API requests now set x-skip-error-toast to prevent double-toast with the global interceptor.

2026-04-28v2.6.0New Feature

Product Tour - Spotlight Onboarding Flow

Dependency-free spotlight tour (Dashboard → Editor) with data-tour anchors. First-run auto-start with Help/profile replay. Task surfacing via OPEN_TASKS_EVENT and editor-header Tasks button.

2026-04-20v2.5.5Improvement

Buy Domain UX - Inline Validation & Auto-Poll

Shared CopyButton/useCopyToClipboard primitive; order summary, inline validation, auto-poll for domain status, and copy actions across domain-store and Header DNS connect.

2026-04-14v2.5.4Infrastructure

Backend Local DB - Migration Script Fix

Fixed pending ui_look_registry migration and ts-node type errors blocking the migrate script. Added --transpile-only flag; widened 13 frontend.service.ts body params to any.