/hopfront

The best way to interact with your APIs

Primary LanguageTypeScriptOtherNOASSERTION

HopFront

HopFront is the best way to interact with APIs.

HopFront Screenshot

Features

  • Set up in literally 2 minutes.
    • you just need an OpenAPI spec (which can be automatically generated if you don't already have one).
  • Browse & query your API in a Human-friendly way.
    • HopFront understands relationships between your endpoints, no more copy/pasting your ids everywhere!
  • Build custom and dynamic dashboards.
    • Useful for rapidly building internal tools or personalized UIs based on your daily API interactions.

Installation

HopFront is currently available as a Docker image, follow the installation guide here.

Contributing

Getting Started

HopFront is built using Next.js.

Running the development server:

npm run dev
# or
yarn dev
# or
pnpm dev