🗂️ Table of Contents
The AI Course Generator is a web application designed to help users create customized courses with the assistance of AI. By using the Gemini API, users can input their own parameters to generate a course that can serve educational purposes or be shared with friends. The platform includes:
- 🔐 Clerk Authentication for secure login.
- 🌐 Google Gemini API for dynamic course creation.
- 📊 Drizzle ORM & Firebase for efficient data handling.
- ⚡ Built with Next.js & Tailwind CSS for a modern UI.
This project is built using modern technologies to ensure performance and scalability.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Ensure you have the following installed:
- Node.js (latest stable version)
- npm
npm install npm@latest -g
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
-
Get a free API Key at https://example.com
-
Clone the repo
git clone https://github.com/github_username/ai-course-generator.git
-
Install NPM packages
npm install
-
Enter your API in
config.jsNEXT_PUBLIC_HOST_NAME=your-vercel-deployment-url CLERK_FRONTEND_API=your-clerk-api-key GEMINI_API_KEY=your-gemini-api-key
-
Change git remote url to avoid accidental pushes to base project
git remote set-url origin https://github.com/github_username/your-repo-name.git git remote -v # confirm the changes -
Start the development server npm run dev
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature-name) - Commit your Changes (
git commit -m 'Add some feature') - Push to the Branch (
git push origin feature-name) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Thanh Dat Vu - LinkedIn - thanhdatvu.203@gmail.com
Project Link: https://github.com/ThanhDatVu111/AI_CourseGenerator



