Skip to content

Developer tools

8 products in developer tools, ranked by the votes people cast.

Warp

A terminal with blocks, history search and a model that reads your errors.

Developer toolsFreemium

Cursor

VS Code rebuilt around a model that can see your whole repository.

Developer toolsFreemium

Vercel

Deploy a frontend by pushing to a branch, and get a URL per pull request.

Developer toolsFreemium

Sentry

Errors with the stack trace, the release and the user who hit them.

Developer toolsFreemium

Supabase

Postgres with auth, storage and realtime attached, and no lock-in.

Developer toolsFreemium

Railway

Deploy services and databases without writing any infrastructure config.

Developer toolsFreemium

Postman

Build, test and document an API without writing a client for it first.

Developer toolsFreemium

GitHub Copilot

Autocomplete and chat wherever you already write code.

Developer toolsPaid

Software for the people who write software: editors, deployment, observability, and the backend services that used to take a quarter to stand up. Cursor and GitHub Copilot sit at the writing end, one rebuilding the editor around a model that reads the repository and the other adding completion to the editor you already use. Vercel and Railway handle deployment, the first shaped around frontends and preview URLs, the second around services and databases. Supabase gives you Postgres with auth and storage attached, Sentry tells you what broke and for whom, Postman exercises an API before a client exists, and Warp reconsiders the terminal. The common thread is removing a step that was once someone's job. The common risk is the same one: each tool that removes a step also owns it, and moving off later is rarely as easy as moving on.

Questions about developer tools

Is an AI coding assistant worth paying for?
For most working developers, yes, on volume rather than on brilliance. The value is in boilerplate, test scaffolding, unfamiliar APIs and the first draft of a refactor. It is not in architecture, and treating suggestions as reviewed code is how teams end up with subtly wrong logic that passes tests.
What is the difference between Vercel and Railway?
Vercel is built around frontend frameworks, edge rendering and a deployment per pull request. Railway is built around running services and databases without writing infrastructure configuration. A Next.js site fits Vercel naturally; a Go worker with a Postgres instance and a cron job fits Railway better.
Do I still need error monitoring if I have logs?
Logs tell you what happened. Error monitoring such as Sentry groups the same failure across users, attaches the stack trace and the release that introduced it, and tells you how many people hit it. The difference matters at the point where reading logs stops being possible, which arrives sooner than most teams expect.
Is a backend-as-a-service a lock-in risk?
Some are more than others. Supabase is Postgres underneath, so the data and most of the queries move with you. Platforms with proprietary data models are harder to leave. The question to ask is not whether you can export, but whether what you export is usable without rewriting the application.

Launch your product

Every launch opens Monday. You get a permanent listing, an embeddable badge, and a link you earn.

Submit your product

20 of 20 free slots left this week