New features, improvements, and fixes - shipped continuously.
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.
App tasks now support up to 3 image attachments with drag-and-drop upload, paste from clipboard, and server-side sanitization.
Admin login history now shows active session indicators per row, revoke buttons, and user-grouped event tables for compliance auditing.
Header bell + Editor tab banner now show pending connector actions in real time. Cross-tab sync via BroadcastChannel keeps all open tabs in sync.
Added MySQL and SingleStore to the Database & Backend connector panel. Backend CONNECTOR_SPECS is the hard allowlist; provider-named env vars injected at runtime.
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.
New Editor Connectors tab for managing per-app integrations: GitHub, Database, Gmail, Domain, with live status, health monitoring, and configuration actions.
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.
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.
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.
Major internationalization pass: ~270 new translation keys and ~290 retranslations applied across 9 locales using bulk locale operation scripts.
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.
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.
Shared CopyButton/useCopyToClipboard primitive; order summary, inline validation, auto-poll for domain status, and copy actions across domain-store and Header DNS connect.
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.