Skip to content

This repo houses an AI SaaS platform project demonstrating integration of five AI tools using Next.js 13 App Router. Features include client-side routing, a Stripe subscription system, error handling with Crisp, and authentication via Clerk. It'll also make use of the new Shadcn components

Notifications You must be signed in to change notification settings

PoweredByEnergyDrinks/ai-saas-next-js

Repository files navigation

AI SaaS Platform Portfolio Project (AIssential Tools)

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.

Getting Started

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.

Project Details

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

Technology Stack

  • Framework: Next.js 13
  • Authentication: Clerk
  • Billing & Subscriptions: Stripe
  • UI Components: Shadcn/ui
  • Customer Support: Crisp
  • Other tools: React, Tailwind, Prisma, MySQL

Deployment

This Next.js app can be effortlessly deployed using the Vercel Platform.

For more information, visit Next.js deployment documentation.

About

This repo houses an AI SaaS platform project demonstrating integration of five AI tools using Next.js 13 App Router. Features include client-side routing, a Stripe subscription system, error handling with Crisp, and authentication via Clerk. It'll also make use of the new Shadcn components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published