HopFront is the best way to interact with APIs.
- 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.
HopFront is currently available as a Docker image, follow the installation guide here.
HopFront is built using Next.js.
Running the development server:
npm run dev
# or
yarn dev
# or
pnpm dev