Website: https://tweet-generator-gray.vercel.app/
This app generates engaging tweets for your brand.
This project is built using Nextjs. It utilizes the OpenAI GPT for chat completion, and Dall-E for image generation.
First, duplicate the .env file into a new file named .env.local. Update the value of your OpenAI API key there.
The first time you are running this project, you will need to install the dependencies. Run this command in your terminal:
yarnTo start the app, run:
yarn devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/components/TweetGenerator.tsx. The page auto-updates as you edit the file.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
