AI Website Factory
Python / Claude API / Automation / 2025
Project Overview
The AI Website Factory is an automated static-site generator that leverages Large Language Models (like Claude) to scaffold full, responsive marketing websites from structured JSON data or simple prompts. It orchestrates prompt templates, parses AI responses into HTML/CSS/JS, and outputs production-ready sites.
Generation Pipeline
Input Prompt
(User Request)
(User Request)
LLM Orchestrator
(Claude API / LangChain)
(Claude API / LangChain)
Code Parsing
(Regex Extraction)
(Regex Extraction)
Static Site
(HTML/CSS/JS)
(HTML/CSS/JS)
Key Technical Features
- Automated Prompting: Uses specialized prompt templates to guide the AI in generating cohesive multi-page structures.
- Artifact Generation: Extracts and synthesizes raw code blocks from the AI's response and writes them safely to the filesystem.
- Extensibility: Designed to plug into various APIs, enabling rapid prototyping for freelance clients or internal projects.