diff --git a/containers/novela/editor-src/.gitignore b/containers/novela/editor-src/.gitignore
new file mode 100644
index 0000000..504afef
--- /dev/null
+++ b/containers/novela/editor-src/.gitignore
@@ -0,0 +1,2 @@
+node_modules/
+package-lock.json
diff --git a/containers/novela/editor-src/build.mjs b/containers/novela/editor-src/build.mjs
new file mode 100644
index 0000000..8ed0faa
--- /dev/null
+++ b/containers/novela/editor-src/build.mjs
@@ -0,0 +1,25 @@
+// Bundles the Tiptap visual editor into a single browser file that the editor
+// page loads with a plain
+
+