You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: improve bull-board discoverability across npm, GitHub, and site
Add bull-board keywords and migration copy to all packages, surface the
comparison on the homepage, and wire vs Bull Board links in site nav.
Co-authored-by: Cursor <cursoragent@cursor.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Changed
11
11
12
12
-**`@getworkbench/core`** README updated: full adapter list, Redis auto-discovery, `WorkbenchOptions` table, `createFetchHandler` example, and `ioredis` peer in install instructions.
13
+
-**npm discoverability** — all publishable packages now include `bull-board`, `bull-board-alternative`, and `@bull-board` keywords plus comparison-focused descriptions.
14
+
-**GitHub / npm READMEs** — migration section from `@bull-board/*` to `@getworkbench/*` on root README and every adapter README.
15
+
-**getworkbench.dev** — homepage comparison section with compact feature table, plus "vs Bull Board" in nav and footer.
Workbench is a drop-in alternative with thirteen first-party framework adapters, FlowProducer DAGs, error triage, and a keyboard-driven UI.
26
+
27
+
| bull-board | Workbench |
28
+
| --- | --- |
29
+
|`@bull-board/express`|`@getworkbench/express`|
30
+
|`@bull-board/fastify`|`@getworkbench/fastify`|
31
+
|`@bull-board/koa`|`@getworkbench/koa`|
32
+
|`@bull-board/nestjs`|`@getworkbench/nestjs`|
33
+
|`@bull-board/hono`|`@getworkbench/hono`|
34
+
|`@bull-board/h3`|`@getworkbench/h3`|
35
+
|`@bull-board/elysia`|`@getworkbench/elysia`|
36
+
37
+
Run `npx @getworkbench/cli init` to swap the mount in one command. Full comparison: [getworkbench.dev/blog/workbench-vs-bull-board](https://getworkbench.dev/blog/workbench-vs-bull-board)
Copy file name to clipboardExpand all lines: packages/adonis/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@ AdonisJS adapter for [Workbench](https://getworkbench.dev) — a beautiful, open
10
10
11
11
Works with AdonisJS 6 and 7. Mounts as catch-all routes in your existing Adonis app.
12
12
13
+
## Migrating from bull-board?
14
+
15
+
Workbench covers the same BullMQ use case with a modern UI, broader framework support, and a one-command install. Remove your `@bull-board/*` packages and run `npx @getworkbench/cli init`.
16
+
17
+
Full comparison: [Workbench vs Bull Board](https://getworkbench.dev/blog/workbench-vs-bull-board)
Copy file name to clipboardExpand all lines: packages/astro/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@ Astro adapter for [Workbench](https://getworkbench.dev) — a beautiful, open-so
10
10
11
11
Mounts as a single catch-all route in your existing Astro app. No separate service.
12
12
13
+
## Migrating from bull-board?
14
+
15
+
Workbench covers the same BullMQ use case with a modern UI, broader framework support, and a one-command install. Remove your `@bull-board/*` packages and run `npx @getworkbench/cli init`.
16
+
17
+
Full comparison: [Workbench vs Bull Board](https://getworkbench.dev/blog/workbench-vs-bull-board)
Copy file name to clipboardExpand all lines: packages/bun/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@
10
10
11
11
Returns a `fetch` handler you drop straight into `Bun.serve({ fetch })`. No router, no framework, no separate service.
12
12
13
+
## Migrating from bull-board?
14
+
15
+
Workbench covers the same BullMQ use case with a modern UI, broader framework support, and a one-command install. Remove your `@bull-board/*` packages and run `npx @getworkbench/cli init`.
16
+
17
+
Full comparison: [Workbench vs Bull Board](https://getworkbench.dev/blog/workbench-vs-bull-board)
0 commit comments