https://github.com/jiweiyeah/nextjs-saas-template
A simple and user-friendly, SEO-friendly Next.js template designed for quick setup of landing pages, SaaS websites, and more, without complex configurations.
https://github.com/jiweiyeah/nextjs-saas-template
landing-page nextjs-template saas seo-friendly
Last synced: 5 months ago
JSON representation
A simple and user-friendly, SEO-friendly Next.js template designed for quick setup of landing pages, SaaS websites, and more, without complex configurations.
- Host: GitHub
- URL: https://github.com/jiweiyeah/nextjs-saas-template
- Owner: jiweiyeah
- License: apache-2.0
- Created: 2024-11-16T03:39:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T11:43:14.000Z (over 1 year ago)
- Last Synced: 2024-12-09T12:35:02.517Z (over 1 year ago)
- Topics: landing-page, nextjs-template, saas, seo-friendly
- Language: TypeScript
- Homepage: https://distributer.top
- Size: 14.9 MB
- Stars: 57
- Watchers: 1
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[English Documentation](README.md) | [中文文档](README_CN.md)
# nextjs-saas-template
A simple and user-friendly, SEO-friendly Next.js template designed for quick setup of landing pages, SaaS websites, and more, without complex configurations.
The template is continuously updated…
## Preview
- `template-custom Black-and-white minimalist theme`





- `template-gradient Colorful gradient theme`






## Tech Stack
- next.js 14
- shadcn/ui
- radix-ui
- tailwindcss
- lucide
- i18next
- supabase
- google oauth
- github oauth
## Features
- Dark mode
- SEO-friendly
- Multi-language support
- Blog
- Pricing
- Login/Registration(Email, Github, Google)
- User dashboard
## Usage
- Clone the repository
```bash
git clone git@github.com:jiweiyeah/nextjs-saas-template.git
```
- Install dependencies
```bash
cd nextjs-saas-template/template-custom
npm install
cd nextjs-saas-template/template-gradient
npm install
```
- Configure environment variables
```bash
NEXT_PUBLIC_SUPABASE_URL=xxxxx
NEXT_PUBLIC_SUPABASE_ANON_KEY=xxxxx
NEXT_PUBLIC_APP_URL=xxxxx
# Github OAuth
GITHUB_CLIENT_ID=xxxxx
GITHUB_CLIENT_SECRET=xxxxx
GITHUB_CALLBACK_URL=xxxxx/api/auth/github/callback
# Google OAuth
GOOGLE_CLIENT_ID=xxxxx
GOOGLE_CLIENT_SECRET=xxxxx
```
- Run the project
```bash
cd nextjs-saas-template/template-custom
npm run dev
cd nextjs-saas-template/template-gradient
npm run dev
```
## Deployment
- [Vercel](https://vercel.com/docs)
- [Netlify](https://docs.netlify.com/frameworks/next-js/overview/)
## Contact
Feel free to reach out and share your valuable feedback!
Email: freeourdays@gmail.com
Twitter: https://x.com/freeourdays
WeChat: yeheboo