This is an AI SaaS platform developed with Next.js, showcasing integration of five unique AI tools, a Stripe subscription system, and a Crisp customer support system. This project was built following the tutorial: "Build a SaaS AI Platform with Next.js 13, React, Tailwind, Prisma, Stripe | Full Tutorial 2023" - Code with Antonio.
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 to see the result.
You can modify app/page.tsx
to start editing. The page auto-updates as you make changes.
The project utilizes next/font
to load Inter, a custom Google Font.
This portfolio project features:
- Advanced client-side routing with Next.js 13 App Router
- User billing through a Stripe subscription system
- Five distinct AI tools powered by OpenAI and Replicate AI
- Crisp-driven error handling and customer support system
- Clerk implemented authentication
- Framework: Next.js 13
- Authentication: Clerk
- Billing & Subscriptions: Stripe
- UI Components: Shadcn/ui
- Customer Support: Crisp
- Other tools: React, Tailwind, Prisma, MySQL
This Next.js app can be effortlessly deployed using the Vercel Platform.
For more information, visit Next.js deployment documentation.