[object Object]

← back to Handcraftedwallpaper

brand: replace remaining fake brand globally → 'handcraftedwallpaper' across head/meta/wordmark/footer — enforces MEMORY brand-stem rule

743d890af49543c92a4b8da0ee320f4a72727e71 · 2026-05-13 07:15:16 -0700 · Steve

Files touched

Diff

commit 743d890af49543c92a4b8da0ee320f4a72727e71
Author: Steve <steve@designerwallcoverings.com>
Date:   Wed May 13 07:15:16 2026 -0700

    brand: replace remaining fake brand globally → 'handcraftedwallpaper' across head/meta/wordmark/footer — enforces MEMORY brand-stem rule
---
 ecosystem.config.cjs | 20 ++++++++++++++++++++
 public/index.html    | 16 ++++++++--------
 2 files changed, 28 insertions(+), 8 deletions(-)

diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs
new file mode 100644
index 0000000..04dc0dd
--- /dev/null
+++ b/ecosystem.config.cjs
@@ -0,0 +1,20 @@
+module.exports = {
+  apps: [{
+    name: "handcraftedwallpaper",
+    script: "server.js",
+    cwd: __dirname,
+    env: {
+      HOST: "0.0.0.0",
+      BIND: "0.0.0.0",
+      FLASK_RUN_HOST: "0.0.0.0",
+      UVICORN_HOST: "0.0.0.0",
+      GUNICORN_BIND: "0.0.0.0:8000",
+      HOSTNAME: "0.0.0.0",
+      VITE_HOST: "0.0.0.0",
+      NEXT_TELEMETRY_DISABLED: "1",
+      PORT: "9897",
+    },
+    autorestart: true,
+    max_memory_restart: "300M",
+  }],
+};
diff --git a/public/index.html b/public/index.html
index 26c057a..06d0aee 100644
--- a/public/index.html
+++ b/public/index.html
@@ -14,8 +14,8 @@
 </script>
 
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
-<title>Telaio — hand-made. Woven by hand.</title>
-<meta name="description" content="Telaio is a curated atelier dedicated entirely to hand-made. We do one thing — and we do it carefully.">
+<title>handcraftedwallpaper — hand-made. Woven by hand.</title>
+<meta name="description" content="handcraftedwallpaper is a curated atelier dedicated entirely to hand-made. We do one thing — and we do it carefully.">
 <meta name="theme-color" content="#F4F0E6">
 <link rel="canonical" href="https://handcraftedwallpaper.com/">
 <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;1,400&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
@@ -24,7 +24,7 @@
 {
   "@context": "https://schema.org",
   "@type": "Organization",
-  "name": "Telaio",
+  "name": "handcraftedwallpaper",
   "url": "https://handcraftedwallpaper.com/",
   "email": "info@handcraftedwallpaper.com"
 }
@@ -230,7 +230,7 @@ textarea:focus-visible,
 <header class="ns-header">
         <a href="/" class="ns-brand" aria-label="Home">
             <span class="ns-dot"></span>
-            <span class="ns-name">Telaio</span>
+            <span class="ns-name">handcraftedwallpaper</span>
         </a>
         <nav class="ns-nav" id="nsPrimaryNav" aria-label="Primary">
             <a href="/">Home</a>
@@ -250,7 +250,7 @@ textarea:focus-visible,
             <div class="ns-actions">
                 <a class="ns-action" href="#contact" onclick="nsContactClose()"><span class="ico">📋</span><div class="txt"><b>Get a Quote</b><span>Project specs → priced estimate</span></div></a>
                 <a class="ns-action" href="#contact" onclick="nsContactClose();openModal();"><span class="ico">📦</span><div class="txt"><b>Order a Sample</b><span>Free swatch to your shop</span></div></a>
-                <a class="ns-action" href="mailto:info@handcraftedwallpaper.com?subject=Telaio%20inquiry"><span class="ico">✉️</span><div class="txt"><b>Email Us</b><span>info@handcraftedwallpaper.com</span></div></a>
+                <a class="ns-action" href="mailto:info@handcraftedwallpaper.com?subject=handcraftedwallpaper%20inquiry"><span class="ico">✉️</span><div class="txt"><b>Email Us</b><span>info@handcraftedwallpaper.com</span></div></a>
                 <a class="ns-action" href="tel:888-373-4564"><span class="ico">📞</span><div class="txt"><b>Call Us</b><span>(888) 373-4564 · M–F, 9–5 PT</span></div></a>
             </div>
         </div>
@@ -349,8 +349,8 @@ textarea:focus-visible,
 <footer>
   <div class="footer-grid">
     <div>
-      <div class="footer-brand">Telaio</div>
-      <p class="footer-text">Telaio — real samples ship free.</p>
+      <div class="footer-brand">handcraftedwallpaper</div>
+      <p class="footer-text">handcraftedwallpaper — real samples ship free.</p>
       <p class="footer-text" style="margin-top:14px;font-size:11px;letter-spacing:0.18em;text-transform:uppercase;font-weight:600;color:var(--paper);opacity:0.7"><a href="/about" style="color:inherit;text-decoration:none;border-bottom:1px solid var(--accent)">About →</a></p>
     </div>
     <div class="footer-col">
@@ -370,7 +370,7 @@ textarea:focus-visible,
     </div>
   </div>
   <div class="footer-bottom">
-    <span>handcraftedwallpaper.com · Telaio</span>
+    <span>handcraftedwallpaper.com · handcraftedwallpaper</span>
     <span><a href="mailto:info@handcraftedwallpaper.com" style="color:var(--paper);text-decoration:none;border-bottom:1px solid var(--accent);padding-bottom:1px">info@handcraftedwallpaper.com</a></span>
     <span id="footerStat"></span>
   </div>

← 3ab0550 fleet-grid refine: chip_uniform_aspect (handcraftedwallpaper  ·  back to Handcraftedwallpaper  ·  header: remove duplicate <header> with dwmOpen-contact (was be542c5 →