Your personal AI assistant. One brain, every platform.
Talk to Zaki in our app, on Telegram, WhatsApp, or Discord. Same memory, same context, everywhere you go. Not a chatbot. Not a wrapper. A full AI assistant that actually does things.
Zaki is a full-service personal AI assistant that:
- Lives everywhere - Zaki App + Telegram + WhatsApp + Discord
- Remembers everything - Persistent memory across all channels
- Actually does stuff - Browse web, run code, manage files, automate tasks
- Grows with you - Learns your preferences and adapts
| Wrapper Apps | Zaki |
|---|---|
| "Connect your API key" | Just sign up and go |
| Web-only chat | App + Telegram + WhatsApp + Discord |
| Generic responses | Personalized to you |
| Chat only | Tools, automation, actions |
| Forgets everything | Persistent memory |
| Tier | Price | What You Get |
|---|---|---|
| Free | $0 | 50 msgs/mo, Telegram only |
| Starter | $19/mo | 500 msgs, All channels, Zaki App |
| Pro | $39/mo | 2000 msgs, Priority AI, Advanced tools |
| BYOK | $9/mo | Platform only, bring your own API key |
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β ZAKI PLATFORM β
β β
β βββββββββββββββ βββββββββββββββ ββββββββββββββ β
β β ZAKI APP β β TELEGRAM β β WHATSAPP β β
β β β β β β β β
β ββββββββ¬βββββββ ββββββββ¬βββββββ βββββββ¬βββββββ β
β ββββββββββββββββββΌββββββββββββββββ β
β βΌ β
β ββββββββββββββββββββββββββββββ β
β β Cloudflare Workers API β β
β ββββββββββββββ¬ββββββββββββββββ β
β βΌ β
β ββββββββββββββββββββββββββββββ β
β β User's Personal Sandbox β β
β β ββββββββββββββββββββββββ β β
β β β OpenClaw Gateway β β β
β β β + Memory β β β
β β β + Tools β β β
β β β + Your Data (R2) β β β
β β ββββββββββββββββββββββββ β β
β ββββββββββββββββββββββββββββββ β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Tech Stack:
- Cloudflare Workers - API Gateway, routing
- Cloudflare Sandboxes - Isolated user containers
- Cloudflare R2 - Persistent per-user storage
- OpenClaw - AI agent runtime (inside each Sandbox)
| Channel | Status | Notes |
|---|---|---|
| Telegram | β MVP | First channel, working |
| Zaki Web App | π¨ Planned | Phase 2 |
| π¨ Planned | Phase 2 | |
| Discord | π¨ Planned | Phase 3 |
| iOS/Android | π¨ Planned | Phase 3 |
- Core platform architecture
- Sandbox management
- R2 storage integration
- Telegram onboarding flow
- User signup & billing
- Zaki Web App
- WhatsApp integration
- Unified conversation history
- iOS app
- Android app
- Discord integration
- Slack integration
Every Zaki user gets:
| Capability | Description |
|---|---|
| Multi-channel | Same assistant on app, Telegram, WhatsApp |
| Persistent memory | Remembers across sessions and channels |
| Web browsing | Search and browse the internet |
| File handling | Upload, read, create files |
| Code execution | Run code in secure sandbox |
| Scheduled tasks | Reminders, cron jobs, automation |
| Voice messages | Speech-to-text, text-to-speech |
- Node.js 18+
- Cloudflare account (Workers Paid plan)
- Anthropic API key
# Clone
git clone https://github.com/alaasumrain/zaki-platform.git
cd zaki-platform
# Install
npm install
# Configure
cp .env.example .env.local
# Edit .env.local with your keys
# Run locally
npm run dev# Set secrets
npx wrangler secret put ANTHROPIC_API_KEY
# Deploy
npm run deployzaki-platform/
βββ src/
β βββ index.ts # Workers API entry
β βββ config.ts # Configuration
β βββ types.ts # TypeScript types
β βββ sandbox/
β βββ manager.ts # Sandbox lifecycle
β βββ openclaw.ts # OpenClaw integration
βββ docs/
β βββ RESEARCH_FINDINGS.md
β βββ ZAKI_CAPABILITIES.md
β βββ ...
βββ memory/ # Session memories
βββ Dockerfile # Sandbox container image
βββ start-zaki.sh # Sandbox startup script
βββ wrangler.toml # Cloudflare config
βββ README.md
- Research Findings - Pricing, architecture research
- Capabilities - What Zaki can do
- OpenClaw Reference - OpenClaw patterns
- Moltworker Learnings - Implementation patterns
Built on:
- OpenClaw - AI agent runtime
- Moltworker - Reference implementation
- Cloudflare Workers - Edge compute platform
MIT
Questions? Open an issue or reach out on Telegram.