About TMA.sh
The edge platform built for Telegram
TMA.sh is a purpose-built deployment platform for Telegram Mini Apps. We handle the build pipeline, edge hosting, and BotFather integration so you can focus on building your product.
From git push to live Mini App
Your Code
- Vite, Astro, or plain HTML auto-detected
- bot/index.ts discovered for bot commands
- server/index.ts enables API routes
Build Pipeline
- Triggered on every push
- Preview URLs for pull requests
- BotFather commands synced automatically
Edge Network
- Cloudflare Workers worldwide
- Global CDN with KV storage
- Custom domains with automatic SSL
Built on proven infrastructure
Cloudflare Workers
Serverless compute at 300+ edge locations
Workers for Platforms
Multi-tenant isolation per project
R2
Object storage for build artifacts and assets
KV
Global key-value store for application data
Hono
Ultrafast web framework for edge Workers
Drizzle ORM
Type-safe database queries with zero overhead
Effect
Composable, type-safe error handling and services
TypeScript
End-to-end type safety across the platform