full stack ai
1.0.0
AIプロンプトからフルスタックNext.jsアプリを構築します。
エリーによって建てられました。また、電子メールを自動化して受信トレイゼロに到達するためのオープンソースの電子メールアプリであるInbox Zeroもチェックしてください。

フルスタックAI、 fsaiは、AIを使用してフルスタックアプリを構築するCLIです。
AIは次のとおりです。
選択したパッケージマネージャーを使用できます。特に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. "