Fetching latest headlines…
I built a self-hosted REST API client for my projects, here's why
NORTH AMERICA
πŸ‡ΊπŸ‡Έ United Statesβ€’May 10, 2026

I built a self-hosted REST API client for my projects, here's why

1 views0 likes0 comments
Originally published byDev.to

I got tired of API keys and auth headers syncing to someone else's cloud every time I tested an endpoint. So I built Freeman β€” a self-hosted, browser-based REST API client that runs on your own server.

No desktop app. No cloud account. No data leaving your network.

What it does

The core workflow is the same as any API client you've used:

  • Collections and folders to organise requests
  • Tab-based interface β€” open multiple requests simultaneously
  • Full request builder: query params, headers, raw body, form data, file uploads
  • Auth support: Bearer, Basic, API Key
  • Collection-scoped variables with {{variable}} syntax
  • Import directly from Postman JSON
  • Multi-user support out of the box

Comments (0)

Sign in to join the discussion

Be the first to comment!