AI Toolkit Pro is a full-stack application that offers a range of AI functionalities such as Text-to-Image conversion, Article Summarization, and a Custom Chatbot. The application is seamlessly integrated with Stripe for premium feature access, positioning it as a ready-to-launch business application with built-in monetization capabilities.
(I tried to rebuild a project of codewithantonio without watching the video tutorial, and I added other features like a customizable chatbot with a knowledge base)
Watch the AI Toolkit demo below:
- Text-to-Image Conversion: Convert textual descriptions into images.
- Article Summarization: Summarize long articles into concise versions.
- Custom Chatbot: Engage with a chatbot tailored to your needs.
- Premium Features: Unlock premium features through Stripe payments.
- Next.js
- TypeScript
- Nextauth
- OpenAI API
- MySQL Database
- Prisma
- Stripe
- Node.js installed on your machine.
- MySQL Database setup.
-
Clone this repository to your local machine.
git clone https://github.com/RiccardoRiccio/AI-Toolkit-Pro.git
-
Insert your credential for the various API in the .env file
-
Open terminal and run the following command.
npm run dev