A fully generative AI-powered web browser. Instead of rendering HTML, it generates images of webpages from API data.
- Navigate to an API endpoint (ESPN, Hacker News, Reddit, etc.)
- AI generates an image of what a webpage displaying that data would look like
- Click on elements in the image to navigate (AI interprets clicks)
- Scroll down to generate more content
npm installCreate a .env file:
GEMINI_API_KEY=your_key_here
# and/or
OPENAI_API_KEY=your_key_here
npm run devSupports multiple image generation models:
- Gemini: gemini-3.1-flash-lite-image, gemini-3.1-flash-image, gemini-3-pro-image, gemini-2.5-flash-image
- OpenAI: gpt-image-2, gpt-image-1.5, gpt-image-1-mini
- Modern (clean, professional)
- Geocities (90s web aesthetic)
- Brutalist (raw HTML look)
- Vaporwave (retro 80s)
- Newspaper (NYT style)
- Hacker (terminal aesthetic)
Or enter any custom style description.