[object Object]

← back to build-pages

registry: add asseeninmovies + starsofdesign + build-pages (self-doc) — now 4 journals

99da4a969d9a102fc6121d0aecd0d7d9cafd3568 · 2026-05-13 12:47:13 -0700 · SteveStudio2

Files touched

Diff

commit 99da4a969d9a102fc6121d0aecd0d7d9cafd3568
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date:   Wed May 13 12:47:13 2026 -0700

    registry: add asseeninmovies + starsofdesign + build-pages (self-doc) — now 4 journals
---
 server.js | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/server.js b/server.js
index 835abe3..431c688 100644
--- a/server.js
+++ b/server.js
@@ -38,6 +38,24 @@ const PROJECTS = {
     blurb: 'We wait on hold so you don\'t have to. Twilio Voice + Whisper transcripts + optional AI agent.',
     aliases: ['holdforme'],
   },
+  asseeninmovies: {
+    name: 'AsSeenInMovies',
+    repo: path.join(HOME, 'Projects/asseeninmovies'),
+    blurb: 'IMDb-class catalog with the "SPOTTED" community layer — what fictional decor / fashion / cars are real, and where to buy them.',
+    aliases: ['asim'],
+  },
+  starsofdesign: {
+    name: 'Stars of Design',
+    repo: path.join(HOME, 'Projects/starsofdesign'),
+    blurb: 'A curated directory of the most influential interior designers + their firms + their real DW clients.',
+    aliases: ['sod'],
+  },
+  'build-pages': {
+    name: 'build-pages',
+    repo: __dirname,
+    blurb: 'Live git-as-DB build journal for every shipped project. The page you\'re reading.',
+    aliases: [],
+  },
 };
 
 // ─────────────────────────────────────────────────────────────────────────────

← 7ebd20c Makefile + .deploy.conf + /robots.txt + 2 smoke (parity with  ·  back to build-pages  ·  search: ?q= deep-link — input hydrates from URL + replaceSta 9cd86d6 →