Show HN: Open-source AI Retool, where AI does the tooling
5 weebhek 1 5/21/2025, 12:36:44 PM oneshotcodegen.com ↗
I have been trying to create AI retool where tooling is done via AI, to create full stack apps like internal portals, ERP apps.
Which led me to an architecture where we give ai pre build component, tools and let is just do the binding, content generation work to create full stack apps. With this approach in a single prompt AI is able to generate final config jsons using chained/looped agentic llm flow and we render a full stack app with the configs at the end.
I have open sourced the whole project whole code, app builder, agentic architecture, backend for you to use.
Github: https://github.com/vivek100/oneShotCodeGen
Live Cloud version: https://oneshotcodegen.com/
You can self-host it (everything’s open-source), customize the AI agent flows, or use the cloud version to try it instantly. Would love feedback from anyone building with Retool/Appsmith or thinking about AI-driven interfaces.
Happy to answer questions or help you set it up.