Daily Anomaly is a fully automated concept generator that publishes a brand-new fictional website every day. Each generated site is delivered as a single-page prototype containing HTML, CSS and vanilla JavaScript.
The entire pipeline is made using n8n, which uses scheduling, memory injection, AI prompting, validation and publishing inside one self-hosted workflow. The system runs on my VPS and uses a persistent concept memory to ensure that no two consecutive websites ever share the same theme or layout.
View the live result here: https://dailyanomaly.com
| Step | Description |
|---|---|
| Cron Trigger | Executes the generation workflow every night. |
| Concept Memory Load | Reads previously generated concepts to enforce uniqueness. |
| AI Concept Generation | Produces a new fictional website idea with strict structural constraints. |
| SPA Builder | Transforms the concept into a functional single-page HTML prototype. |
| Auto Publish | Deploys the site directly to the public web directory. |