🛠️ Dev Tools · $14/mo

Can I vibe code Postman?

Build, test, and document APIs with a request client and collections.

🟡Kinda — with gapsest. a weekend

A personal API client — compose a request, send it, inspect the response, save it, use environment variables — is genuinely a weekend build, and open-source alternatives like Bruno and Hoppscotch already prove there is no moat for solo use. Where Postman earns its money is the team layer: shared collections, mock servers, monitors, automated test runs in CI, and API documentation that stays in sync. You can rebuild your own workflow completely; you cannot easily rebuild the collaboration and automation platform a whole API team relies on. For one developer it is a kinda-easy yes; for a team it is the platform that is the point.

The one-shot prompt
Build a personal API testing client for my own use. Let me compose HTTP requests (method, URL, headers, query params, body), send them, and view a formatted, syntax-highlighted response with status, timing, and size. Support named environments with variables I can interpolate into requests (like a baseUrl placeholder), organize saved requests into collections, and keep a history of recent calls. Add per-request auth helpers (bearer token, basic auth) and let me export/import collections as JSON. Build it as a local-first web app with IndexedDB persistence, and note that this fully covers solo use — Postman's paid value is the team collaboration and automation layer.
Paste into Claude Code, Codex, or your agent of choice — then steer. Learn the moves in Prompt Engineering.
What you build

A desktop or web API client that sends HTTP requests, manages environments and variables, and saves named requests into collections you can re-run.

What you give up
  • Team-shared collections and workspaces that sync automatically
  • Mock servers, scheduled monitors, and CI test runs
  • Auto-generated, always-current API documentation
  • The huge library of prebuilt integrations and auth helpers
Why people still pay

For a solo developer, almost nothing — the open-source clients cover it. Teams pay because Postman is where their API contracts, tests, and docs live together and stay in sync, and rebuilding that shared source of truth is far more than a weekend.

open-source-existscollaboration
Related
Actually build it

A prompt is the first move, not the whole game. Course 01 teaches you to take a prompt like this one to a shipped, working app — reviewing, correcting, and steering the agent the whole way.

Start Course 01 →