Open-source platform for building products on top of Telegram Mini Apps and the TON blockchain. SpawnDock provides the infrastructure layer — project scaffolding, live preview tunnels, and an AI knowledge base with 55+ documents on TMA and TON — so product teams can focus on what they're building, not how to set it up.
SpawnDock is not a single product. It's the foundation that different products are built on.
The first product on the platform. @TMASpawnerBot is a Telegram bot that gives anyone — even without development experience — a way to create and preview a Telegram Mini App. Write /new, follow the instructions, and your app is live on a real device in under a minute.
The bot handles all the technical setup behind the scenes: cloning the template, configuring the tunnel, wiring up the AI assistant. The user just sees the result.
- @TMASpawnerBot — start here if you want to create a Mini App
- GitHub — source code and packages
- W3 Voice — community
Project Setup
@spawn-dock/create— Bootstrap CLI. Clones the starter template, configures the tunnel and MCP, links the project to the user's account.tma-project— Starter template. Next.js + TypeScript + TON Connect + Telegram UI.
Development
@spawn-dock/dev-tunnel— Tunnel client. Exposeslocalhostto Telegram for real-device preview without deployment.@spawn-dock/mcp— MCP knowledge client. Gives AI agents (Claude, Cursor, Codex) access to 55+ docs on TMA, TON, wallets, smart contracts, and deployment.@spawn-dock/cli— AI runtime launcher. Starts the configured agent in a sandboxed environment inside the project.
The MCP server provides AI agents with searchable access to 55+ documents (29,500+ lines):
| Area | Coverage |
|---|---|
| Telegram Mini Apps | WebApp API, navigation, theming, testing, security, performance |
| TON Blockchain | Smart contracts (Tolk / Tact / FunC), jettons, NFTs, DeFi, wallets, DNS, payments |
| TON Connect | Wallet integration, authentication, TON Proof |
| Deployment | Cloudflare Pages, Vercel, GitHub Pages |
| Templates | Shop, game, landing, quiz, menu, portfolio |
MIT