https://github.com/stroller15/biogenie-ai
AI powered LinkedIn bio generator Create personalized engaging and professional bios effortlessly Stand out and make an impact with the perfect first impression
https://github.com/stroller15/biogenie-ai
ai javascript nextjs reactjs tailwindcss typescript vercel-ai-sdk
Last synced: about 2 months ago
JSON representation
AI powered LinkedIn bio generator Create personalized engaging and professional bios effortlessly Stand out and make an impact with the perfect first impression
- Host: GitHub
- URL: https://github.com/stroller15/biogenie-ai
- Owner: Stroller15
- Created: 2024-06-17T08:17:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T09:57:26.000Z (over 1 year ago)
- Last Synced: 2025-07-26T16:45:44.344Z (8 months ago)
- Topics: ai, javascript, nextjs, reactjs, tailwindcss, typescript, vercel-ai-sdk
- Language: TypeScript
- Homepage: https://biogenie.vercel.app/
- Size: 223 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
BioGenie is an innovative web application designed to help users create captivating and professional LinkedIn bios with ease. Leveraging advanced AI, BioGenie transforms the bio creation process, making it ideal for professionals, job seekers, and anyone needing a standout LinkedIn introduction.

### **Demo Video**
[todo]
## Behind the Code
[todo]
## Features/Use case
- **AI-Powered Bio Generation:** Generate high-quality, personalized LinkedIn bios using advanced AI algorithms.
- **Customizable Options:** Choose from a variety of professional Options to match your career and industry.
- **User-Friendly Interface:** Enjoy a simple and engaging user experience designed for ease of use and efficiency.
## Tech used in this project
- **AI**: OpenAI SDK, Groq Cloud API
- **Programming Languages:** JavaScript, TypeScript
- **Frontend:** Next.js, React, TailwindCSS, Radix UI, Lucide Icons, Geist, Framer Motion
- **Form Management:** React Hook Form
- **Validation:** Zod
## Installation
To install and run BioGenie on your local machine, follow these steps:
1. Clone the repository:
```sh
git clone https://github.com/yourusername/biogenie.git
```
2. Navigate to the project directory:
```sh
cd biogenie
```
3. Install dependencies:
```sh
npm install
```
4. Start the development server:
```sh
npm run dev
```