Settings

Theme

Show HN: Serve LLM – Spin up a hallucinated web app from a single prompt

github.com

2 points by unbehagen 3 months ago · 0 comments · 1 min read

Reader

Why vibe code a POC to test your idea when you can have an LLM-based web server pretend to be that web app - and just output the HTML your visionary backend would produce?

Each request to the web server only retains the last generated HTML, the path, and any URL parameters passed to it. It is forgetful by design.

On page access, it instructs the LLM to generate the next page based on this information and a description of your desired app. The latency is much higher, but you can quickly iterate on ideas.

Obviously, this is more of a thought experiment, but I find it pretty interesting to play around with. Vibe-coded in a couple of hours. Any feedback welcome!

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection