I had this idea for a site which looks like a regular browser but all of its content is entirely AI generated and all the links on these generated pages would also generate more fake pages.
I made this with React, Tailwind, and a FastAPI server. When you search for something or click a link, a request is sent to the server which then sends another requset to Gemini to create a website based on the search or link, and the previous site for context. Then the result is displayed and links in the page are set to generate a new page.


