I'm Letting LLM Redesign My Website Every Week

I'm Letting LLM Redesign My Website Every Week
Photo by Hal Gatewood / Unsplash

I started a fun little experiment today. I set up a script that automatically redesigns my entire homepage every Monday morning.

It’s pretty simple:

  1. Read the current index.html (so it knows what to change).
  2. Ask LLM Model (Currently Gemini 3 flash) to create something completely new and different.
  3. Overwrite the code and push + deploy the change.

Obviously, this would be a terrible idea for a complex web app, but my homepage is just a single index.html file, so why not?

I haven't checked if anyone else is automating their entire site redesign like this yet, but I wanted to try it out. No review, no tweaks. Just whatever the model comes up with. I’m doing this purely to experiment with different AI models and prompts.

The prompt essentially says: (Summarized prompt below, full prompt here : chaioverflow.com/prompt.txt.)

"You are a web designer agent. Given a developer's identity, links, and content requirements, generate a complete single-file index.html personal portfolio — with a live RSS blog feed, dynamic footer, and responsive design. You have full creative control over theme, typography, layout, and color palette. Do not repeat yourself: every output must look and feel like a brand new design."

I just committed the code and ran a few manual tests. The results are... interesting. Some are great, some are weird, but that's the point.

The Designs So Far

Here are a few quick generations from today:

LLM V4.2??

I'll be tweaking the models and instructions as I go, just to see what kind of variety I can get.

Check back next Monday to see what it builds. (chaioverflow.com)