llms.txt Content
# Telbase
> The deployment platform for the AI coding era. Build with any AI coding tool, deploy with one command. Your app is live at `https://your-app.telbase.ai` in minutes — no servers, no configuration required.
## Summary
Telbase deploys full-stack apps to production with one command. You build with AI — Claude Code, Cursor, Windsurf, or any coding agent — and Telbase handles detection, provisioning, and deployment automatically.
The core workflow: your AI generates the application, then runs `npx telbase deploy`. Your app is live at `https://your-app.telbase.ai` with automatic database provisioning, SSL, and infrastructure routing.
Telbase is the only deployment platform with an AI-native feedback protocol. Deploy responses include structured detection context and typed suggestions that let AI agents self-heal build failures without human intervention.
## Target Users
- Developers who build with AI and want to skip infrastructure
- Founders shipping MVPs and side projects
- Product Managers building interactive prototypes
- Teams deploying dashboards, tools, and internal apps
- Anyone using AI coding tools who needs their code live at a URL
## Quick Start
```bash
# Install via npm (recommended — works with npx too)
npm install -g telbase
# Or run directly without installing:
npx telbase deploy --local
# Authenticate
telbase auth login
# Deploy from your project directory
telbase deploy --local
# Register MCP server for Claude Code integration
telbase mcp register
```
Your app will be live at `https://your-app.telbase.ai`.
## Key Features
| Feature | Description |
|---------|-------------|
| Zero Configuration | Auto-detects framework, database ORM, and SQL dialect |
| Multi-Provider Routing | Auto-routes to optimal infrastructure (Vercel or GCP Cloud Run for compute, Neon/Turso/Cloud SQL for database) |
| Automatic Database | PostgreSQL or SQLite provisioned when Prisma/Drizzle detected |
| Auto Domains | Every app gets `{slug}.telbase.