Solve Wordle -> Claude Code Gives Me New Landing Page
When I solve the Wordle, my landing page redesigns itself with the word as the seed.
I love landing pages. But I hate committing to them. There are too many fun ideas now that Opus 4.5 is out. It’s VERY good at making them. So I thought:
What if, I could generate a new landing page every day with basic info that would stay consistent across builds.
Then, I asked myself, “Why?”
j/k - I didn’t ask myself that. I needed a mental break so I just did it.
How It Works
I solve the Wordle, effortlessly.
I run a shortcut on my phone to ssh into my home computer over Tailscale. It looks like this.
That generate shell script takes the word and kicks off a Claude Code skill that knows how to
Take the seed word and generate an idea
Build the brand new site
Example prompt from 1/29/26
Today’s direction: Abandoned 1970s shopping mall food court — flickering orange-brown tile patterns, buzzing fluorescent tubes with intermittent dead spots, faded menu boards with missing plastic letters, molded fiberglass seating in harvest gold and avocado green, water-stained drop ceiling panels, and a broken escalator leading nowhere.
Run a validate script to make sure the site will work properly
Archive the current site so I can enjoy previous versions
Commit the code and pushes it to
mainCloudflare picks up the push and deploys the simple HTML/CSS site on their great, free Pages product.
Successful deploy triggers Cloudflare webhook → ntfy.sh push notification for my new treat!1
From the 1/29/26 Prompt, we get:

One of my favorite ones was a space theme.
The Orbit: solar system space HUD with projects orbiting as planets, dark cosmic aesthetic, twinkling star field, nebula gradients, data readout panels, and counter-rotating labels.
Here’s the Cloudflare → ntfy.sh worker if you want to try



