The toolbox
80 tools worth knowing about if you build with AI. No affiliate links, no paid placement, and no prices quoted β tiers change monthly and a stale price helps nobody.
Vercel
freemiumHosting platform for front-end frameworks with Git-based deploys, preview URLs and edge functions.
Best for: Deploying Next.js and front ends
Netlify
freemiumPlatform for deploying web projects from Git, with build pipelines, serverless functions and previews.
Best for: Static sites and JAMstack apps
Cloudflare Workers
freemiumServerless platform running code at the network edge, with storage, queues and static site hosting.
Best for: Edge functions and low latency
Railway
paidInfrastructure platform that deploys applications, databases and background services from a repository.
Best for: Deploying backends and databases
GitHub Actions
freemiumCI/CD service built into GitHub for running builds, tests and deployments on repository events.
Best for: CI pipelines next to your code
Docker
freemiumContainer tooling for packaging applications with their dependencies so they run the same everywhere.
Best for: Reproducible environments