diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 5892af73..a9c5f796 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -669,9 +669,6 @@ importers:
'@strudel.cycles/osc':
specifier: workspace:*
version: link:../packages/osc
- '@strudel.cycles/react':
- specifier: workspace:*
- version: link:../packages/react
'@strudel.cycles/serial':
specifier: workspace:*
version: link:../packages/serial
diff --git a/website/package.json b/website/package.json
index b2c5f39a..7557bdc6 100644
--- a/website/package.json
+++ b/website/package.json
@@ -27,7 +27,6 @@
"@strudel.cycles/midi": "workspace:*",
"@strudel.cycles/mini": "workspace:*",
"@strudel.cycles/osc": "workspace:*",
- "@strudel.cycles/react": "workspace:*",
"@strudel.cycles/serial": "workspace:*",
"@strudel.cycles/soundfonts": "workspace:*",
"@strudel.cycles/tonal": "workspace:*",
diff --git a/website/public/dependencygraph.svg b/website/public/dependencygraph.svg
index 62fadac7..27f48833 100644
--- a/website/public/dependencygraph.svg
+++ b/website/public/dependencygraph.svg
@@ -96,12 +96,6 @@
-
-
-@strudel.cycles/react@0.6.0
-
-@strudel.cycles/react@0.6.0
-
@strudel.cycles/serial@0.6.0
diff --git a/website/src/components/HeadCommon.astro b/website/src/components/HeadCommon.astro
index ab18500f..cb3e605a 100644
--- a/website/src/components/HeadCommon.astro
+++ b/website/src/components/HeadCommon.astro
@@ -46,41 +46,9 @@ const baseNoTrailing = BASE_URL.endsWith('/') ? BASE_URL.slice(0, -1) : BASE_URL
{pwaInfo && }