A modern, full-featured SaaS template built with Next.js 13, React, Tailwind CSS, and TypeScript. This template provides everything you need to quickly launch your AI-powered SaaS product.
Clone the repository:
git clone https://github.com/quick-start-ai-saas/quick-start-ai-saas-template.git
cd ai-native-saas-template
Install dependencies:
npm install
# or
yarn install
# or
pnpm install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
project/
āāā app/ # Next.js 13 app directory
ā āāā dashboard/ # Dashboard pages
ā āāā auth/ # Authentication pages
ā āāā ... # Other pages
āāā components/ # React components
ā āāā ui/ # UI components
ā āāā dashboard/ # Dashboard components
ā āāā landing/ # Landing page components
āāā hooks/ # Custom React hooks
āāā lib/ # Utility functions
āāā public/ # Static files
āāā styles/ # Global styles
Build the application:
npm run build
# or
yarn build
# or
pnpm build
Start the production server:
npm start
# or
yarn start
# or
pnpm start
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or need help, please open an issue in the GitHub repository.