full stack ai
1.0.0
通过AI提示构建完整的stack next.js应用程序。
由Elie建造。还要查看一个开源电子邮件应用Inbox Zero,以自动化您的电子邮件并快速到达收件箱零。

Full Stack AI, fsai是一个CLI,它使用AI为您构建全堆栈应用程序。
AI将:
它可以使用您选择的软件包管理器。除非您否则提示AI,否则它将默认为pnpm 。
我们一直在尝试使用Beta的更为通用的AI编码器Aleph0。
export OPENAI_API_KEY=...
npx fsai gen " Build a clone of Twitter called StackPrompt where people prompt instead of tweet. Allow users to follow one another and to like prompts. Use GitHub for log in. Charge users a monthly fee for premium functionality. "然后cd进入新创建的App文件夹,设置环境变量和.env文件中,然后运行npm run dev以在http:// localhost:3000的浏览器中查看您的应用程序。
您可以在全球安装软件包,并按照以下方式运行:
pnpm i -g fsai
export OPENAI_API_KEY=...
fsai gen " Build a clone of Twitter called StackPrompt where people prompt instead of tweet. Allow users to follow one another and to like prompts. Use GitHub for log in. Charge users a monthly fee for premium functionality. "在引擎盖下,这个项目使用基里米酶。
如果您想克隆回购并在本地运行:
pnpm i
export OPENAI_API_KEY=...
npx tsx src/index.ts gen " Build a clone of Twitter called StackPrompt where people prompt instead of tweet. Allow users to follow one another and to like prompts. Use GitHub for log in. Charge users a monthly fee for premium functionality. "