-
-const vtk = await window.vtkReady;
-
-
-
-The following sections will guide you through the essential aspects of using VTK.wasm with JavaScript:
-
-- [Primer on VTK.wasm](./primer.md)
-- [HTML Script Tag](./plain.md)
-- [Bundler Integration](./bundler.md)
diff --git a/docs/guide/js/integration.md b/docs/guide/js/integration.md
new file mode 100644
index 0000000..93778ad
--- /dev/null
+++ b/docs/guide/js/integration.md
@@ -0,0 +1,79 @@
+# Adding VTK.wasm to a Project
+
+There are two ways to get VTK.wasm into a web project:
+
+- **HTML Script Tag** — load a prebuilt bundle from a CDN, no build step required. Best for quick prototypes, demos, and embedding into existing pages.
+- **Bundler** — install the `@kitware/vtk-wasm` package and `import` it. Best for application development with a tool like Vite.
+
+Either way you end up calling [`loadVtkWasm`](./loading.md); only how it reaches the page differs.
+
+## HTML Script Tag
+
+Use VTK.wasm directly in an HTML file using a `