{"id":44550266,"url":"https://github.com/jiweiyeah/nextjs-saas-template","last_synced_at":"2026-02-13T19:28:21.929Z","repository":{"id":263094047,"uuid":"889311736","full_name":"jiweiyeah/nextjs-saas-template","owner":"jiweiyeah","description":"A simple and user-friendly, SEO-friendly Next.js template designed for quick setup of landing pages, SaaS websites, and more, without complex configurations.","archived":false,"fork":false,"pushed_at":"2024-12-09T11:43:14.000Z","size":15588,"stargazers_count":57,"open_issues_count":2,"forks_count":10,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-09T12:35:02.517Z","etag":null,"topics":["landing-page","nextjs-template","saas","seo-friendly"],"latest_commit_sha":null,"homepage":"https://distributer.top","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jiweiyeah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"yeheboo","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"yeheboo","thanks_dev":null,"custom":null}},"created_at":"2024-11-16T03:39:08.000Z","updated_at":"2024-12-09T11:43:18.000Z","dependencies_parsed_at":"2024-11-16T06:22:18.147Z","dependency_job_id":"0e65636c-42bf-452c-89c4-c0b449d669b6","html_url":"https://github.com/jiweiyeah/nextjs-saas-template","commit_stats":null,"previous_names":["jiweiyeah/nextjs-saas-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jiweiyeah/nextjs-saas-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiweiyeah%2Fnextjs-saas-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiweiyeah%2Fnextjs-saas-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiweiyeah%2Fnextjs-saas-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiweiyeah%2Fnextjs-saas-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jiweiyeah","download_url":"https://codeload.github.com/jiweiyeah/nextjs-saas-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiweiyeah%2Fnextjs-saas-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29415411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["landing-page","nextjs-template","saas","seo-friendly"],"created_at":"2026-02-13T19:28:21.744Z","updated_at":"2026-02-13T19:28:21.917Z","avatar_url":"https://github.com/jiweiyeah.png","language":"TypeScript","funding_links":["https://ko-fi.com/yeheboo","https://buymeacoffee.com/yeheboo"],"categories":[],"sub_categories":[],"readme":"[English Documentation](README.md) | [中文文档](README_CN.md)\n\n\n# nextjs-saas-template\n\nA simple and user-friendly, SEO-friendly Next.js template designed for quick setup of landing pages, SaaS websites, and more, without complex configurations.\n\nThe template is continuously updated…\n\n## Preview\n\n- `template-custom Black-and-white minimalist theme`\n\n![1](./images/1.png)\n\n![1](./images/2.png)\n\n![1](./images/3.png)\n\n![1](./images/4.png)\n\n![1](./images/11.png)\n\n- `template-gradient Colorful gradient theme`\n\n![1](./images/5.png)\n\n![1](./images/6.png)\n\n![1](./images/7.png)\n\n![1](./images/8.png)\n\n![1](./images/9.png)\n\n![1](./images/10.png)\n\n## Tech Stack\n\n- next.js 14\n- shadcn/ui\n- radix-ui\n- tailwindcss\n- lucide   \n- i18next\n- supabase\n- google oauth\n- github oauth\n\n## Features\n\n- Dark mode\n- SEO-friendly\n- Multi-language support\n- Blog\n- Pricing\n- Login/Registration(Email, Github, Google)\n- User dashboard\n\n## Usage\n\n- Clone the repository\n  ```bash\n  git clone git@github.com:jiweiyeah/nextjs-saas-template.git\n  ```\n- Install dependencies\n  ```bash\n  cd nextjs-saas-template/template-custom\n  npm install\n\n  cd nextjs-saas-template/template-gradient\n  npm install\n  ```\n- Configure environment variables\n  ```bash\n  NEXT_PUBLIC_SUPABASE_URL=xxxxx\n  NEXT_PUBLIC_SUPABASE_ANON_KEY=xxxxx\n  NEXT_PUBLIC_APP_URL=xxxxx\n\n  # Github OAuth\n  GITHUB_CLIENT_ID=xxxxx\n  GITHUB_CLIENT_SECRET=xxxxx \n  GITHUB_CALLBACK_URL=xxxxx/api/auth/github/callback\n\n  # Google OAuth\n  GOOGLE_CLIENT_ID=xxxxx\n  GOOGLE_CLIENT_SECRET=xxxxx\n  ```\n- Run the project\n  ```bash\n  cd nextjs-saas-template/template-custom\n  npm run dev\n\n  cd nextjs-saas-template/template-gradient\n  npm run dev\n  ```\n\n## Deployment\n- [Vercel](https://vercel.com/docs)\n- [Netlify](https://docs.netlify.com/frameworks/next-js/overview/)\n\n## Contact\n\nFeel free to reach out and share your valuable feedback!\n\nEmail: freeourdays@gmail.com\n\nTwitter: https://x.com/freeourdays\n\nWeChat: yeheboo\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"./images/WechatIMG248.jpg\" alt=\"Image 1\" width=\"200\"\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"./images/WechatIMG276.jpg\" alt=\"Image 2\" width=\"200\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiweiyeah%2Fnextjs-saas-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjiweiyeah%2Fnextjs-saas-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiweiyeah%2Fnextjs-saas-template/lists"}