diff --git a/html/wrangler.jsonc b/html/wrangler.jsonc
new file mode 100644
index 0000000..60ca7cb
--- /dev/null
+++ b/html/wrangler.jsonc
@@ -0,0 +1,14 @@
+{
+ "$schema": "node_modules/wrangler/config-schema.json",
+ "name": "ntub",
+ "compatibility_date": "2026-04-14",
+ "observability": {
+ "enabled": true
+ },
+ "assets": {
+ "directory": "."
+ },
+ "compatibility_flags": [
+ "nodejs_compat"
+ ]
+}