Show HN: Restfox – A web based HTTP client inspired by Insomnia and Postman

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Hoppscotch

    Open source API development ecosystem.

    https://github.com/hoppscotch/hoppscotch/issues/870#issuecom...

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • insomnia

    The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.

    I switched to insomnia when postman changed their pricing pulling the rug out from everyone wanting us to pay like $300 more per month. (Before they back tracked)

    https://insomnia.rest/

    I actually prefer it.

  • stepci

    Automated API Testing and Quality Assurance

    If you like hurl, you may as well like Step CI, which uses yaml and supports gRPC

    Give it a try: https://stepci.com

    It's free and open-source on GitHub under MPL license

  • vscode-restclient

    REST Client Extension for Visual Studio Code

    I switched to "vscode-restclient" about a year ago and never looked back. It has variables, everything is saved as text, and I can commit it to source control for collaboration's sake.

    https://github.com/Huachao/vscode-restclient

  • Kreya

    Kreya is a GUI client for REST and gRPC with innovative features for environments, authorizations and more.

    I use https://kreya.app/. It is very lean and the only GUI client not using Electron, I could find.

  • milkman

    An Extensible Request/Response Workbench

  • Restfox

    Offline-First Minimalistic HTTP & Socket Testing Client for the Web & Desktop

    try to `fetch('https://www.google.com')` from console on a few different websites and you'll either see CSP errors or see the same CORS errors that come up in restfox. all the extension does is send the request with the runtime api to get around the (good and reasonable) security constraints on web pages loaded over http: https://github.com/flawiddsouza/Restfox/tree/main/packages/b...

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • postwoman

    👽 A free, fast and beautiful API request builder (web alternative to Postman) https://postwoman.io (by f0rb1d)

  • restclient.el

    Discontinued HTTP REST client tool for emacs

    Although I mainly stick with curl or requests due to muscle memory, there's also restclient.el https://github.com/pashky/restclient.el. I imagine having builtin org support is super convenient, thanks for sharing.

  • vim-http-client

    Forget your curl today! Make HTTP requests from Vim without wrestling the command line!

    I have moved from postman to https://github.com/aquach/vim-http-client and have never looked back ever since, its opens in vim and has variables to store values and can store comments too in a .txt file. Give this a try if you are using vim.

  • verb

    Organize and send HTTP requests from Emacs

  • bruno

    Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Postman Now Supports gRPC

    16 projects | news.ycombinator.com | 2 Feb 2022
  • Semantic Versioning for .NET Core apps and assemblies

    3 projects | dev.to | 4 Nov 2024
  • Show HN: Chapar – A Native API Testing Tool for Developers

    1 project | news.ycombinator.com | 27 Sep 2024
  • Show HN: Httpdbg – A tool to trace the HTTP requests sent by your Python code

    7 projects | news.ycombinator.com | 25 Sep 2024
  • No-Code REST API for Databases adds Table Joins

    2 projects | dev.to | 14 Aug 2024

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?