{"id":14964220,"url":"https://github.com/devstack-be/nuxt-saas-stripe-starter","last_synced_at":"2026-03-04T10:02:11.609Z","repository":{"id":248846992,"uuid":"829950986","full_name":"devstack-be/nuxt-saas-stripe-starter","owner":"devstack-be","description":"Open-source SaaS Starter. Built using Nuxt 4, Nuxt UI, Nuxt Content, Prisma, Neon, Sidebase Nuxt Auth, Resend and Stripe","archived":false,"fork":false,"pushed_at":"2025-10-15T19:38:45.000Z","size":1087,"stargazers_count":32,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-16T01:04:10.219Z","etag":null,"topics":["authjs","contentlayer","neondb","nuxt-auth","nuxt-content","nuxt-content-v2","nuxt-ui","nuxt-ui-v4","nuxt4","nuxtcontent","nuxtjs","prisma","resend","stripe","tailwindcss","vue","vuejs"],"latest_commit_sha":null,"homepage":"https://nuxt-saas-stripe-starter.vercel.app","language":"Vue","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/devstack-be.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-17T10:09:01.000Z","updated_at":"2025-10-15T19:38:48.000Z","dependencies_parsed_at":"2024-07-20T09:42:39.038Z","dependency_job_id":"8d26de44-3767-43db-98a4-d231f9b9826c","html_url":"https://github.com/devstack-be/nuxt-saas-stripe-starter","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"b22855523665384393ac769d9171d80a7bbf16e9"},"previous_names":["devstack-be/nuxt-saas-stripe-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devstack-be/nuxt-saas-stripe-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devstack-be%2Fnuxt-saas-stripe-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devstack-be%2Fnuxt-saas-stripe-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devstack-be%2Fnuxt-saas-stripe-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devstack-be%2Fnuxt-saas-stripe-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devstack-be","download_url":"https://codeload.github.com/devstack-be/nuxt-saas-stripe-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devstack-be%2Fnuxt-saas-stripe-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30078306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"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":["authjs","contentlayer","neondb","nuxt-auth","nuxt-content","nuxt-content-v2","nuxt-ui","nuxt-ui-v4","nuxt4","nuxtcontent","nuxtjs","prisma","resend","stripe","tailwindcss","vue","vuejs"],"created_at":"2024-09-24T13:32:48.913Z","updated_at":"2026-03-04T10:02:11.603Z","avatar_url":"https://github.com/devstack-be.png","language":"Vue","readme":"\n  \u003cimg alt=\"SaaS Starter\" src=\"public/social-card.png\"/\u003e\n  \u003ch1 align=\"center\"\u003eNuxt 4 - SaaS Stripe Starter\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Build and deploy your Nuxt SaaS within minutes !\n\u003c/p\u003e\n\n## Introduction\n\nNuxt SaaS Starter is a **open source boilerplate** and will help you to create your own SaaS website with Nuxt.js. It is built with Nuxt 4, Nuxt UI and Nuxt Content. It is a perfect starting point for your next project.\n\nThis template is inspired by:\n\n- [Next SaaS Stripe Starter](https://github.com/mickasmt/next-saas-stripe-starter) - GitHub repository\n\n[The documentation](https://nuxt-saas-stripe-starter.vercel.app) is your go-to resource for configuring and using the starter effectively.\n\nLet's get started and happy coding!\n\n## Installation\n\n- You can start a fresh new project by cloning the repository from GitHub. Run the following command in your terminal\n\n```bash\ngit clone https://github.com/devstack-be/nuxt-saas-stripe-starter\n```\n\n- Or, deploy with Vercel:\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fdevstack-be%2Fnuxt-saas-stripe-starter)\n\n### Steps\n\n- Install dependencies using pnpm:\n\n```sh\npnpm install\n```\n\n- Copy `.env.example` to `.env.local` and update the variables.\n\n```sh\ncp .env.example .env.local\n```\n\n- Start the development server:\n\n```sh\npnpm run dev\n```\n\n\u003e [!NOTE]  \n\u003e Let's check the [configuration](https://nuxt-saas-stripe-starter.vercel.app/docs/getting-started/authentification) part for update all environment variables before use `pnpm run dev`\n\n## Roadmap\n\n- [ ] Add user Roles\n- [ ] Add Admin panel\n\n## Tech Stack + Features\n\n### Stack\n\n- [Nuxt 4](https://nuxt.com) - The Intuitive Vue Framework\n- [Prisma ORM](https://prisma.io) - Next-generation ORM for Node.js \u0026 TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB\n- [Sidebase Nuxt Auth](https://sidebase.io/nuxt-auth) - Effortlessly connect your Nuxt 4 application with Google, Github, Azure and countless others.\n- [Stripe](https://stripe.com) - Online payment processing for internet businesses\n\n### UI\n\n- [Nuxt UI / TailwindCSS](https://ui.nuxt.com/) – A UI Library for Modern Web Apps\n- [Nuxt Image](https://image.nuxt.com/) – Optimized Images for your Nuxt Apps\n- [Pinia Nuxt](https://nuxt.com/modules/pinia) – The Vue Store that you will enjoy using\n- [Nuxt Content](https://content.nuxt.com/) – Create a powerful data layer for your application. Use Vue components in Markdown with the MDC syntax.\n- [Nuxt OG Image](https://nuxt.com/modules/og-image) – Generate OG Images with Vue templates in Nuxt.\n\n### Platforms\n\n- [Vercel](https://vercel.com/) – Easily preview \u0026 deploy changes with git\n- [Resend](https://resend.com/) – A powerful email framework for streamlined email development\n- [Neon](https://neon.tech/) – Serverless Postgres with autoscaling, branching, bottomless storage and generous free tier.\n\n### Hooks and Utilities\n\n- `nFormatter` – Format numbers with suffixes like `1.2k` or `1.2M`\n- `withoutTrailingSlash` - Remove trailing slashes from URLs\n- `hasTrailingSlash` - Check if a URL has a trailing slash\n\n### Code Quality\n\n- [TypeScript](https://www.typescriptlang.org/) – Static type checker for end-to-end typesafety\n- [ESLint](https://eslint.org/) – Pluggable linter for Next.js and TypeScript\n\n### Miscellaneous\n\n- [Vercel Analytics](https://vercel.com/analytics) – Track unique visitors, pageviews, and more in a privacy-friendly way\n\n## Author\n\nCreated by [@devstack-be](https://www.devstack.be) in 2024, released under the [MIT license](https://github.com/devstack-be/nuxt-saas-stripe-starter/blob/main/LICENSE.md).\n\n## Credits\n\nThis project was inspired by [Next SaaS Stripe Starter](https://github.com/mickasmt/next-saas-stripe-starter) and built with [Nuxt UI SaaS]([https://github.com/mickasmt/next-saas-stripe-starter](https://github.com/nuxt-ui-templates/saas))\n\nThis project was also inspired by shadcn's [Taxonomy](https://github.com/shadcn-ui/taxonomy), Steven Tey’s [Precedent](https://github.com/steven-tey/precedent), and Antonio Erdeljac's [Next 13 AI SaaS](https://github.com/AntonioErdeljac/next13-ai-saas).\n\n- Shadcn ([@shadcn](https://twitter.com/shadcn))\n- Steven Tey ([@steventey](https://twitter.com/steventey))\n- Antonio Erdeljac ([@YTCodeAntonio](https://twitter.com/AntonioErdeljac))\n","funding_links":[],"categories":["Vue"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevstack-be%2Fnuxt-saas-stripe-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevstack-be%2Fnuxt-saas-stripe-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevstack-be%2Fnuxt-saas-stripe-starter/lists"}