Automatic Blog Post Generation with ChatGPT
This project is a complete full-stack application built with Next.js 13.3 that automatically generates blog post content using ChatGPT. It utilizes the latest Next.js version with the app directory structure, Prisma as the ORM, TipTap for text editing, and TypeScript as the programming language. The application is deployed on Vercel.
- Node.js (v14 or higher)
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/Dawitlior/blog-ai-app.git
- Navigate to the project directory:
cd project-directory
- Install dependencies:
npm install
- Set up the environment variables required for the project.
- Configure the Prisma connection details in the
.env
file.
- Run the development server:
npm run dev
- Open your browser and access the application at
http://localhost:3000
- Access the application in your web browser.
- Create an account or log in to an existing account.
- Navigate to the blog post creation section.
- Start writing the blog post content in the user-friendly TipTap editor.
- Optionally, use the "Auto-generate" feature to automatically generate blog post content with ChatGPT.
- Review and edit the generated content as needed.
- Save the blog post and publish it to make it available to readers.
The application is deployed for free on Vercel. Any changes pushed to the main branch will trigger an automatic deployment.
- Automatic generation of blog post content using ChatGPT
- User-friendly text editing with TipTap
- Seamless integration with Prisma as the ORM
- Fully typed with TypeScript for enhanced reliability
- Deployed for free on Vercel
- Next.js 13.3
- Prisma (ORM)
- TipTap (Text Editing)
- TypeScript
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -am 'Add some feature'
- Push the branch:
git push origin feature/your-feature-name
- Submit a pull request
If you have any questions, suggestions, or issues, please feel free to contact with me at Dawitlior777@gmail.com
- Ai response in Progress