At a Glance

01

Telbase

The deployment platform for the AI coding era. One command deploys full-stack apps with auto-provisioned databases.

Pricing: Flat plans: Free, $5/mo, $19/mo, $79/mo

Best for: Developers building with AI coding tools who want zero infrastructure setup

Self-Hosting

Full control on your own VPS — you manage everything

Pricing: $5-10/mo for a VPS (Hetzner, DigitalOcean, Linode). Infrastructure is free — you pay with time.

Best for: Experienced operators who want full control and have time for infrastructure management

Feature Comparison

02
FeatureTelbaseSelf-Hosting
Monthly cost$5/mo (Starter) — $79/mo (Pro)~$5-10/mo (VPS hardware only)
Setup time< 2 minutes (one command)2-8 hours (OS, firewall, SSL, DNS, process manager)
Deploy workflownpx telbase deploy (auto-detect)git pull + build + restart (or CI/CD you maintain)
SSL certificatesAutomatic (included)Manual (Let's Encrypt + renewal cron)
Database provisioningAuto-provisioned from ORM detectionManual install, configure, backup, and update
Security patchesManaged by platformYour responsibility (OS + runtime + dependencies)
Full root accessNoYes — full control over the machine
Custom networkingNot availableFull control (iptables, VPN, private networks)
Persistent storageR2 object storage onlyLocal disk, NFS, any volume mount
Database choicePostgreSQL or SQLite (auto-provisioned)Any — MySQL, MongoDB, Redis, Elasticsearch, etc.
Monthly cost
Telbase$5/mo (Starter) — $79/mo (Pro)
Self-Hosting~$5-10/mo (VPS hardware only)
Setup time
Telbase< 2 minutes (one command)
Self-Hosting2-8 hours (OS, firewall, SSL, DNS, process manager)
Deploy workflow
Telbasenpx telbase deploy (auto-detect)
Self-Hostinggit pull + build + restart (or CI/CD you maintain)
SSL certificates
TelbaseAutomatic (included)
Self-HostingManual (Let's Encrypt + renewal cron)
Database provisioning
TelbaseAuto-provisioned from ORM detection
Self-HostingManual install, configure, backup, and update
Security patches
TelbaseManaged by platform
Self-HostingYour responsibility (OS + runtime + dependencies)
Full root access
TelbaseNo
Self-HostingYes — full control over the machine
Custom networking
TelbaseNot available
Self-HostingFull control (iptables, VPN, private networks)
Persistent storage
TelbaseR2 object storage only
Self-HostingLocal disk, NFS, any volume mount
Database choice
TelbasePostgreSQL or SQLite (auto-provisioned)
Self-HostingAny — MySQL, MongoDB, Redis, Elasticsearch, etc.

When to Choose Self-Hosting

03

Self-Hosting may be better if…

Choose self-hosting if you need databases Telbase doesn't support (MySQL, MongoDB, Redis), persistent local storage, GPUs, or full root access. Also consider it if you have a mature DevOps workflow and the bandwidth to maintain infrastructure.

Migrate from Self-Hosting

04
  1. Remove server configuration (nginx.conf, systemd units, docker-compose.yml, Caddyfile)
  2. Run npx telbase deploy — Telbase auto-detects your framework and database
  3. Move environment variables: npx telbase env push (reads from .env.local)
  4. Point your domain: telbase domain add yourdomain.com (SSL is automatic)

Start with one deploy

See how Telbase compares. No credit card required.

Deploy Free →