P
Postbox
Open App
Open Source ยท MIT License

API testing,
without
the bloat.

Postbox is a keyboard-driven HTTP client that lives in your browser. Collections, environment variables, curl import, and a server-side proxy โ€” everything you need, nothing you don't.

Zero

config needed

100%

browser-based

MIT

licensed

postbox ยท shop / create-user
POST /api/users
"Authorization": "Bearer <<token>>"
"Content-Type": "application/json"
"name": "Pantho Haque"
"role": "admin"
200 OK 32ms
"id": "usr_01j9xk"
"created": "2025-03-08"
Features

What you get

Built for developers who move fast.

๐Ÿ“

Collections & Routes

Organize every API endpoint into named collections. Create, rename, delete โ€” full control with instant feedback.

๐Ÿ”€

Environment Variables

Define <<KEY>> vars per collection. Switch between dev, staging, and prod without touching your requests.

๐Ÿ›ก๏ธ

CORS-Free Proxy

Requests route through a Next.js server-side proxy. No more CORS errors blocking your flow in the browser.

๐Ÿ“‹

curl Import

Paste any curl command into the URL bar. Method, headers, and body auto-parse instantly.

๐Ÿ’พ

Persistent Storage

Collections save to localStorage automatically. Close the tab, come back later โ€” everything is still there.

โŒจ๏ธ

Keyboard Driven

Ctrl+Enter to send, Ctrl+S to save. Every action has a shortcut โ€” your mouse is optional.

How it works

From collection to response in seconds.

01

Create a collection

Group related API routes under a named collection.

02

Set env vars

Define <<token>>, <<host>>, or any variable your routes need.

03

Add your request

Set method, URL, headers, body โ€” or paste a curl command.

04

Send & inspect

Hit Ctrl+Enter. View the response status, headers, and body.

Shortcuts

Stay in the flow.

Every action is a keystroke away. No clicking through menus โ€” just code and send.

Ctrlโ†ต
Send request
CtrlS
Save changes to collection
Esc
Close any modal
โ†ต
Confirm modal action

Open Source

Built in public. Free forever.

Postbox is MIT licensed. Fork it, modify it, self-host it. PRs welcome โ€” check the roadmap for what's next.

P

Built by

Pantho Haque

Full-stack developer passionate about clean tooling and great DX. Postbox was built out of frustration with bloated API clients.