BundleWWW
What it is
An AI-powered web application that generates complete, self-contained static websites about any topic in minutes. From initial structure to final content, everything is generated automatically using a four-agent pipeline.
The system creates structured blueprints with chapters and sections, generates rich content including prose, timelines, tables, and code blocks, optionally generates AI images for each chapter, and assembles everything into downloadable static HTML/CSS websites that work offline.
Built with FastAPI backend and React frontend, supporting 9 different AI models through OpenRouter, with costs ranging from free to premium depending on quality needs.
Why I built it
I wanted to explore whether complete websites could be generated programmatically with consistent quality. The challenge was building a pipeline that could take a single topic input and produce not just content, but a fully navigable, styled website with proper structure.
The project demonstrates how AI agents can be orchestrated to handle different aspects of content creation—from architectural planning to rendering—while maintaining coherence across the entire output.
How it was made
Built with a FastAPI backend orchestrating four specialized AI agents (Architect, Constructor, Illustrator, Renderer) and a React 19 frontend. Uses OpenRouter for multi-LLM access, FAL.ai for image generation, and Server-Sent Events for real-time streaming updates.