Hono
Hono. @bull-board/hono gives you a Hono sub-app.
Install
@hono/node-server is only for Node.js. On Bun, Deno, or Workers bring your own serve function, see the Hono docs.
serve and serveStatic depend on the runtime, check the example for Node, Bun, Deno variants. HonoAdapter takes the runtime's serveStatic helper in the constructor so it can serve the bundled UI assets.
Full runnable example
- Simple setup:
examples/with-hono
Next steps
- UIConfig: title, logo, locale, polling.
- Read-only mode: disable destructive actions.
- Visibility guard: scope visible queues per request.
- Formatters: rewrite job fields for the UI.