Changelog
What's new in Q. All releases and updates.
v0.1.0
February 10, 2026Initial release — complete platform build across 8 phases.
Phase 7: Frontend — Auth + Onboarding + Dashboard
- Magic link and OAuth authentication (Google, GitHub)
- 6-step onboarding wizard: Agent, Brain, Channels, Boundaries, Standup, Launch
- SSE-streamed launch terminal output
- 10 dashboard pages: Overview, Gates, Board, Agents, Spend, Ledger, Learning, Channels, Settings
- Gate resolution with keyboard shortcuts (A/D) and optimistic updates
- Kanban board with native drag-and-drop
- Real-time gate updates via Supabase Realtime
- Spend analytics with 7/30-day trend charts
- Agent detail view with 4-tab layout (Overview, Tasks, Gates, Health)
- Route protection middleware with onboarding gate
Phase 6: Frontend — Shared UI + Marketing
- 12 UI primitives: Button, Card, Badge, Input, Select, Toggle, SegmentedControl, Modal, Skeleton, StatusDot, ErrorBoundary, Toast
- Design system with CSS custom properties and dark theme
- CSS animations: page-enter, fade-in, modal-enter, shimmer, pulse-dot
- Landing page with hero, features grid, comparison table, and CTA
- Pricing page with plan cards and FAQ
- Meet Q page with interactive demos
- 20 marketing-specific components
Phase 5: Inngest Jobs
- Scheduled standup generation routed to configured channels
- End-of-day report summaries
- Periodic stuck detection scanning
- Trust score recalculation based on outcomes
- Spend ceiling enforcement and alerting
- Async code and content auditing on task completion
Phase 4: API Routes
- 36 API endpoints across agents, gates, tasks, spend, ledger, learning, channels, control
- 5-step onboarding API flow with SSE streaming
- Webhook handlers for Telegram, WhatsApp, Slack, Stripe
- Sidecar endpoints for agent heartbeat, spend logging, output, permissions
- MCP server endpoint
- Ledger export (CSV/JSON)
Phase 3: Backend Services
- Agent provisioning with sandbox lifecycle management
- Decision gate creation, resolution, and auto-resolution
- Token-level spend logging with ceiling enforcement
- Claude-powered code and content auditing
- Stuck detection: loop, high-spend, timeout, stall
- Learning engine with 7-day pattern analysis
- Immutable audit ledger with 22 action types
- Standup and EOD report generation
- Kanban task management with dependency tracking
Phase 2: Core Library Layer
- Supabase client helpers (browser, server, service role, middleware)
- AI modules: prompts, audit engine, intent parser
- Integration clients: Anthropic, Stripe, Slack, Telegram, WhatsApp
- Sandbox provider abstraction (Fly.io + E2B)
- LLM cost table with 13 models
- Encryption module for secrets at rest
- Zod validation schemas
Phase 1: Database Migrations
- 10 core PostgreSQL tables with Row-Level Security
- Performance indexes across all tables
- Database functions and triggers
- Supabase Realtime on decision_gates and agent_health
Phase 0: Project Scaffolding
- Next.js 16.1.6 with React 19 and TypeScript 5
- Tailwind CSS v4 with custom design tokens
- Supabase, TanStack Query, Zustand, Inngest, Stripe, Zod
Release Stats
167
Files
~21k
Lines of code
36
API endpoints
8
Build phases