Daily Anomaly

Daily Anomaly banner

Project Overview

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

Key Features

  • Daily Auto Publishing: A cron-triggered pipeline generates and deploys a new concept every 24 hours.
  • n8n Automation Core: All generation, validation, memory handling and deployment logic is coordinated through a fully self-hosted n8n workflow.
  • Hard Variety Engine: Prevents consecutive concepts from sharing the same category, layout or interaction model.
  • Offline-Ready SPA Output: Each concept is built as a standalone single-page website with real working UI logic.

Automation Pipeline

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.

Technologies Used

PHP Nginx Linux VPS Cron HTML Vanilla JavaScript AI Prompt Engineering n8n
Back to Projects