AIBio is a social media bio generator that uses OpenAI's GPT-3 API to generate professional and catchy bios for various social media platforms like LinkedIn, Twitter, Facebook, and Instagram. The project is built using Next.js and Tailwind CSS.
Please check the demo app on vercel platform
- Generate custom social media bios based on user-provided information and preferred vibe
- Choose from a range of moods such as Professional, Casual, and Creative and many more
- Supports various social media platforms like LinkedIn, Twitter, Facebook, and Instagram
- Support inbuilt characters limit feature for each platform
- Dark mode feature with next-themes and tailwindcss
dark
mode
To run AIBio on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/AIBio.git
- Install dependencies:
npm install
- You will also need to obtain an API key for OpenAI's GPT-3 language model, which you can do by following the instructions on the OpenAI website. Once you have your API key, create a .env.local file in the root directory of the project, and add the following line, replacing YOUR_API_KEY with your actual API key:
OPENAI_API_KEY=YOUR_API_KEY
- Start the development server:
npm run dev
- Navigate to
http://localhost:3000
in your browser
To use AIBio, simply enter your information and preferred mood on the website's homepage, select the social media platform you want to generate a bio for, and click on the "Generate Bio" button. The generated bio will appear on the screen, and you can copy and paste it into your social media profile.
AIBio is built using the following technologies and APIs:
- Next.js
- Tailwind CSS
- OpenAI GPT-3 API
Deploy the example using Vercel: