I built a GraphQL & REST client where you define your servers once — and every request lives under that server.
Switch from Prod Data API to Dev Data API? Different queries, same tool. Ten microservices? Ten servers, each with the requests that matter there. No re-entering URLs or credentials for every request.
That's what I was missing in every other API client.
On top of that:
- GraphQL with syntax highlighting, schema browser, query history
- REST with all HTTP methods, body editor, query params grid
- Production flag — red warning band so you never query prod by accident
- Multi-pane editing — up to 3 queries side by side
- Copy as cURL or as LLM prompt
- Cmd+P quick search across everything
All data stays in your browser. No account, no cloud.
spuerhund.s16e.de
Sebastian Breitzke •
Spürhund Feature Tour
#Craft#DeveloperExperience#GraphQL#Productivity