Show HN: Hallu – a web framework where an LLM hallucinates your app
Category: web-framework
Tags: llm, web-framework, runtime-generation, agent, sqlite
Score: 6.8/10 (Innovation: 8, Technical: 7, Documentation: 8, Utility: 4)
Hallu is a web framework that uses an LLM to hallucinate full application logic at runtime, generating HTML, SQL, and interactive behavior per request via a single catch-all route and a SQL tool. It's an interesting experiment in program synthesis and runtime-generated web apps, offering features like caching, streaming, and auto-schema mode.
Target audience: backend devs, fullstack devs, ai-engineers
Repository: https://github.com/alehlopeh/hallu · TypeScript · MIT
View on Hacker News