- 🛠️ Complete SaaS built in modern Next.js
- 💻 Beautiful landing page included
- 🎨 Custom artworks made by a professional illustrator
- ✉️ Real-time event messages via Discord
- 🖥️ Clean & intuitive event monitoring dashboard
- 💳 Secure payments using Stripe
- 🛍️ Customers can purchase your PRO plan
- 🌟 Clean, modern UI on top of shadcn-ui
- 🔑 Authentication using Clerk
- Nextjx 15
- TypeScript
- Tailwind CSS
- Clerk
- Stripe
- Tanstack Query
- Shadcn UI
- Discord API
- NeonDB + Prisma ORMs
To get started with this project, run
git clone https://github.com/parthiv011/saas.git
and copy the .env.example variables into a separate .env file, fill them out & and that's all you need to get started!
Run this follwing command in your terimnal
Step 1: Install Dependencies
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Step 2: Run the app
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.