wikiSavvy is a powerful AI-based SaaS application built on Next.js 14 with TypeScript, Tailwind, and Shadcn. It leverages OpenAI and Replicate for diverse content generation, offering capabilities for code, video, music, and image creation. The application also integrates secure authentication with Clerk, subscription data management with Prisma and MySQL, and seamless payment processing through Stripe.
Deployed on Vercel, check out the app at https://wiki-savvy.vercel.app/
Email : [email protected] Pass : test##54321
- AI Generation: Utilize OpenAI and Replicate for code, video, music, and image generation.
- Authentication: Secure user authentication with Clerk and OAuth.
- Subscription Management: Use Prisma with MySQL for efficient free and pro subscription data management.
- Payment Integration: Seamless payment processing through Stripe for upgrading to unlimited AI generation.
- Live Support: Enhance user experience with live support through Crisp.
The application is deployed on Vercel and can be accessed here.
- Clone the repository:
git clone https://github.com/vickykumar123/wikiSavvy.git
- Install dependencies:
npm install
- Run the application:
npm run dev