Show HN:我开发了一个 AI,能在 30 秒内生成全栈应用

5作者: TulioKBR8 个月前
在过去的 6 个月里,我一直在构建 ORUS Builder,一个开源的 AI 代码生成器。 我的目标是解决我对 v0、Lovable 等工具的最大问题——它们生成的代码是坏的,无法编译,需要花费数小时进行调试。 ORUS Builder 与众不同。它使用“编译器完整性生成”(CIG)协议,这是一组在代码生成之前运行的认知验证步骤。 结果是,在我的测试中,首次编译成功率达到了 99.9%。 工作流程很简单: 1. 用一个提示词描述一个应用程序。 2. 它会在大约 30 秒内生成一个全栈应用程序(React/Vue/Angular + Node.js + 数据库模式)。 3. 您将获得一个 ZIP 文件,其中包含可用于生产的代码,包括测试和 CI/CD 配置。 核心基于 TypeScript 和 Node.js 构建,它为不同的认知任务编排了 3 个专门的 AI 连接器(我称之为“Trinity AI”)。 完整的架构有超过 260 个内部组件。 一点背景:我是一位来自巴西圣路易斯的创业者,拥有 15 年的经验。我不是专业程序员。 我开发了一个名为“ORUS 方法”的框架来编排 AI 以进行复杂的创作,这是用它构建的第一个工具。 我的理念是彻底的透明化和普及对强大技术的访问。它 100% 采用 MIT 许可证,并且将永远拥有一个免费、强大的开源核心。 GitHub: [https://github.com/OrusMind/Orus-Builder---Cognitive-Generation-FullStack](https://github.com/OrusMind/Orus-Builder---Cognitive-Generation-FullStack) 我将全天候在这里回答技术问题,并且完全准备好接受批评。公开构建意味着要勇于承认错误。 期待您的反馈。 —— Tulio K
查看原文
For the last 6 months, I&#x27;ve been building ORUS Builder, an open-source AI code generator.<p>My goal was to fix the biggest issue I have with tools like v0, Lovable, etc. – they generate broken, non-compiling code that needs hours of debugging.<p>ORUS Builder is different. It uses a &quot;Compiler-Integrity Generation&quot; (CIG) protocol, a set of cognitive validation steps that run before the code is generated. The result is a 99.9% first-time compilation success rate in my tests.<p>The workflow is simple: 1.Describe an app in a single prompt. 2.It generates a full-stack application (React&#x2F;Vue&#x2F;Angular + Node.js + DB schema) in about 30 seconds. 3.You get a ZIP file with production-ready code, including tests and CI&#x2F;CD config.The core is built on TypeScript and Node.js, and it orchestrates 3 specialized AI connectors for different cognitive tasks (I call this &quot;Trinity AI&quot;).<p>The full architecture has over 260 internal components.<p>A bit of background: I&#x27;m an entrepreneur from São Luís, Brazil, with 15 years of experience. I&#x27;m not a programmer by trade.<p>I developed a framework called the &quot;ORUS Method&quot; to orchestrate AI for complex creation, and this is the first tool built with it. My philosophy is radical transparency and democratizing access to powerful tech.It&#x27;s 100% MIT Licensed and will always have a free, powerful open-source core.<p>GitHub:<a href="https:&#x2F;&#x2F;github.com&#x2F;OrusMind&#x2F;Orus-Builder---Cognitive-Generation-FullStack" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;OrusMind&#x2F;Orus-Builder---Cognitive-Generat...</a><p>I&#x27;m here all day to answer technical questions, and I&#x27;m fully prepared for criticism. Building in public means being open to being wrong.Looking forward to your feedback. -- Tulio K