{"id":19198557,"url":"https://github.com/wolfgunblood/nextjs-saaskit","last_synced_at":"2025-06-17T11:09:30.905Z","repository":{"id":246001511,"uuid":"819713550","full_name":"wolfgunblood/nextjs-saaskit","owner":"wolfgunblood","description":"An Open Source Next.js Saas Kit","archived":false,"fork":false,"pushed_at":"2024-09-27T04:01:25.000Z","size":455,"stargazers_count":109,"open_issues_count":1,"forks_count":17,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-17T07:41:38.487Z","etag":null,"topics":["authentication","drizzle-orm","lemon-squeezy","nextjs","shadcn-ui","stack","tailwind","turso"],"latest_commit_sha":null,"homepage":"https://saaskit.one","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wolfgunblood.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-06-25T04:09:53.000Z","updated_at":"2025-05-08T11:31:41.000Z","dependencies_parsed_at":"2024-06-26T08:57:35.223Z","dependency_job_id":"6963ddbf-5a95-44c8-8f4f-0603322db1d7","html_url":"https://github.com/wolfgunblood/nextjs-saaskit","commit_stats":null,"previous_names":["wolfgunblood/openboilerplate","wolfgunblood/nextjs-saaskit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wolfgunblood/nextjs-saaskit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfgunblood%2Fnextjs-saaskit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfgunblood%2Fnextjs-saaskit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfgunblood%2Fnextjs-saaskit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfgunblood%2Fnextjs-saaskit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wolfgunblood","download_url":"https://codeload.github.com/wolfgunblood/nextjs-saaskit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfgunblood%2Fnextjs-saaskit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260346875,"owners_count":22995151,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["authentication","drizzle-orm","lemon-squeezy","nextjs","shadcn-ui","stack","tailwind","turso"],"created_at":"2024-11-09T12:22:38.881Z","updated_at":"2025-06-17T11:09:25.874Z","avatar_url":"https://github.com/wolfgunblood.png","language":"TypeScript","funding_links":[],"categories":["Boilerplates \u0026 Starters"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003ch1\u003eNext.js SaaS kit\u003c/h1\u003e\n\u003cp\u003e🔥 Open Source MVP Boilerplate\u003c/p\u003e\n\n[![GitHub Repo stars](https://img.shields.io/github/stars/wolfgunblood/nextjs-saaskit)](https://github.com/wolfgunblood/nextjs-saaskit)\n\n\u003c/div\u003e\n\u003cbr /\u003e\n\u003c!-- \n![](https://img.shields.io/badge/contributors-1-white)\n![](https://img.shields.io/badge/commits-20-white)\n![](https://img.shields.io/badge/test%20coverage-96%25-brightgreen)\n![](https://img.shields.io/badge/open%20source-true-brightgree) --\u003e\n\n\u003cimg width=\"1359\" alt=\"image\" src=\"https://utfs.io/f/6065a913-376e-43a3-a59d-519c358e737f-8pkbvt.png\"\u003e\n\n## Motivation\n\nImplementing authentication in Next.js, especially Email+Password authentication, Oauth, payments, and database integration can be challenging.\n\nNo more hassle with user management. No more hassle for payment integrations. No more building a landing page from scratch.\n\nA done-for-you starter kit\n\n## Key Features\n\n- **Authentication:** 💼 Support for Credential and OAuth(google,github) authentication.\n- **Authorization:** 🔒 Easily manage public and protected routes within the `app directory`.\n- **Email Verification:** 📧 Verify user identities through email.\n- **Password Reset:** 🔑 Streamline password resets by sending email password reset links.\n- **Lemonsqueezy Payment:** 💳 Setup user subscriptions seamlessly with lemonsqueezy.\n- **Turso Database:** 🛢️ Utilize a turso database set up.\n- **Drizzle ORM:** 🛢️ Utilize a Drizzle ORM.\n\n## Tech Stack\n\n- [Next.js](https://nextjs.org)\n- [Stack Auth](https://stack-auth.com/)\n- [Tailwind CSS](https://tailwindcss.com)\n- [Shadcn UI](https://ui.shadcn.com/)\n- [React Hook Form](https://www.react-hook-form.com/)\n\n## Get Started\n\n1. `git clone https://github.com/wolfgunblood/nextjs-saaskit`\n2. `cd projectName`\n3. Copy `.env.loc` to `.env.local`\n4. Copy `.env.example` to `.env`\n5. Update env variables\n6. Run `npm install` to install dependencies.\n7. Execute `npm dev` to start the development server and enjoy!\n\n## Roadmap\n\n- [ ] Stripe Integration\n- [ ] Resend Integration\n- [ ] Prisma Integration\n\n## Contributing\n\nTo contribute, fork the repository and create a feature branch. Test your changes, and if possible, open an issue for discussion before submitting a pull request. Follow project guidelines, and welcome feedback to ensure a smooth integration of your contributions. Your pull requests are warmly welcome.\n\n### New\n\n[NextWrapper](https://nextwrapper.com/) - An AI-powered No-Code tool to build your SaaS.\n\nBuild SaaS, AI tool, and web app builder in days not months\n\nAn AI-powered No-Code tool to build your SaaS, AI tool, or any web app in days—not months. Stop wasting time setting up everything \u0026 leverage AI to build your startup today!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolfgunblood%2Fnextjs-saaskit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwolfgunblood%2Fnextjs-saaskit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolfgunblood%2Fnextjs-saaskit/lists"}