7 tools in this category
Deploy to Vercel from the command line. Preview, promote, and manage serverless deployments.
npm install -g vercel
Build, deploy, and manage Netlify sites from the terminal. Local dev server, functions, and edge middleware.
npm install -g netlify-cli
Cloudflare's CLI for Workers, Pages, R2, D1, and the rest of the Cloudflare developer platform.
npm install -g wrangler
Deploy apps to Railway from the command line. Link repos, manage environments, stream logs.
brew install railway
Manage Supabase projects locally. Run migrations, generate types, seed data, and test Edge Functions.
npm install -g supabase
Manage Neon Postgres branches, databases, and roles from the terminal. Branch databases like git branches.
npm install -g neonctl
Open-source, self-hosted alternative to Heroku, Netlify, and Vercel. Deploy anything on your own hardware.
curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash