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. "