[object Object]

← back to Calendar Agentabrams

calendar-agentabrams: BHV posting calendar (schedule engine + server + page)

49bf8b912eb7e7a227a6a5dff46f6626b60636be · 2026-08-06 16:16:37 -0700 · Steve Abrams

Files touched

Diff

commit 49bf8b912eb7e7a227a6a5dff46f6626b60636be
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Aug 6 16:16:37 2026 -0700

    calendar-agentabrams: BHV posting calendar (schedule engine + server + page)
---
 .gitignore            |   4 +
 data/films.json       | 310 +++++++++++++++++++
 data/store-films.json | 830 ++++++++++++++++++++++++++++++++++++++++++++++++++
 node_modules          |   1 +
 package.json          |   1 +
 public/index.html     |  90 ++++++
 schedule.mjs          |  69 +++++
 server.js             |  18 ++
 8 files changed, 1323 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1bcdbdc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+node_modules/
+.env*
+*.log
+.DS_Store
diff --git a/data/films.json b/data/films.json
new file mode 100644
index 0000000..3aabea6
--- /dev/null
+++ b/data/films.json
@@ -0,0 +1,310 @@
+[
+ {
+  "name": "Spago Beverly Hills",
+  "slug": "spago",
+  "blurb": "Wolfgang Puck’s flagship on Canon Drive — the restaurant that helped define California fine dining.",
+  "src": "/video/spago.mp4",
+  "poster": "/video/spago.jpg"
+ },
+ {
+  "name": "Funke",
+  "slug": "funke",
+  "blurb": "Tucked along South Santa Monica Boulevard, Funke is chef Evan Funke's temple to handmade pasta.",
+  "src": "/video/funke.mp4",
+  "poster": "/video/funke.jpg"
+ },
+ {
+  "name": "Mr. Chow",
+  "slug": "mr-chow",
+  "blurb": "On North Camden Drive, Mr. Chow has been Beverly Hills' theater of Beijing cuisine since 1974.",
+  "src": "/video/mr-chow.mp4",
+  "poster": "/video/mr-chow.jpg"
+ },
+ {
+  "name": "Il Pastaio",
+  "slug": "il-pastaio",
+  "blurb": "At the corner of Canon and Brighton, Il Pastaio is Beverly Hills' beloved sidewalk trattoria.",
+  "src": "/video/il-pastaio.mp4",
+  "poster": "/video/il-pastaio.jpg"
+ },
+ {
+  "name": "Matsuhisa",
+  "slug": "matsuhisa",
+  "blurb": "On La Cienega, Matsuhisa is where Nobu Matsuhisa changed sushi forever.",
+  "src": "/video/matsuhisa.mp4",
+  "poster": "/video/matsuhisa.jpg"
+ },
+ {
+  "name": "Lawry's The Prime Rib",
+  "slug": "lawry-s-the-prime-rib",
+  "blurb": "Since 1938, Lawry's The Prime Rib has carved its legend tableside from gleaming silver carts.",
+  "src": "/video/lawry-s-the-prime-rib.mp4",
+  "poster": "/video/lawry-s-the-prime-rib.jpg"
+ },
+ {
+  "name": "Avra Beverly Hills",
+  "slug": "avra-beverly-hills",
+  "blurb": "On North Beverly Drive, Avra brings the Greek islands to Beverly Hills.",
+  "src": "/video/avra-beverly-hills.mp4",
+  "poster": "/video/avra-beverly-hills.jpg"
+ },
+ {
+  "name": "The Grill on the Alley",
+  "slug": "the-grill-on-the-alley",
+  "blurb": "Tucked off Dayton Way, The Grill on the Alley is Beverly Hills' quintessential power-lunch table.",
+  "src": "/video/the-grill-on-the-alley.mp4",
+  "poster": "/video/the-grill-on-the-alley.jpg"
+ },
+ {
+  "name": "E. Baldi",
+  "slug": "e-baldi",
+  "blurb": "On Canon Drive, E. Baldi is Beverly Hills' insider Italian, run by Giorgio Baldi's son Edoardo.",
+  "src": "/video/e-baldi.mp4",
+  "poster": "/video/e-baldi.jpg"
+ },
+ {
+  "name": "La Scala",
+  "slug": "la-scala",
+  "blurb": "A Beverly Hills institution since 1956, La Scala on Canon Drive is home of the original chopped salad.",
+  "src": "/video/la-scala.mp4",
+  "poster": "/video/la-scala.jpg"
+ },
+ {
+  "name": "Nate 'n Al's",
+  "slug": "nate-n-al-s",
+  "blurb": "On Beverly Drive since 1945, Nate 'n Al's is the beloved deli of Beverly Hills.",
+  "src": "/video/nate-n-al-s.mp4",
+  "poster": "/video/nate-n-al-s.jpg"
+ },
+ {
+  "name": "Wally's",
+  "slug": "wally-s",
+  "blurb": "On Canon Drive, Wally's pairs a world-class wine list with polished market cuisine. What began as a…",
+  "src": "/video/wally-s.mp4",
+  "poster": "/video/wally-s.jpg"
+ },
+ {
+  "name": "The Polo Lounge",
+  "slug": "the-polo-lounge",
+  "blurb": "Inside the pink-and-green Beverly Hills Hotel, the Polo Lounge is old Hollywood itself. Since 1941,…",
+  "src": "/video/the-polo-lounge.mp4",
+  "poster": "/video/the-polo-lounge.jpg"
+ },
+ {
+  "name": "The Belvedere",
+  "slug": "the-belvedere",
+  "blurb": "At the Peninsula Beverly Hills, The Belvedere is refined hotel dining at its finest. A jewel-box…",
+  "src": "/video/the-belvedere.mp4",
+  "poster": "/video/the-belvedere.jpg"
+ },
+ {
+  "name": "Steak 48",
+  "slug": "steak-48",
+  "blurb": "On Canon Drive, Steak 48 brings modern steakhouse energy to Beverly Hills. An open kitchen, seafood…",
+  "src": "/video/steak-48.mp4",
+  "poster": "/video/steak-48.jpg"
+ },
+ {
+  "name": "Il Cielo",
+  "slug": "il-cielo",
+  "blurb": "On Burton Way, Il Cielo is Beverly Hills' most romantic dinner. A twinkling garden of fairy lights…",
+  "src": "/video/il-cielo.mp4",
+  "poster": "/video/il-cielo.jpg"
+ },
+ {
+  "name": "Cipriani",
+  "slug": "cipriani",
+  "blurb": "The Venetian legend arrives in Beverly Hills. Cipriani brings its Bellinis, its carpaccio, and its…",
+  "src": "/video/cipriani.mp4",
+  "poster": "/video/cipriani.jpg"
+ },
+ {
+  "name": "CUT by Wolfgang Puck",
+  "blurb": "Inside the Beverly Wilshire, CUT is Wolfgang Puck's Michelin-starred modern steakhouse — the room…",
+  "src": "/video/cut.mp4",
+  "poster": "/video/cut.jpg",
+  "slug": "cut"
+ },
+ {
+  "name": "Mastro's Steakhouse Beverly Hills",
+  "blurb": "On North Canon Drive, Mastro's is the steakhouse where Beverly Hills celebrates — live music, the…",
+  "src": "/video/mastros.mp4",
+  "poster": "/video/mastros.jpg",
+  "slug": "mastros"
+ },
+ {
+  "name": "Nozawa Bar",
+  "slug": "nozawa-bar",
+  "blurb": "Hidden behind Sugarfish on Canon Drive, Nozawa Bar is Beverly Hills' most exclusive sushi counter —…",
+  "src": "/video/nozawa-bar.mp4",
+  "poster": "/video/nozawa-bar.jpg"
+ },
+ {
+  "name": "matu",
+  "slug": "matu",
+  "blurb": "On Canon Drive, matu is a minimalist temple to one thing done perfectly — single-ranch Wagyu,…",
+  "src": "/video/matu.mp4",
+  "poster": "/video/matu.jpg"
+ },
+ {
+  "name": "Porta Via",
+  "slug": "porta-via",
+  "blurb": "On Canon Drive, Porta Via is Beverly Hills' beloved market-driven cafe — sunny, effortless, and…",
+  "src": "/video/porta-via.mp4",
+  "poster": "/video/porta-via.jpg"
+ },
+ {
+  "name": "Via Alloro",
+  "slug": "via-alloro",
+  "blurb": "On Brighton Way, Via Alloro brings warm Tuscan hospitality to the heart of Beverly Hills. Handmade…",
+  "src": "/video/via-alloro.mp4",
+  "poster": "/video/via-alloro.jpg"
+ },
+ {
+  "name": "Culina, Four Seasons",
+  "slug": "culina-four-seasons",
+  "blurb": "At the Four Seasons, Culina is modern Italian dining with a crudo bar and a glamorous garden…",
+  "src": "/video/culina-four-seasons.mp4",
+  "poster": "/video/culina-four-seasons.jpg"
+ },
+ {
+  "name": "The Blvd",
+  "slug": "the-blvd",
+  "blurb": "Inside the Beverly Wilshire on Rodeo Drive, The Blvd is the ultimate people-watching table.…",
+  "src": "/video/the-blvd.mp4",
+  "poster": "/video/the-blvd.jpg"
+ },
+ {
+  "name": "Dante Beverly Hills",
+  "slug": "dante-beverly-hills",
+  "blurb": "Atop The Maybourne, Dante is Beverly Hills' most glamorous rooftop — Italian coastal cooking,…",
+  "src": "/video/dante-beverly-hills.mp4",
+  "poster": "/video/dante-beverly-hills.jpg"
+ },
+ {
+  "name": "Sugarfish Beverly Hills",
+  "slug": "sugarfish-beverly-hills",
+  "blurb": "On Canon Drive, Sugarfish brought chef Kazunori Nozawa's philosophy to everyone — warm rice,…",
+  "src": "/video/sugarfish-beverly-hills.mp4",
+  "poster": "/video/sugarfish-beverly-hills.jpg"
+ },
+ {
+  "name": "Tempura Endo",
+  "slug": "tempura-endo",
+  "blurb": "Tempura Endo brings a centuries-old Kyoto lineage to Beverly Hills — an intimate counter devoted to…",
+  "src": "/video/tempura-endo.mp4",
+  "poster": "/video/tempura-endo.jpg"
+ },
+ {
+  "name": "Frida Beverly Hills",
+  "slug": "frida-beverly-hills",
+  "blurb": "On Burton Way, Frida serves refined regional Mexican in a warm, art-filled room. Handmade moles,…",
+  "src": "/video/frida-beverly-hills.mp4",
+  "poster": "/video/frida-beverly-hills.jpg"
+ },
+ {
+  "name": "The Honor Bar",
+  "slug": "the-honor-bar",
+  "blurb": "On South Beverly Drive, The Honor Bar is the Hillstone group's polished neighborhood favorite —…",
+  "src": "/video/the-honor-bar.mp4",
+  "poster": "/video/the-honor-bar.jpg"
+ },
+ {
+  "name": "Marea",
+  "slug": "marea",
+  "blurb": "On Camden Drive, Marea brings its acclaimed New York coastal Italian to Beverly Hills — luxurious…",
+  "src": "/video/marea.mp4",
+  "poster": "/video/marea.jpg"
+ },
+ {
+  "name": "Ocean Prime",
+  "slug": "ocean-prime",
+  "blurb": "On Wilshire Boulevard, Ocean Prime is a glamorous surf-and-turf destination — prime steaks,…",
+  "src": "/video/ocean-prime.mp4",
+  "poster": "/video/ocean-prime.jpg"
+ },
+ {
+  "name": "Azur Beverly Hills",
+  "slug": "azur-beverly-hills",
+  "blurb": "New to Canon Drive, Azur brings the French Riviera to Beverly Hills — sun-washed Mediterranean…",
+  "src": "/video/azur-beverly-hills.mp4",
+  "poster": "/video/azur-beverly-hills.jpg"
+ },
+ {
+  "name": "Bad Roman",
+  "slug": "bad-roman",
+  "blurb": "In the former Palm space on Canon Drive, Bad Roman is theatrical, over-the-top Italian-American —…",
+  "src": "/video/bad-roman.mp4",
+  "poster": "/video/bad-roman.jpg"
+ },
+ {
+  "name": "88 Club",
+  "slug": "88-club",
+  "blurb": "On Santa Monica Boulevard, 88 Club is Beverly Hills' glamorous take on the Chinese supper club —…",
+  "src": "/video/88-club.mp4",
+  "poster": "/video/88-club.jpg"
+ },
+ {
+  "name": "Fogo de Chao",
+  "slug": "fogo-de-chao",
+  "blurb": "On Restaurant Row, Fogo de Chao brings Brazilian churrasco to Beverly Hills — endless fire-roasted…",
+  "src": "/video/fogo-de-chao.mp4",
+  "poster": "/video/fogo-de-chao.jpg"
+ },
+ {
+  "name": "The Rooftop by JG",
+  "slug": "the-rooftop-by-jg",
+  "blurb": "Atop the Waldorf Astoria, The Rooftop by JG pairs Jean-Georges Vongerichten's cooking with sweeping…",
+  "src": "/video/the-rooftop-by-jg.mp4",
+  "poster": "/video/the-rooftop-by-jg.jpg"
+ },
+ {
+  "name": "The Hideaway",
+  "slug": "the-hideaway",
+  "blurb": "Inside the Rodeo Collection, The Hideaway is a glamorous Mexican steakhouse — prime cuts with a…",
+  "src": "/video/the-hideaway.mp4",
+  "poster": "/video/the-hideaway.jpg"
+ },
+ {
+  "name": "The Terrace at The Maybourne",
+  "slug": "the-terrace-at-the-maybourne",
+  "blurb": "At The Maybourne, The Terrace is an idyllic all-day retreat overlooking Beverly Canon Gardens —…",
+  "src": "/video/the-terrace-at-the-maybourne.mp4",
+  "poster": "/video/the-terrace-at-the-maybourne.jpg"
+ },
+ {
+  "name": "Miura",
+  "slug": "miura",
+  "blurb": "On Rodeo Drive, Miura is a Michelin-starred edomae sushi counter led by chef Derek Wilcox —…",
+  "src": "/video/miura.mp4",
+  "poster": "/video/miura.jpg"
+ },
+ {
+  "name": "South Beverly Grill",
+  "slug": "south-beverly-grill",
+  "blurb": "On South Beverly Drive, South Beverly Grill is the Hillstone group's polished all-day favorite — a…",
+  "src": "/video/south-beverly-grill.mp4",
+  "poster": "/video/south-beverly-grill.jpg"
+ },
+ {
+  "name": "Piccolo Paradiso",
+  "slug": "piccolo-paradiso",
+  "blurb": "On South Beverly Drive, Piccolo Paradiso is the warm, family-run Italian the neighborhood adores —…",
+  "src": "/video/piccolo-paradiso.mp4",
+  "poster": "/video/piccolo-paradiso.jpg"
+ },
+ {
+  "name": "Kazan",
+  "slug": "kazan",
+  "blurb": "On La Cienega, Kazan is a Michelin Bib Gourmand ramen house — rich, soulful bowls and Japanese…",
+  "src": "/video/kazan.mp4",
+  "poster": "/video/kazan.jpg"
+ },
+ {
+  "name": "Xi'an",
+  "slug": "xi-an",
+  "blurb": "On Canon Drive since 1996, Xi'an is Beverly Hills' beloved healthy Chinese institution — lighter,…",
+  "src": "/video/xi-an.mp4",
+  "poster": "/video/xi-an.jpg"
+ }
+]
diff --git a/data/store-films.json b/data/store-films.json
new file mode 100644
index 0000000..1a5eccf
--- /dev/null
+++ b/data/store-films.json
@@ -0,0 +1,830 @@
+[
+ {
+  "name": "Gucci",
+  "slug": "gucci",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Florentine heritage on Rodeo Drive — and, above, the Michelin-starred Gucci Osteria.",
+  "src": "/video/store/gucci.mp4",
+  "poster": "/video/store/gucci.jpg"
+ },
+ {
+  "name": "Chanel",
+  "slug": "chanel",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "The house of Coco Chanel — tweed, No. 5, and timeless Parisian elegance.",
+  "src": "/video/store/chanel.mp4",
+  "poster": "/video/store/chanel.jpg"
+ },
+ {
+  "name": "Louis Vuitton",
+  "slug": "louis-vuitton",
+  "type": "store",
+  "category": "Fashion / Accessories",
+  "blurb": "The French maison of trunks and savoir-faire, anchoring Rodeo Drive.",
+  "src": "/video/store/louis-vuitton.mp4",
+  "poster": "/video/store/louis-vuitton.jpg"
+ },
+ {
+  "name": "Dior",
+  "slug": "dior",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Parisian couture and the New Look — a cornerstone of Beverly Hills style.",
+  "src": "/video/store/dior.mp4",
+  "poster": "/video/store/dior.jpg"
+ },
+ {
+  "name": "Prada",
+  "slug": "prada",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Milanese minimalism and sharp tailoring, in a boutique like a gallery.",
+  "src": "/video/store/prada.mp4",
+  "poster": "/video/store/prada.jpg"
+ },
+ {
+  "name": "Hermès",
+  "slug": "hermes",
+  "type": "store",
+  "category": "Fashion / Accessories",
+  "blurb": "Fine leather and silk — quiet, exacting craftsmanship.",
+  "src": "/video/store/hermes.mp4",
+  "poster": "/video/store/hermes.jpg"
+ },
+ {
+  "name": "Saint Laurent",
+  "slug": "saint-laurent",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Sharp tailoring, Le Smoking, and a rock-and-roll Parisian edge.",
+  "src": "/video/store/saint-laurent.mp4",
+  "poster": "/video/store/saint-laurent.jpg"
+ },
+ {
+  "name": "Ralph Lauren",
+  "slug": "ralph-lauren",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "American style at its most polished, refined, and heritage-minded.",
+  "src": "/video/store/ralph-lauren.mp4",
+  "poster": "/video/store/ralph-lauren.jpg"
+ },
+ {
+  "name": "Alexander McQueen",
+  "slug": "alexander-mcqueen",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "A legacy of artistry finds its place on Rodeo Drive.",
+  "src": "/video/store/alexander-mcqueen.mp4",
+  "poster": "/video/store/alexander-mcqueen.jpg"
+ },
+ {
+  "name": "Amiri",
+  "slug": "amiri",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Amiri: Distinctive design on the iconic drive.",
+  "src": "/video/store/amiri.mp4",
+  "poster": "/video/store/amiri.jpg"
+ },
+ {
+  "name": "Audemars Piguet",
+  "slug": "audemars-piguet",
+  "type": "store",
+  "category": "Watches",
+  "blurb": "Timeless craftsmanship finds its place on Rodeo Drive.",
+  "src": "/video/store/audemars-piguet.mp4",
+  "poster": "/video/store/audemars-piguet.jpg"
+ },
+ {
+  "name": "Balenciaga",
+  "slug": "balenciaga",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "A legacy of innovation, now gracing Rodeo Drive.",
+  "src": "/video/store/balenciaga.mp4",
+  "poster": "/video/store/balenciaga.jpg"
+ },
+ {
+  "name": "Bottega Veneta",
+  "slug": "bottega-veneta",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Quiet luxury finds its home on Rodeo Drive.",
+  "src": "/video/store/bottega-veneta.mp4",
+  "poster": "/video/store/bottega-veneta.jpg"
+ },
+ {
+  "name": "Breguet",
+  "slug": "breguet",
+  "type": "store",
+  "category": "Watches",
+  "blurb": "Timeless elegance finds its place on Rodeo Drive.",
+  "src": "/video/store/breguet.mp4",
+  "poster": "/video/store/breguet.jpg"
+ },
+ {
+  "name": "Breitling",
+  "slug": "breitling",
+  "type": "store",
+  "category": "Watches",
+  "blurb": "Timeless precision, elegantly displayed on Rodeo Drive.",
+  "src": "/video/store/breitling.mp4",
+  "poster": "/video/store/breitling.jpg"
+ },
+ {
+  "name": "Brioni",
+  "slug": "brioni",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Italian tailoring, Beverly Hills elegance.",
+  "src": "/video/store/brioni.mp4",
+  "poster": "/video/store/brioni.jpg"
+ },
+ {
+  "name": "Brunello Cucinelli",
+  "slug": "brunello-cucinelli",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Quiet elegance finds its place on Rodeo Drive.",
+  "src": "/video/store/brunello-cucinelli.mp4",
+  "poster": "/video/store/brunello-cucinelli.jpg"
+ },
+ {
+  "name": "Buccellati",
+  "slug": "buccellati",
+  "type": "store",
+  "category": "Jewelry",
+  "blurb": "Timeless artistry, an Italian legacy on Rodeo Drive.",
+  "src": "/video/store/buccellati.mp4",
+  "poster": "/video/store/buccellati.jpg"
+ },
+ {
+  "name": "Bulgari",
+  "slug": "bulgari",
+  "type": "store",
+  "category": "Jewelry / Watches",
+  "blurb": "Timeless elegance graces Rodeo Drive with the Roman artistry of Bulgari.",
+  "src": "/video/store/bulgari.mp4",
+  "poster": "/video/store/bulgari.jpg"
+ },
+ {
+  "name": "Burberry",
+  "slug": "burberry",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Timeless British style graces Rodeo Drive.",
+  "src": "/video/store/burberry.mp4",
+  "poster": "/video/store/burberry.jpg"
+ },
+ {
+  "name": "Canali",
+  "slug": "canali",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Canali: Impeccable Italian style graces Rodeo Drive.",
+  "src": "/video/store/canali.mp4",
+  "poster": "/video/store/canali.jpg"
+ },
+ {
+  "name": "Carolina Herrera",
+  "slug": "carolina-herrera",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Timeless elegance graces Rodeo Drive with Carolina Herrera.",
+  "src": "/video/store/carolina-herrera.mp4",
+  "poster": "/video/store/carolina-herrera.jpg"
+ },
+ {
+  "name": "Cartier",
+  "slug": "cartier",
+  "type": "store",
+  "category": "Jewelry / Watches",
+  "blurb": "Cartier: A legacy of exquisite craftsmanship on Rodeo Drive.",
+  "src": "/video/store/cartier.mp4",
+  "poster": "/video/store/cartier.jpg"
+ },
+ {
+  "name": "Celine",
+  "slug": "celine",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Celine: Parisian elegance finds its place on Rodeo Drive.",
+  "src": "/video/store/celine.mp4",
+  "poster": "/video/store/celine.jpg"
+ },
+ {
+  "name": "David Webb",
+  "slug": "david-webb",
+  "type": "store",
+  "category": "Jewelry",
+  "blurb": "Timeless artistry shines on Rodeo Drive.",
+  "src": "/video/store/david-webb.mp4",
+  "poster": "/video/store/david-webb.jpg"
+ },
+ {
+  "name": "David Yurman",
+  "slug": "david-yurman",
+  "type": "store",
+  "category": "Jewelry",
+  "blurb": "Timeless artistry shines on Rodeo Drive.",
+  "src": "/video/store/david-yurman.mp4",
+  "poster": "/video/store/david-yurman.jpg"
+ },
+ {
+  "name": "Dior Homme",
+  "slug": "dior-homme",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Rodeo Drive's quiet confidence, impeccably tailored.",
+  "src": "/video/store/dior-homme.mp4",
+  "poster": "/video/store/dior-homme.jpg"
+ },
+ {
+  "name": "Dolce & Gabbana",
+  "slug": "dolce-and-gabbana",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Italian artistry meets Beverly Hills glamour on Rodeo Drive.",
+  "src": "/video/store/dolce-and-gabbana.mp4",
+  "poster": "/video/store/dolce-and-gabbana.jpg"
+ },
+ {
+  "name": "Ermanno Scervino",
+  "slug": "ermanno-scervino",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Italian elegance graces Rodeo Drive with Ermanno Scervino’s timeless style.",
+  "src": "/video/store/ermanno-scervino.mp4",
+  "poster": "/video/store/ermanno-scervino.jpg"
+ },
+ {
+  "name": "Etro",
+  "slug": "etro",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Etro: A vibrant touch of Italian artistry on Rodeo Drive.",
+  "src": "/video/store/etro.mp4",
+  "poster": "/video/store/etro.jpg"
+ },
+ {
+  "name": "Fendi",
+  "slug": "fendi",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "An Italian legacy, elegantly gracing Rodeo Drive.",
+  "src": "/video/store/fendi.mp4",
+  "poster": "/video/store/fendi.jpg"
+ },
+ {
+  "name": "Frette Fine Linens",
+  "slug": "frette-fine-linens",
+  "type": "store",
+  "category": "Home",
+  "blurb": "Timeless comfort, elegantly presented on Rodeo Drive.",
+  "src": "/video/store/frette-fine-linens.mp4",
+  "poster": "/video/store/frette-fine-linens.jpg"
+ },
+ {
+  "name": "Gabriela Hearst",
+  "slug": "gabriela-hearst",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Timeless elegance finds its place on Rodeo Drive.",
+  "src": "/video/store/gabriela-hearst.mp4",
+  "poster": "/video/store/gabriela-hearst.jpg"
+ },
+ {
+  "name": "Giorgio Armani",
+  "slug": "giorgio-armani",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Timeless elegance graces Rodeo Drive with Giorgio Armani's presence.",
+  "src": "/video/store/giorgio-armani.mp4",
+  "poster": "/video/store/giorgio-armani.jpg"
+ },
+ {
+  "name": "Givenchy",
+  "slug": "givenchy",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Givenchy: Parisian elegance graces Rodeo Drive.",
+  "src": "/video/store/givenchy.mp4",
+  "poster": "/video/store/givenchy.jpg"
+ },
+ {
+  "name": "Golden Goose",
+  "slug": "golden-goose",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Italian artistry, Beverly Hills allure.",
+  "src": "/video/store/golden-goose.mp4",
+  "poster": "/video/store/golden-goose.jpg"
+ },
+ {
+  "name": "Goyard",
+  "slug": "goyard",
+  "type": "store",
+  "category": "Accessories",
+  "blurb": "Timeless craftsmanship and discreet elegance on Rodeo Drive.",
+  "src": "/video/store/goyard.mp4",
+  "poster": "/video/store/goyard.jpg"
+ },
+ {
+  "name": "Harry Winston",
+  "slug": "harry-winston",
+  "type": "store",
+  "category": "Jewelry",
+  "blurb": "A legacy of brilliance on Rodeo Drive.",
+  "src": "/video/store/harry-winston.mp4",
+  "poster": "/video/store/harry-winston.jpg"
+ },
+ {
+  "name": "Henry Jacques",
+  "slug": "henry-jacques",
+  "type": "store",
+  "category": "Fragrance",
+  "blurb": "A legacy of scent, exquisitely presented on Rodeo Drive.",
+  "src": "/video/store/henry-jacques.mp4",
+  "poster": "/video/store/henry-jacques.jpg"
+ },
+ {
+  "name": "House of Bijan",
+  "slug": "house-of-bijan",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "An icon of bespoke elegance on Rodeo Drive.",
+  "src": "/video/store/house-of-bijan.mp4",
+  "poster": "/video/store/house-of-bijan.jpg"
+ },
+ {
+  "name": "Hublot",
+  "slug": "hublot",
+  "type": "store",
+  "category": "Watches",
+  "blurb": "Swiss timekeeping, Beverly Hills elegance.",
+  "src": "/video/store/hublot.mp4",
+  "poster": "/video/store/hublot.jpg"
+ },
+ {
+  "name": "IWC Schaffhausen",
+  "slug": "iwc-schaffhausen",
+  "type": "store",
+  "category": "Watches",
+  "blurb": "Timeless craftsmanship finds its place on Rodeo Drive.",
+  "src": "/video/store/iwc-schaffhausen.mp4",
+  "poster": "/video/store/iwc-schaffhausen.jpg"
+ },
+ {
+  "name": "Jaeger-LeCoultre",
+  "slug": "jaeger-lecoultre",
+  "type": "store",
+  "category": "Watches",
+  "blurb": "Timeless elegance, meticulously crafted on Rodeo Drive.",
+  "src": "/video/store/jaeger-lecoultre.mp4",
+  "poster": "/video/store/jaeger-lecoultre.jpg"
+ },
+ {
+  "name": "Jason of Beverly Hills",
+  "slug": "jason-of-beverly-hills",
+  "type": "store",
+  "category": "Jewelry",
+  "blurb": "Timeless elegance shines on Rodeo Drive.",
+  "src": "/video/store/jason-of-beverly-hills.mp4",
+  "poster": "/video/store/jason-of-beverly-hills.jpg"
+ },
+ {
+  "name": "Jimmy Choo",
+  "slug": "jimmy-choo",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Effortless elegance on Rodeo Drive awaits.",
+  "src": "/video/store/jimmy-choo.mp4",
+  "poster": "/video/store/jimmy-choo.jpg"
+ },
+ {
+  "name": "Kith",
+  "slug": "kith",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "A New York house finds its place amongst Rodeo Drive’s legacy.",
+  "src": "/video/store/kith.mp4",
+  "poster": "/video/store/kith.jpg"
+ },
+ {
+  "name": "Lanvin",
+  "slug": "lanvin",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Lanvin: Parisian elegance graces Rodeo Drive's iconic stretch.",
+  "src": "/video/store/lanvin.mp4",
+  "poster": "/video/store/lanvin.jpg"
+ },
+ {
+  "name": "Loewe",
+  "slug": "loewe",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Spanish artistry finds its place on Rodeo Drive.",
+  "src": "/video/store/loewe.mp4",
+  "poster": "/video/store/loewe.jpg"
+ },
+ {
+  "name": "Loro Piana",
+  "slug": "loro-piana",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Timeless elegance finds its place on Rodeo Drive.",
+  "src": "/video/store/loro-piana.mp4",
+  "poster": "/video/store/loro-piana.jpg"
+ },
+ {
+  "name": "Max Mara",
+  "slug": "max-mara",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Timeless elegance graces Rodeo Drive with Max Mara's presence.",
+  "src": "/video/store/max-mara.mp4",
+  "poster": "/video/store/max-mara.jpg"
+ },
+ {
+  "name": "MCM",
+  "slug": "mcm",
+  "type": "store",
+  "category": "Accessories",
+  "blurb": "Modern heritage meets Beverly Hills style.",
+  "src": "/video/store/mcm.mp4",
+  "poster": "/video/store/mcm.jpg"
+ },
+ {
+  "name": "Michael Kors",
+  "slug": "michael-kors",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "American style, effortlessly elevated on Rodeo Drive.",
+  "src": "/video/store/michael-kors.mp4",
+  "poster": "/video/store/michael-kors.jpg"
+ },
+ {
+  "name": "Mikimoto",
+  "slug": "mikimoto",
+  "type": "store",
+  "category": "Jewelry",
+  "blurb": "Timeless elegance graces Rodeo Drive at Mikimoto.",
+  "src": "/video/store/mikimoto.mp4",
+  "poster": "/video/store/mikimoto.jpg"
+ },
+ {
+  "name": "Moncler",
+  "slug": "moncler",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Elevated alpine style graces Rodeo Drive.",
+  "src": "/video/store/moncler.mp4",
+  "poster": "/video/store/moncler.jpg"
+ },
+ {
+  "name": "Panerai",
+  "slug": "panerai",
+  "type": "store",
+  "category": "Watches",
+  "blurb": "Timeless craftsmanship finds its place on Rodeo Drive.",
+  "src": "/video/store/panerai.mp4",
+  "poster": "/video/store/panerai.jpg"
+ },
+ {
+  "name": "Patek Philippe",
+  "slug": "patek-philippe",
+  "type": "store",
+  "category": "Watches",
+  "blurb": "Timeless elegance, a Beverly Hills landmark.",
+  "src": "/video/store/patek-philippe.mp4",
+  "poster": "/video/store/patek-philippe.jpg"
+ },
+ {
+  "name": "Persol",
+  "slug": "persol",
+  "type": "store",
+  "category": "Eyewear",
+  "blurb": "Timeless Italian style, perfectly framed on Rodeo Drive.",
+  "src": "/video/store/persol.mp4",
+  "poster": "/video/store/persol.jpg"
+ },
+ {
+  "name": "Peter Marco",
+  "slug": "peter-marco",
+  "type": "store",
+  "category": "Jewelry",
+  "blurb": "Timeless elegance shines on Rodeo Drive.",
+  "src": "/video/store/peter-marco.mp4",
+  "poster": "/video/store/peter-marco.jpg"
+ },
+ {
+  "name": "Philipp Plein",
+  "slug": "philipp-plein",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "A bold statement on Rodeo Drive – experience the energy of Philipp Plein.",
+  "src": "/video/store/philipp-plein.mp4",
+  "poster": "/video/store/philipp-plein.jpg"
+ },
+ {
+  "name": "Piaget",
+  "slug": "piaget",
+  "type": "store",
+  "category": "Watches / Jewelry",
+  "blurb": "Timeless artistry, exquisitely crafted on Rodeo Drive.",
+  "src": "/video/store/piaget.mp4",
+  "poster": "/video/store/piaget.jpg"
+ },
+ {
+  "name": "Pomellato",
+  "slug": "pomellato",
+  "type": "store",
+  "category": "Jewelry",
+  "blurb": "Italian artistry shines on Rodeo Drive.",
+  "src": "/video/store/pomellato.mp4",
+  "poster": "/video/store/pomellato.jpg"
+ },
+ {
+  "name": "Porsche Design",
+  "slug": "porsche-design",
+  "type": "store",
+  "category": "Accessories",
+  "blurb": "Precision and design, embodied on Rodeo Drive.",
+  "src": "/video/store/porsche-design.mp4",
+  "poster": "/video/store/porsche-design.jpg"
+ },
+ {
+  "name": "Richard Mille",
+  "slug": "richard-mille",
+  "type": "store",
+  "category": "Watches",
+  "blurb": "Precision and artistry meet on Rodeo Drive.",
+  "src": "/video/store/richard-mille.mp4",
+  "poster": "/video/store/richard-mille.jpg"
+ },
+ {
+  "name": "Rimowa",
+  "slug": "rimowa",
+  "type": "store",
+  "category": "Luggage",
+  "blurb": "Timeless travel essentials, perfectly positioned on Rodeo Drive.",
+  "src": "/video/store/rimowa.mp4",
+  "poster": "/video/store/rimowa.jpg"
+ },
+ {
+  "name": "Saint Laurent Rive Droite",
+  "slug": "saint-laurent-rive-droite",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Parisian style finds its place on Rodeo Drive.",
+  "src": "/video/store/saint-laurent-rive-droite.mp4",
+  "poster": "/video/store/saint-laurent-rive-droite.jpg"
+ },
+ {
+  "name": "Salvatore Ferragamo",
+  "slug": "salvatore-ferragamo",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Timeless Italian elegance graces Rodeo Drive.",
+  "src": "/video/store/salvatore-ferragamo.mp4",
+  "poster": "/video/store/salvatore-ferragamo.jpg"
+ },
+ {
+  "name": "Shinobi Menswear",
+  "slug": "shinobi-menswear",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Refined tailoring meets modern sensibility on Rodeo Drive.",
+  "src": "/video/store/shinobi-menswear.mp4",
+  "poster": "/video/store/shinobi-menswear.jpg"
+ },
+ {
+  "name": "Stefano Ricci",
+  "slug": "stefano-ricci",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Italian elegance graces Rodeo Drive’s distinguished landscape.",
+  "src": "/video/store/stefano-ricci.mp4",
+  "poster": "/video/store/stefano-ricci.jpg"
+ },
+ {
+  "name": "Stuart Weitzman",
+  "slug": "stuart-weitzman",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Elevated style, seamlessly integrated into Rodeo Drive's legacy.",
+  "src": "/video/store/stuart-weitzman.mp4",
+  "poster": "/video/store/stuart-weitzman.jpg"
+ },
+ {
+  "name": "Tiffany & Co.",
+  "slug": "tiffany-and-co",
+  "type": "store",
+  "category": "Jewelry",
+  "blurb": "A timeless beacon of exquisite craftsmanship on Rodeo Drive.",
+  "src": "/video/store/tiffany-and-co.mp4",
+  "poster": "/video/store/tiffany-and-co.jpg"
+ },
+ {
+  "name": "Tod's",
+  "slug": "tod-s",
+  "type": "store",
+  "category": "Fashion / Accessories",
+  "blurb": "Italian heritage, Rodeo Drive elegance.",
+  "src": "/video/store/tod-s.mp4",
+  "poster": "/video/store/tod-s.jpg"
+ },
+ {
+  "name": "Tom Ford",
+  "slug": "tom-ford",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "An icon of modern elegance, gracing the heart of Rodeo Drive.",
+  "src": "/video/store/tom-ford.mp4",
+  "poster": "/video/store/tom-ford.jpg"
+ },
+ {
+  "name": "Tory Burch",
+  "slug": "tory-burch",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Effortless style, a Rodeo Drive mainstay.",
+  "src": "/video/store/tory-burch.mp4",
+  "poster": "/video/store/tory-burch.jpg"
+ },
+ {
+  "name": "Valentino",
+  "slug": "valentino",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "An Italian icon graces Rodeo Drive with timeless elegance.",
+  "src": "/video/store/valentino.mp4",
+  "poster": "/video/store/valentino.jpg"
+ },
+ {
+  "name": "Valmont",
+  "slug": "valmont",
+  "type": "store",
+  "category": "Beauty / Skincare",
+  "blurb": "Swiss skincare's quiet elegance graces Rodeo Drive.",
+  "src": "/video/store/valmont.mp4",
+  "poster": "/video/store/valmont.jpg"
+ },
+ {
+  "name": "Van Cleef & Arpels",
+  "slug": "van-cleef-and-arpels",
+  "type": "store",
+  "category": "Jewelry",
+  "blurb": "Timeless artistry graces Rodeo Drive with enduring elegance.",
+  "src": "/video/store/van-cleef-and-arpels.mp4",
+  "poster": "/video/store/van-cleef-and-arpels.jpg"
+ },
+ {
+  "name": "Versace",
+  "slug": "versace",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Italian glamour shines on Rodeo Drive.",
+  "src": "/video/store/versace.mp4",
+  "poster": "/video/store/versace.jpg"
+ },
+ {
+  "name": "Vilebrequin",
+  "slug": "vilebrequin",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Effortless style, seaside spirit on Rodeo Drive.",
+  "src": "/video/store/vilebrequin.mp4",
+  "poster": "/video/store/vilebrequin.jpg"
+ },
+ {
+  "name": "Westime",
+  "slug": "westime",
+  "type": "store",
+  "category": "Watches",
+  "blurb": "Timeless elegance graces Rodeo Drive at Westime.",
+  "src": "/video/store/westime.mp4",
+  "poster": "/video/store/westime.jpg"
+ },
+ {
+  "name": "Winn-Slavin",
+  "slug": "winn-slavin",
+  "type": "store",
+  "category": "Jewelry / Fine Art",
+  "blurb": "Rodeo Drive's enduring legacy of artistry and exceptional design.",
+  "src": "/video/store/winn-slavin.mp4",
+  "poster": "/video/store/winn-slavin.jpg"
+ },
+ {
+  "name": "Wolford",
+  "slug": "wolford",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Austrian elegance graces Rodeo Drive's iconic landscape.",
+  "src": "/video/store/wolford.mp4",
+  "poster": "/video/store/wolford.jpg"
+ },
+ {
+  "name": "Zadig & Voltaire",
+  "slug": "zadig-and-voltaire",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Effortless style finds its place on Rodeo Drive.",
+  "src": "/video/store/zadig-and-voltaire.mp4",
+  "poster": "/video/store/zadig-and-voltaire.jpg"
+ },
+ {
+  "name": "Zegna",
+  "slug": "zegna",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Zegna: An Italian legacy of understated elegance on Rodeo Drive.",
+  "src": "/video/store/zegna.mp4",
+  "poster": "/video/store/zegna.jpg"
+ },
+ {
+  "name": "Rodeo Collection",
+  "slug": "rodeo-collection",
+  "type": "store",
+  "category": "Shopping destination",
+  "blurb": "Rodeo Collection: A curated shopping experience on iconic Rodeo Drive.",
+  "src": "/video/store/rodeo-collection.mp4",
+  "poster": "/video/store/rodeo-collection.jpg"
+ },
+ {
+  "name": "Two Rodeo Drive",
+  "slug": "two-rodeo-drive",
+  "type": "store",
+  "category": "Shopping destination",
+  "blurb": "An icon of style, nestled on the world's most celebrated avenue.",
+  "src": "/video/store/two-rodeo-drive.mp4",
+  "poster": "/video/store/two-rodeo-drive.jpg"
+ },
+ {
+  "name": "Abel Richard",
+  "slug": "abel-richard",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Abel Richard: A distinguished presence on Rodeo Drive.",
+  "src": "/video/store/abel-richard.mp4",
+  "poster": "/video/store/abel-richard.jpg"
+ },
+ {
+  "name": "Battaglia",
+  "slug": "battaglia",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Battaglia: An enduring symbol of Italian elegance on Rodeo Drive.",
+  "src": "/video/store/battaglia.mp4",
+  "poster": "/video/store/battaglia.jpg"
+ },
+ {
+  "name": "Gearys on Rodeo",
+  "slug": "gearys-on-rodeo",
+  "type": "store",
+  "category": "Jewelry / Home",
+  "blurb": "Rodeo Drive's enduring emblem of exquisite taste and timeless design.",
+  "src": "/video/store/gearys-on-rodeo.mp4",
+  "poster": "/video/store/gearys-on-rodeo.jpg"
+ },
+ {
+  "name": "Lalique",
+  "slug": "lalique",
+  "type": "store",
+  "category": "Crystal / Home",
+  "blurb": "A beacon of French artistry on Rodeo Drive.",
+  "src": "/video/store/lalique.mp4",
+  "poster": "/video/store/lalique.jpg"
+ },
+ {
+  "name": "Bally",
+  "slug": "bally",
+  "type": "store",
+  "category": "Fashion",
+  "blurb": "Timeless style, a legacy on Rodeo Drive.",
+  "src": "/video/store/bally.mp4",
+  "poster": "/video/store/bally.jpg"
+ },
+ {
+  "name": "Bang & Olufsen",
+  "slug": "bang-and-olufsen",
+  "type": "store",
+  "category": "Audio",
+  "blurb": "Timeless sound, refined design – an icon on Rodeo Drive.",
+  "src": "/video/store/bang-and-olufsen.mp4",
+  "poster": "/video/store/bang-and-olufsen.jpg"
+ },
+ {
+  "name": "La Perla",
+  "slug": "la-perla",
+  "type": "store",
+  "category": "Lingerie",
+  "blurb": "La Perla: Where Italian artistry graces Rodeo Drive.",
+  "src": "/video/store/la-perla.mp4",
+  "poster": "/video/store/la-perla.jpg"
+ }
+]
diff --git a/node_modules b/node_modules
new file mode 120000
index 0000000..0edbd51
--- /dev/null
+++ b/node_modules
@@ -0,0 +1 @@
+/Users/macstudio3/Projects/beverlyhillsvideos/node_modules
\ No newline at end of file
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..c6ef40b
--- /dev/null
+++ b/package.json
@@ -0,0 +1 @@
+{"name":"calendar-agentabrams","version":"1.0.0","private":true,"type":"module","scripts":{"start":"node server.js"},"dependencies":{"express":"^4.22.2"}}
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..f552e84
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,90 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<title>Beverly Hills Videos — Posting Calendar</title>
+<meta name="description" content="Upcoming Instagram posting schedule for Beverly Hills Videos — Rodeo Drive store films and Beverly Hills restaurant films, every 6 hours.">
+<style>
+  :root{--cream:#f6f3ec;--ink:#15130f;--green:#12281f;--gold:#b8935a;--muted:#8a8577;--line:#e4ded1}
+  *{box-sizing:border-box}
+  body{margin:0;background:var(--cream);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;-webkit-font-smoothing:antialiased}
+  .serif{font-family:"Cormorant Garamond","Didot",Georgia,serif}
+  header{background:var(--green);color:var(--cream);padding:38px 22px 30px;text-align:center}
+  header .eyebrow{letter-spacing:.32em;font-size:12px;color:var(--gold);text-transform:uppercase}
+  header h1{font-family:"Cormorant Garamond",Georgia,serif;font-weight:600;font-size:40px;margin:8px 0 6px}
+  header p{color:#cfc9ba;margin:0;font-size:14px}
+  .wrap{max-width:820px;margin:0 auto;padding:22px}
+  .bar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:16px}
+  .stats{font-size:13px;color:var(--muted)}
+  select{padding:7px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;font-size:13px}
+  .day{margin:22px 0 8px;display:flex;align-items:baseline;gap:10px}
+  .day h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:22px;margin:0}
+  .day .sub{color:var(--muted);font-size:12px}
+  .post{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px 14px;margin:8px 0}
+  .post.next{border-color:var(--gold);box-shadow:0 0 0 2px rgba(184,147,90,.18)}
+  .time{font-variant-numeric:tabular-nums;font-weight:600;font-size:15px;min-width:64px;color:var(--green)}
+  .badge{font-size:11px;letter-spacing:.08em;text-transform:uppercase;padding:3px 9px;border-radius:999px;white-space:nowrap}
+  .badge.store{background:#efe7d8;color:#8a6a33}
+  .badge.restaurant{background:#e3ece7;color:#2c5b47}
+  .meta{flex:1;min-width:0}
+  .meta .name{font-family:"Cormorant Garamond",Georgia,serif;font-size:20px;line-height:1.15}
+  .meta .cat{font-size:12px;color:var(--muted)}
+  .nextchip{margin-left:auto;font-size:10px;letter-spacing:.1em;color:var(--gold);text-transform:uppercase}
+  footer{text-align:center;color:var(--muted);font-size:12px;padding:26px}
+  a{color:var(--gold)}
+</style>
+</head>
+<body>
+<header>
+  <div class="eyebrow">Beverly Hills Videos</div>
+  <h1>Posting Calendar</h1>
+  <p>Rodeo Drive store films &amp; Beverly Hills dining — one post every 6 hours, on <a href="https://instagram.com/beverlyhillsvideos" style="color:#e8dcc4">@beverlyhillsvideos</a></p>
+</header>
+<div class="wrap">
+  <div class="bar">
+    <div class="stats" id="stats">Loading…</div>
+    <label>Show <select id="days">
+      <option value="3">3 days</option>
+      <option value="7" selected>7 days</option>
+      <option value="14">14 days</option>
+      <option value="30">30 days</option>
+    </select></label>
+  </div>
+  <div id="cal"></div>
+</div>
+<footer id="foot"></footer>
+<script>
+const fmtDay = d => d.toLocaleDateString(undefined,{weekday:'long',month:'long',day:'numeric'});
+const fmtTime = d => d.toLocaleTimeString(undefined,{hour:'numeric',minute:'2-digit'});
+async function load(){
+  const days = document.getElementById('days').value;
+  const r = await fetch('/api/schedule?days='+days); const j = await r.json();
+  document.getElementById('stats').textContent =
+    `${j.stats.stores} store films · ${j.stats.restaurants} restaurant films · ${j.stats.slotsPerDay}×/day`;
+  const cal = document.getElementById('cal'); cal.innerHTML='';
+  const byDay = {};
+  for(const it of j.items){ const d=new Date(it.epoch); const k=d.toDateString(); (byDay[k]=byDay[k]||[]).push(it); }
+  let first=true;
+  for(const k of Object.keys(byDay)){
+    const d=new Date(k);
+    const hd=document.createElement('div'); hd.className='day';
+    hd.innerHTML=`<h2 class="serif">${fmtDay(d)}</h2><span class="sub">${byDay[k].length} posts</span>`;
+    cal.appendChild(hd);
+    for(const it of byDay[k]){
+      const el=document.createElement('div'); el.className='post'+(first?' next':'');
+      el.innerHTML=`<span class="time">${fmtTime(new Date(it.epoch))}</span>
+        <span class="badge ${it.kind}">${it.kind==='store'?'Store':'Restaurant'}</span>
+        <span class="meta"><span class="name serif">${it.name}</span><br><span class="cat">${it.category}</span></span>
+        ${first?'<span class="nextchip">next up</span>':''}`;
+      cal.appendChild(el); first=false;
+    }
+  }
+  document.getElementById('foot').innerHTML =
+    `Projected schedule · generated ${new Date(j.generatedAt).toLocaleString()} · rotation is round-robin and may shift as posts publish.`;
+}
+document.getElementById('days').addEventListener('change',load);
+load();
+</script>
+</body>
+</html>
diff --git a/schedule.mjs b/schedule.mjs
new file mode 100644
index 0000000..cb6e20e
--- /dev/null
+++ b/schedule.mjs
@@ -0,0 +1,69 @@
+// schedule.mjs — deterministic projection of the BHV Instagram posting calendar.
+// The launchd job (com.steve.bhv-ig-6h) posts at 00/06/12/18 local, alternating
+// restaurant/store by slot parity. Rotation is round-robin over the bundled film lists.
+// Pure function of time → self-correcting as real time passes (no stored state to drift).
+import fs from 'node:fs';
+import path from 'node:path';
+import { fileURLToPath } from 'node:url';
+
+const HERE = path.dirname(fileURLToPath(import.meta.url));
+const stores = JSON.parse(fs.readFileSync(path.join(HERE, 'data/store-films.json'), 'utf8'));
+const restaurants = JSON.parse(fs.readFileSync(path.join(HERE, 'data/films.json'), 'utf8'));
+
+const SLOT_HOURS = [0, 6, 12, 18];
+// Anchor: first live store slot (Gucci) — 2026-08-06 18:00 local. Rotation counts from here.
+const ANCHOR = new Date('2026-08-06T18:00:00-07:00').getTime();
+// Spago posted off-schedule first, so restaurants start one ahead.
+const OFFSET = { restaurant: 1, store: 0 };
+
+const kindForHour = (h) => (Math.floor(h / 6) % 2 === 0 ? 'restaurant' : 'store');
+const listFor = (k) => (k === 'store' ? stores : restaurants);
+
+// All slot datetimes in [from, to], chronological.
+function slotsBetween(from, to) {
+  const out = [];
+  const d = new Date(from);
+  d.setHours(0, 0, 0, 0);
+  for (let day = new Date(d); day.getTime() <= to; day.setDate(day.getDate() + 1)) {
+    for (const h of SLOT_HOURS) {
+      const t = new Date(day);
+      t.setHours(h, 0, 0, 0);
+      const ms = t.getTime();
+      if (ms >= from && ms <= to) out.push({ ms, hour: h });
+    }
+  }
+  return out.sort((a, b) => a.ms - b.ms);
+}
+
+// Count same-kind slots strictly between ANCHOR and ms (to derive the rotation index).
+function kindIndexAt(ms, kind) {
+  if (ms < ANCHOR) return 0;
+  let n = 0;
+  for (const s of slotsBetween(ANCHOR, ms - 1)) if (kindForHour(s.hour) === kind) n++;
+  return n;
+}
+
+export function upcoming({ now = Date.now(), days = 14 } = {}) {
+  const to = now + days * 864e5;
+  const items = [];
+  for (const s of slotsBetween(now, to)) {
+    const kind = kindForHour(s.hour);
+    const list = listFor(kind);
+    const idx = (kindIndexAt(s.ms, kind) + OFFSET[kind]) % list.length;
+    const film = list[idx];
+    items.push({
+      iso: new Date(s.ms).toISOString(),
+      epoch: s.ms,
+      kind,
+      name: film.name,
+      category: film.category || (kind === 'restaurant' ? 'Restaurant' : 'Store'),
+      slug: film.slug,
+      src: film.src,
+    });
+  }
+  return items;
+}
+
+export function stats() {
+  return { restaurants: restaurants.length, stores: stores.length, slotsPerDay: SLOT_HOURS.length };
+}
diff --git a/server.js b/server.js
new file mode 100644
index 0000000..4e77e96
--- /dev/null
+++ b/server.js
@@ -0,0 +1,18 @@
+// calendar.agentabrams.com — BHV Instagram posting calendar.
+import express from 'express';
+import path from 'node:path';
+import { fileURLToPath } from 'node:url';
+import { upcoming, stats } from './schedule.mjs';
+
+const HERE = path.dirname(fileURLToPath(import.meta.url));
+const app = express();
+const PORT = process.env.PORT || 9968;
+
+app.get('/healthz', (_req, res) => res.json({ ok: true, ...stats() }));
+app.get('/api/schedule', (req, res) => {
+  const days = Math.min(60, Math.max(1, parseInt(req.query.days, 10) || 14));
+  res.json({ generatedAt: new Date().toISOString(), stats: stats(), items: upcoming({ days }) });
+});
+app.use(express.static(path.join(HERE, 'public')));
+
+app.listen(PORT, () => console.log(`calendar-agentabrams on :${PORT}`));

(oldest)  ·  back to Calendar Agentabrams  ·  calendar: read poster ledgers + mirror rankByLRU (drop OFFSE cf2dfe9 →