An open API service indexing awesome lists of open source software.

https://github.com/dollarakshay/nextjs-template

A personal template that I use for building SaaS applications, but feel free to use it for your own projects. Here is a website i built with it 👇
https://github.com/dollarakshay/nextjs-template

copilot-enabled nextjs react tailwind

Last synced: about 1 month ago
JSON representation

A personal template that I use for building SaaS applications, but feel free to use it for your own projects. Here is a website i built with it 👇

Awesome Lists containing this project

README

          

# Next.js SaaS Template

![Next.js](https://img.shields.io/badge/Next.js-15-black?logo=next.js&logoColor=white)
![React](https://img.shields.io/badge/React-19-61DAFB?logo=react&logoColor=white)
![TypeScript](https://img.shields.io/badge/TypeScript-5-3178C6?logo=typescript&logoColor=white)
![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-4-06B6D4?logo=tailwindcss&logoColor=white)
![Material UI](https://img.shields.io/badge/Material_UI-7.1.1-0081CB?logo=mui&logoColor=white)
![ESLint](https://img.shields.io/badge/ESLint-9-4B32C3?logo=eslint&logoColor=white)
![License](https://img.shields.io/badge/License-MIT-green.svg)

**Note:** I have taken a lot of time to ensure that this template is minimized and setup correctly without any unnecessary bloat. This is a personal template that I use for building SaaS applications, but feel free to use it for your own projects.

## 🚀 Overview

This template is built for **solo developers** and **small teams** who need to ship SaaS applications quickly without sacrificing code quality or user experience. It's optimized for **form-heavy applications** with a focus on clean, premium design and developer productivity.

### ✨ What's Included

- **🛠️ Modern tooling** setup with TypeScript, ESLint, and CSS layers
- **🎨 Theme integration** between MUI and Tailwind CSS
- **🌙 Dark mode** toggle component ready to use
- **📱 Responsive** layout patterns and provider setup

## 🛠️ Tech Stack

| Technology | Version | Purpose |
|------------|---------|---------|
| **Next.js** | v15 | React framework with App Router |
| **React** | v19 | UI library |
| **TypeScript** | v5 | Type safety and developer experience |
| **Tailwind CSS** | v4 | Utility-first CSS framework |
| **Material UI** | v7.1.1 | React component library |
| **ESLint** | v9 | Code linting with flat config |

## 🚀 Getting Started

After cloning this starter, spend a few minutes adapting it to your project:

1. Delete the `.git` folder to start with a clean git history.
2. Rename the app and update the project overview text.
3. Update branding and theme choices for your product.
4. Review `AGENTS.md` and the `docs/` folder for project guidance.

```bash
# Clone or download this template
# Navigate to the project directory

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

# Start production server
npm start

# Run linting
npm run lint

# Run linting with auto-fix
npm run lint:fix
```

Open [http://localhost:3000](http://localhost:3000) to see your application.

## 💡 Design Approach

This template follows a **Tailwind-first philosophy** where utility classes handle most styling, while Material UI provides complex interactive components. You could use a monochromatic color scheme for a clean, premium feel that's perfect for SaaS applications. Focus is on shipping quickly while maintaining code quality and visual consistency. Many of these design principles and coding guidelines are detailed in the `copilot-instructions.md` file, which you can freely edit if you're using GitHub Copilot.
## 📄 License

MIT - feel free to use this template for personal or commercial projects.