TxtAssistant MVP

AI receptionist runtime in progress, browser prototypes preserved separately.

The existing web demos now live under /prototypes. The root app is reserved for the event-driven receptionist MVP that will take a caller's name, callback number, and message, then notify the owner.

Phase 1

Core Runtime

  • Typed events, sessions, actions, and business config models
  • Message-taking agent with deterministic unit coverage
  • Tool executor with in-memory message and notification services
Phase 2

Telephony Integration

  • Twilio voice adapter that maps webhooks and media events into internal events
  • OpenAI realtime integration behind the runtime boundary
  • Call flow tests for greeting, collection, confirmation, save, notify, and hangup
Phase 3

Deployment

  • Deploy to app.txtassistant.com on the Orderlanes dev server
  • Configure HTTPS, webhook routing, and Twilio voice URL cutover
  • Run smoke tests against the public endpoint before pointing production traffic

Prototype Archive

Existing demos stay available while the receptionist stack is built.

View prototypes