VibeCoding – 构建内置身份验证、支付和部署功能的应用程序
我一直在开发一个工具,帮助开发者在几分钟内从空白代码库构建出具备身份验证和支付功能的SaaS应用并部署上线。
问题
在构建一个副项目或SaaS时,我发现自己不断重复设置相同的内容:
• 身份验证
• 集成支付
• 生产环境部署
虽然有模板,但它们是静态的。虽然存在AI编码工具,但它们无法让你快速构建出具备登录和支付功能的生产就绪应用。我希望能有一个同时满足这两者的工具。
在从想法转向生产时,你通常会遇到哪些障碍?
查看原文
I’ve been working on a tool that helps developers go from blank repo → deployed SaaS with authentication + payments in minutes.<p>The problem<p>When building a side project or SaaS, I found myself setting up the same things over and over:<p>• Authentication<p>• Integrating payments<p>• Production Deployment<p>Templates exist, but they’re static. AI coding tools exist, but they don’t get you to a production-ready app with logins and payments turned on. I wanted something that does both.<p>What blockers do you usually hit when going from idea to production ?