Skip to content

bbarni2020/SiteSuprise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cea0fdc · · Sep 19, 2025

History

12 Commits
Sep 19, 2025
Aug 4, 2025
Sep 16, 2025
Sep 19, 2025

Repository files navigation

SiteSuprise

The Whole Point

This project exists for one reason: every 10 minutes, an AI generates a totally new web design for the main page. No two layouts are ever the same. Sometimes it’s gorgeous, sometimes it’s a hot mess, but it’s always fresh. I built this because I was bored of static sites and wanted something that felt alive (or at least unpredictable).

Setup

Clone the repo, run the backend, and open the HTML file:

cd api
python3 main.pyy

Then open index.html in your browser. No build tools, no dependencies (except Python 3.11+). If it breaks, well, you get to keep both pieces.

How It Works

  • The backend (see api/main.py) runs a little AI routine that spits out a new design every 10 minutes.
  • The frontend (index.html) reloads and shows off whatever the AI came up with. Sometimes you’ll get a modern look, sometimes it’ll look like a forgotten Geocities page. That’s half the fun.
  • No manual refresh needed—just leave the page open and watch it morph. Or hit reload if you’re impatient.

Why?

Mostly for fun. Also for testing weird frontend ideas and seeing what happens when you let an AI run wild with design choices. If you want to contribute, open a PR or issue, or just fork it and make it weirder.


If you have questions, just ping me. Or don’t. It’s your life.

Releases

No releases published

Packages

No packages published