🛠️

Developer Tools

Editors, terminals, API clients, databases and hosting. The set of things a small team actually needs to get something on the internet without hiring an operations department.

19 tools Links out, nothing to install
  1. 1

    Free, extensible and the environment most tutorials assume you are using. Extension quality varies wildly, and remote development over SSH or containers is genuinely excellent.

    editorfreeextensions
  2. 2
    Zed Free · paid AI plans

    A Rust editor built for speed, with multiplayer editing and AI panels included. The extension ecosystem is young, so check your languages are supported before switching.

    editorperformancecollaboration
  3. 3
    Neovim Free · open source

    Modal editing with Lua configuration and a serious plugin ecosystem. It costs you a week to set up and returns that time for the rest of your career.

    editorterminalopen-source
  4. 4
    Ghostty Free · open source

    A GPU-accelerated terminal that is fast, native on macOS and Linux, and configured with a plain text file. Fewer features than Warp, and considerably less in your way.

    terminalopen-sourceperformance
  5. 5
    Warp Free tier · paid plans

    Terminal with block-based output, editable command input and AI assistance built in. Divisive because of the account requirement, and a real productivity gain if that does not bother you.

    terminalaimodern
  6. 6
    Docker Free for personal and small business use · paid from about $9/mo per user

    The standard way to get identical environments on your laptop and in production. Desktop licensing for larger companies is the part that catches teams out.

    containersdevopsenvironments
  7. 7
    Postman Free tier · paid from about $14/mo per user

    The most complete API client, with collections, mocks, tests and documentation. It has grown heavy, and it is still the one most teams standardise on.

    apitestingcollaboration
  8. 8
    Insomnia Free tier · paid plans

    A lighter API client with good GraphQL and gRPC support. Pick it if Postman feels like it is doing too much.

    apigraphqllightweight
  9. 9
    Hoppscotch Free · open source · self-hostable

    Open source API client that runs in a browser tab with nothing to install and no account. The one to reach for on a machine you do not own.

    apiopen-sourcebrowser
  10. 10
    Vercel Free hobby tier · paid from $20/mo per user

    The smoothest deployment story for Next.js and front-end frameworks, with preview URLs on every pull request. Watch bandwidth and function costs once a project gets popular.

    hostingfrontendci
  11. 11
    Netlify Free tier · paid from about $19/mo per user

    Static and JAMstack hosting with forms, redirects and edge functions handled for you. Less tied to one framework than Vercel.

    hostingstaticedge
  12. 12
    Railway Usage-based · paid from about $5/mo

    Deploys a normal application with a database attached in about five minutes, which makes it the friendliest option for anything that is not serverless. Costs scale with usage, so watch the meter.

    hostingdatabasespaas
  13. 13
    Fly.io Usage-based pricing

    Runs containers close to your users in many regions, with real persistent volumes and private networking. More operational thinking required than Railway, and much more control.

    hostingcontainersedge
  14. 14
    Supabase Free tier · paid from $25/mo

    Postgres with auth, storage, realtime and generated APIs on top, all open source and self-hostable. The pragmatic backend for a small team that wants to stay on SQL.

    backendpostgresauth
  15. 15
    Neon Free tier · usage-based paid plans

    Serverless Postgres that scales to zero and branches like git, so every pull request can have its own database. The branching is the feature you will miss elsewhere.

    postgresserverlessbranching
  16. 16
    PlanetScale Paid plans, from about $39/mo

    MySQL built on Vitess with safe schema change workflows borrowed from how large companies actually operate. It dropped its free tier, so budget before you start.

    mysqlscalingschema
  17. 17
    Cloudflare Free tier · paid plans

    DNS, CDN, DDoS protection, Workers, R2 storage and tunnels, with a free tier that covers a surprising amount of real production traffic. R2 charges nothing for egress, which is why people move there from S3.

    cdnedgestorage
  18. 18
    GitHub Free · paid from about $4/mo per user

    Code hosting plus Actions, Packages and issues, and the place your dependencies already live. Actions minutes on private repositories are the line item that grows quietly.

    gitcicollaboration
  19. 19
    Linear Free tier · paid from about $8/mo per user

    Issue tracking that is fast enough to actually keep updated, with keyboard-first navigation throughout. Opinionated, so teams that want to model every process will fight it.

    issuesplanningteams