← Back to Docs

Architecture

Tawkie is a bridge between Talkie (voice AI on your devices) and OpenClaw (automation in the cloud). The architecture prioritizes zero data retention — everything flows through your infrastructure.

VoiceCommandJSONQuery
Talkie
Voice AI
Telegram
Bridge
OpenClaw
Automation
Tawkie.dev
Web UI
Convex
Database
TAWKIE.ARCH.001

Interactive diagram — zoom and pan enabled

Components

Talkie

Voice AI app that captures your voice commands and sends them via Telegram bot to OpenClaw.

OpenClaw

Automation platform that executes workflows based on voice triggers from Talkie.

Tawkie.dev

Web UI and API layer for memos, claims, and public profile pages.

Convex

Backend database for storing memos, user claims, and application state.

Data Flow

  1. Voice → Text: You speak to Talkie, it converts to text
  2. Text → Telegram: Talkie sends the command via Telegram bot
  3. Telegram → OpenClaw: OpenClaw receives and routes the message
  4. Execution: OpenClaw executes the workflow
  5. Response: Results return via Telegram, optional memo saved to Convex

Privacy Principles

  • Zero data through Tawkie servers — Your data stays on your infrastructure
  • Agent-assisted setup — You configure everything, Tawkie just helps
  • Open source — All code available at GitHub
  • Your keys, your data — API keys stay on your machine