8000 tinykit/deploy/README.md at main · tinykit-studio/tinykit · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 1.63 KB

File metadata and controls

67 lines (45 loc) · 1.63 KB

Deployment Options

tinykit can be deployed to any Node.js host. Choose the option that fits your needs:

🚀 Quick Deploy (Recommended for Alpha)

Railway - Easiest

Best for: Beginners, fast deployment, managed infrastructure

  • ✅ One-click deploy
  • ✅ Automatic HTTPS
  • ✅ Built-in volumes
  • ✅ $5/mo base cost

→ Railway Deployment Guide

🐳 Self-Hosted

Docker - Universal

Best for: Any VPS, DigitalOcean, AWS, Azure, GCP

  • ✅ Works anywhere Docker runs
  • ✅ Full control
  • ✅ Portable
  • 💰 $6-15/mo (VPS cost)

→ Docker Deployment Guide

🔜 Coming Soon

Vercel

  • Serverless deployment
  • Edge functions
  • Free tier available

Render

  • Similar to Railway
  • Auto-deploy from GitHub
  • Free tier (with sleep)

Fly.io

  • Global edge deployment
  • Multi-region support
  • ~$5/mo

Comparison

Platform Difficulty Cost/mo Pros Cons
Railway ⭐ Easy $5-10 Managed, simple, volumes Slightly pricier
Docker (VPS) ⭐⭐ Medium $6-15 Full control, portable Manual setup, maintenance
Fly.io ⭐⭐ Medium $5-10 Global, fast CLI required
Vercel ⭐⭐⭐ Hard $0-20 Free tier, fast Serverless limits

Which Should I Choose?

Just want it working fast? → Railway

Want full control / already have a VPS? → Docker

Need global performance? → Fly.io (coming soon)

Free tier for testing? → Vercel (coming soon)

Local Development

See ../README.md for local setup instructions.

0