Transform your LinkedIn presence in seconds with our AI-powered professional bio generator.
This application uses the Groq AI API to generate a customized LinkedIn bio. The process is simple:
- The user provides input through a form.
- The application constructs a prompt using the provided details.
- The prompt is sent to the Groq AI API.
- The API streams the response back to the application, resulting in a tailored LinkedIn bio.
- Node.js installed on your machine.
- A Groq AI API key.
- Clone this repository:
git clone https://github.com/irfan-za/linkedin-bio.git
- Navigate into the project directory:
cd linkedin-bio
- Install the dependencies:
npm install
- Create a
.env
file in the root directory and add your Groq AI API key:GROQ_API_KEY=your_groq_ai_api_key_here
- Start the development server:
npm run dev
- Open your browser and go to
http://localhost:3000
to see the application in action.