#Bio Generator
This project is an AI-powered Bio & Cover Letter Generator built with Next.js and TypeScript. It allows users to generate compelling bios and cover letters based on their role, vibe, and additional context using AI.
- Generate LinkedIn bios based on user input
- Choose from different vibes (Professional, Creative, Casual, etc.)
- Copy generated bios to clipboard
- Responsive design
- Node.js (>= 14.x)
- npm or yarn
-
Clone the repository:
git clone https://github.com/aldotobing/linkedin-bio-generator.git cd linkedin-bio-generator -
Install dependencies:
npm install # or yarn install
To start the development server, run:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the application.
To build the project for production, run:
npm run build
# or
yarn buildTo export the project as static files for GitHub Pages, run:
npm run export
# or
yarn exportCreate a .env.local file in the root directory and add the following environment variables:
NEXT_PUBLIC_API_ENDPOINT=<your_api_endpoint>
- Enter your role in the input field.
- Choose a vibe that best suits your personality or job role.
- Add any additional context or details.
- Click the "Generate Bio" button to create your LinkedIn bio.
- Copy the generated bio to your clipboard using the "Copy to Clipboard" button.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is deployed to GitHub Pages using GitHub Actions. The deployment workflow is defined in .github/workflows/deploy.yml.
This project is licensed under the MIT License.