Changelog
Product updates, new features, and improvements. Follow along as we build the future of AI voice agents.
Design system polish & micro-interactions
Major visual refinement pass across the entire platform with compact design language, skeleton loading states, and accessibility improvements.
- ImprovementAll loading skeletons aligned to compact design language
- ImprovementEmptyState component refined with tighter proportions
- FeatureCard-lift hover effect on interactive metric cards
- ImprovementFocus-visible keyboard navigation rings across all interactive elements
- FixFooter copyright year now renders dynamically
Compact dashboard & nav refinements
Dashboard redesigned with compact metrics strip, refined AppNavRail with left accent bar, all pages aligned to consistent design tokens.
- ImprovementDashboard metrics converted to compact strip layout
- ImprovementAppNavRail active indicator changed to left accent bar
- ImprovementAll dashboard pages aligned to 1.12rem/1100px/mb-5 pattern
- FixRemoved dead PageHeader component
Deploy & system surfaces complete
Numbers, batch-calls, billing, settings, and knowledge-base pages rebuilt with production-grade layouts.
- FeatureNumbers page with metrics strip, compact table, and assignment dialog
- FeatureBatch calls campaign planning surface
- FeatureBilling page with cost drivers and metrics
- ImprovementSettings redesigned with compact section cards
Monitor surfaces & call management
Calls list and detail pages rebuilt with stats strips, filter tabs, and compact data tables.
- FeatureCalls list with filter tabs, stats strip, and 5-column table
- FeatureCall detail with 8/4 transcript + sidecar layout
- FeatureAnalytics, QA, and alerts pages scaffolded
- ImprovementCall volume chart on dashboard
Agent workspace & flow builder
Complete agent management surfaces with workspace tabs, detail views, and flow builder scaffolding.
- FeatureAgent workspace with Overview/Build/Flow/Test tabs
- FeatureAgent detail page with metrics and recent calls
- FeatureFlow builder placeholder surface
- FeatureAgent create page with template selection
Landing page & auth rebuild
Flagship landing page with editorial hero, trust strip, and product showcase. Auth pages redesigned with split-pane layout.
- FeatureAsymmetric hero with proof stats grid
- FeatureProduct showcase with platform feature cards
- FeatureSign-in and sign-up with split-pane auth entry shell
- FeatureOnboarding funnel: secure-account → verify-identity → survey
Voice runtime & real-time pipeline
Complete voice runtime with Deepgram STT/TTS, Anthropic Claude conversation engine, and Twilio integration.
- FeatureReal-time voice pipeline with WebSocket streaming
- FeatureConversation engine with tool calling support
- Feature5 built-in tools: check_availability, book_appointment, transfer_call, lookup_customer, end_call
- SecurityAPI key authentication for runtime endpoints
Database & agent management
PostgreSQL schema with Prisma ORM, agent CRUD operations, and phone number management.
- FeaturePrisma schema for agents, calls, phone numbers, transcripts
- FeatureAgent CRUD server actions
- FeaturePhone number provisioning and assignment
- SecurityGoogle OAuth and bcrypt password authentication
Initial platform setup
Monorepo structure with Next.js web app and Node.js voice runtime. Design tokens, fonts, and base component library.
- FeatureNext.js 16 web application with Tailwind v4
- FeatureGeneral Sans + Satoshi font system
- FeatureDesign tokens: surfaces, text hierarchy, shadows, radii
- Feature49+ shadcn/ui components configured