VibeCoding – 打造内置身份验证、支付和部署功能的应用程序

1作者: sauravrandom9 个月前
我一直在开发一个工具,帮助开发者在几分钟内从一个空白代码库 → 部署带有身份验证和支付功能的 SaaS 应用。<p>问题所在<p>在构建副业项目或 SaaS 应用时,我发现自己一遍又一遍地设置相同的东西:<p>• 身份验证<p>• 集成支付<p>• 生产环境部署<p>模板是存在的,但它们是静态的。AI 编码工具也存在,但它们无法让你直接获得一个带有登录和支付功能的、可用于生产环境的应用程序。我想要一个能够同时做到这两者的工具。<p>从想法到投入生产,你通常会遇到哪些阻碍?
查看原文
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 ?