full stack ai
1.0.0
AI 프롬프트에서 Full Stack Next.js 앱을 빌드하십시오.
Elie가 제작했습니다. 또한 오픈 소스 이메일 앱인 Inbox Zero를 확인하여 이메일을 자동화하고 Inbox Zero Fast에 도달하십시오.

fsai Full Stack AI는 AI를 사용하여 풀 스택 앱을 구축하는 CLI입니다.
AI Will :
선택한 패키지 관리자를 사용할 수 있습니다. AI를 사용하지 않으면 기본적으로 pnpm 으로 표시됩니다.
우리는 베타에있는 aleph0이라는보다 일반적인 AI 코더를 실험 해 왔습니다.
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 하고 환경 변수를 설정하고 .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. "