Chapar - Native API Testing Tool

Chapar is an upcoming native API testing tool built with GoLang, designed to simplify and expedite the testing process for developers. While still in its early beta phase, Chapar aims to offer a user-friendly experience with support for both HTTP and gRPC protocols with. Chapar is a cross-platform application with binary builds available for macOS, Linux, and Windows.

Source Code · Quick start · Website · Slack

State of the project

Chapar is currently in the early beta phase and under active development, with regular updates and improvements planned to enhance the user experience and functionality.


DBCTL - Database Container Management Tool

DBCTL is a tool designed to make running a database in a Docker container easy and fast. It offers the following features and more:

  • Run a database with applied migration files and sample data.
  • Access the connection URL and use your preferred tools to connect to the database.
  • Launch a user interface (UI) for managing the database, if available.
  • Enable users to quickly run tests in a fresh database.
  • Cleanup databases once you’re finished using them!

Source Code · Docs


Crud - A lightweight and user-friendly web-based admin panel for Golang applications.

Crud is a lightweight and user-friendly web-based admin panel for Golang applications. It simplifies the process of managing database tables by offering a straightforward CRUD (Create, Read, Update, Delete) user interface. With minimal configuration, you can quickly set up and customize an admin dashboard for your application, saving you time and effort.

Source Code