BioGPT is an intelligent web application built with Next.js, Tailwind CSS, and OpenAI's GPT models. It helps users effortlessly generate engaging and personalized bios, welcome messages, and improved content for social media platforms.
Build and run the development environment using Docker Compose:
make build
make start
Build the production Docker image:
docker build -f prod.Dockerfile -t biogpt-prod .
docker run -p 3000:3000 biogpt-prod
yarn dev
yarn build
yarn start
yarn run clean
The project includes a GitHub Actions workflow (.github/workflows/nextjs.yml
) configured for automated deployment. Adjust and uncomment the deployment steps to deploy to GitHub Pages or other hosting providers.
This project is licensed under the MIT License - see the LICENCE file for details.