DEV Community

Cover image for Insomnia Alternative: Hoppscotch - Open Source, Self-Hosted API Development Ecosystem
Liyas Thomas for Hoppscotch

Posted on

Insomnia Alternative: Hoppscotch - Open Source, Self-Hosted API Development Ecosystem

Over the past week, we've observed a growing trend of people seeking alternatives to Insomnia, as they yearn for a more suitable option.

I'm trying to cover a 1-on-1 comparison of features of Insomnia and how Hoppscotch can help you build, test, and share APIs:

At Hoppscotch, we are building an API development ecosystem with a core focus on providing the best developer experience. In this blog, we will explore the features of Hoppscotch and explain how it can enhance your API-building and testing experience.

Open Source

​Hoppscotch's open-source nature has helped to keep the contributors, users, and developers in sync. The transparency and trust built over time have led to swiftly addressing the issues, conducting open discussions on feature requests, and delivering a stable and reliable platform.

Collections

As the name suggests, a collection is an organized group of API requests. With Hoppscotch, you can create any number of collections and organize the saved requests inside folders for better navigation.

Multi-Protocol Support

Execute REST API requests, and GraphQL queries, and work with Real-time protocols like Web Socket, Socket.IO, SSE, and MQTT.

Environments

An environment is a reusable set of key-value pairs that can be utilized in creating requests and writing scripts. It also helps to manage the shared data among the team members in a workspace. While accessing the environment variables in the Request URL Bar, Hoppscotch offers an edit property to make changes to the variables then and there if needed.

Tests and Scripts

Create test cases and perform test runs on responses you receive after sending requests. Hoppscotch provides JavaScript APIs that can be used in writing pre-request scripts and building tests. Use snippets present at the sidebar for different fields to know more about them.

History

Keep track of your API requests and responses with Hoppscotch. As soon as you hit send to initiate a request, the call is recorded by Hoppscotch and saved under History. To check out the past requests click on the History icon and access when needed.

Team Collaboration

Use Hoppscotch Teams to create an instant API development environment with your team members or invite collaborators outside your organization to contribute to it. Manage the permissions and assign suitable roles as needed.

Hoppscotch CLI

Set up Hoppscotch CLI and configure your APIs by exporting the collections and environments. Follow a set of commands to get a test summary of the API.

Self-Host Support

To attain complete control of your API development workflow try Hoppscotch's self-host version. Configure and set up Hoppscotch on your local machine and get access to the admin dashboard where you can manage teams and users in your workspace.

And that's a wrap. Explore Hoppscotch and stay tuned with releases to track what's cooking and new on our platform.

If you want to contribute to OSS and make an impact, I believe it is a great place to start & build out amazing things. Oh, remember to Star the repo as well.

GitHub logo hoppscotch / hoppscotch

πŸ‘½ Open source API development ecosystem - https://hoppscotch.io

Top comments (0)