A modern, production-ready starter kit for building SaaS applications with Next.js 14 and TypeScript.
https://saas-dashboard-starter.vercel.app/
Clone the repository:
git clone https://github.com/the-mihir/saas-dashboard-starter.git
Install dependencies:
npm install
# or
pnpm install
# or
bun install
Set up environment variables:
Create a .env.local
file in the root directory with your environment variables.
Run the development server:
npm run dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 in your browser to see the result.
src/
āāā app/ # Next.js app directory
āāā components/ # Reusable components
āāā lib/ # Utility functions and configurations
āāā types/ # TypeScript type definitions
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 find this project useful, please give it a āļø star on GitHub!
Created by The Mihir
Made with ā¤ļø by The Mihir