Frameworks

Framework adapters

First-party @getworkbench adapters for Hono, Express, Next.js, NestJS, and ten other Node and Bun frameworks.

Workbench ships a first-party @getworkbench/<framework> package for each supported stack. Every adapter is a thin wrapper around @getworkbench/core — same dashboard, same API, different mount surface.

Choosing an adapter

bull-boardWorkbench
@bull-board/express@getworkbench/express
@bull-board/fastify@getworkbench/fastify
@bull-board/koa@getworkbench/koa
@bull-board/nestjs@getworkbench/nestjs
@bull-board/hono@getworkbench/hono
@bull-board/h3@getworkbench/h3
@bull-board/elysia@getworkbench/elysia

Run npx @getworkbench/cli init to swap a bull-board mount in one command.

SSR frameworks

Next.js, Astro, Nuxt, and TanStack Start don't host BullMQ workers in the framework server process. Run workers in a sibling process. See SSR and workers.

Need help picking?

Use the CLI — it detects your framework automatically:

$
npx @getworkbench/cli init

Each framework page below includes install steps, a mount snippet, links to the npm package and GitHub example, and a blog post with a longer walkthrough.