Overview
The Micro SaaS AI Starter is a project that allows users to build a Micro SaaS AI Platform using Next.js 14, React, Tailwind, Prisma, Stripe, and GeneratedBy. It is a fork of the next13-ai-saas project by Antonio Erdeljac. The project includes various features such as AI prompts folders for generating main project pages, folder structure in Next 14 App Router, Next Intl for Internationalization, Shadcn UI on top of Radix UI, Tailwind & Framer Motion animations and effects, Clerk Authentication, client form validation and handling using react-hook-form, server error handling using react-toast, GeneratedBy Prompt based Application APIs, Stripe monthly subscription, free tier with API limiting, and full responsiveness.
Features
- AI prompts folders: Generate main project pages such as Terms of Service, FAQ, Privacy Policy, About, Documentation, etc.
- Folder structure in Next 14 App Router: Organize project files and components in a folder structure using Next.js 14.
- Next Intl for Internationalization: Support multiple languages using Next Intl.
- Shadcn UI on top of Radix UI: Use Shadcn UI components on top of Radix UI.
- Tailwind & Framer Motion animations and effects: Apply animations and effects using Tailwind CSS and Framer Motion.
- Clerk Authentication: Enable authentication using Clerk with options for email, Google, and other social logins.
- Client form validation and handling using react-hook-form: Validate and handle forms on the client-side using react-hook-form.
- Server error handling using react-toast: Display error messages and handle server errors using react-toast.
Installation
To install the Micro SaaS AI Starter, follow these steps:
- Clone the repository.
- Install the required packages.
- Set up the
.envfile. - Set up Prisma.
- Add a MySQL database.
- Start the app.
Here are the available commands:
npm run dev: Start a development instance of the app.npm run build: Build the application for production.npm start: Start the production application.npm run lint: Lint the application code.npm run postinstall: Generate Prisma client after install.
Summary
The Micro SaaS AI Starter is a project that provides a starting point for building a Micro SaaS AI Platform. It offers various features such as AI prompts for generating main project pages, internationalization support, UI components, animations and effects, authentication, form validation, and error handling. The installation process is straightforward, requiring cloning the repository, installing packages, setting up the environment, configuring Prisma and a database, and starting the app. Overall, the Micro SaaS AI Starter is a useful tool for developers looking to build a SaaS platform with AI capabilities.