Skip to main content

Ecosystem & Extensibility

BurgerAPI aims to provide a lean, fast core, focusing on the essentials for building modern web applications and APIs with Bun.

We believe in extensibility and plan to foster an ecosystem where additional functionalities, such as specific middleware or integrations, can be easily added to your project.

To explore and add middleware to your project, use the Burger API CLI:

  1. List available middleware:

    burger-api list
  2. Add middleware to your project:

    burger-api add <middleware-name>

This command downloads the middleware and places it in your project's ecosystem/middleware/ directory, making it easy to import and use.

Stay tuned for updates as the BurgerAPI ecosystem develops!