AI-generated websites on demand using Gemini 2.0 Flash.
🌐 Live Demo: https://infinitewebai.fly.dev/
- Visit any path and get a unique AI-generated webpage
- Every refresh creates completely new content
- No caching - always fresh AI creativity
- Pure AI design - no hardcoded styling
- Infinite hyperlinks - AI creates links to subpages that generate more content
- Nested navigation - Follow links to explore infinitely branching content trees
Try these paths on the live site:
- https://infinitewebai.fly.dev/ - AI picks any topic
- https://infinitewebai.fly.dev/cats - AI creates content about cats
- https://infinitewebai.fly.dev/space/exploration - AI creates space exploration content
- https://infinitewebai.fly.dev/?gaming - AI creates content about gaming
- Install dependencies:
pip install -r requirements.txt
- Add your API key to
.env
(choose one):
Option A - OpenAI GPT-4o-mini (recommended):
OPENAI_API_KEY=your_openai_api_key_here
Option B - Google Gemini 2.0 Flash:
GEMINI_API_KEY=your_gemini_api_key_here
The app automatically detects which API key is available and uses the appropriate service.
- Run the Flask app:
python app.py
- Visit
localhost:3000
and explore:localhost:3000/
- AI picks any topiclocalhost:3000/cats
- AI creates content about catslocalhost:3000/?topic
- AI creates content about topiclocalhost:3000/anything/you/want
- AI interprets the path
The AI generates complete HTML pages including CSS, JavaScript, and content. Every visit triggers a new generation, making each page unique even for the same URL. The AI also generates hyperlinks to related subpages, creating an infinite web of interconnected content.