Maintenance
2 of 30POINTSWhether the code is still moving, and whether more than one person is moving it.
Last commit
0 pts778 days since the last commit
Recency of the last commit, 15 points inside a month, 12 inside three, 8 inside six, 4 inside a year, 0 after that.
github.com/mickasmt/next-saas-stripe-starterTagged releases
0 pts0 tagged releases in the last twelve months
Tagged releases in the last twelve months, 10 points at four or more, sliding to 0 at none.
github.com/mickasmt/next-saas-stripe-starterContributors
2 pts4 contributors
Contributor count, 5 points at twenty or more, sliding to 0 at none.
github.com/mickasmt/next-saas-stripe-starterCompleteness
12.5 of 25POINTSHow many of the fourteen things people buy a starter kit for are actually in it.
Capabilities found
12.5 pts7 of the 14 a buyer looks for
For an open-source kit, each capability is looked for in the dependency manifest and the file tree, what the kit ships, not what its README says.
Authentication
dependency: next-auth
Social / OAuth login
dependency: @auth/prisma-adapter
Teams & organisations
not found in repo tree or manifests
Roles & permissions
not found in repo tree or manifests
Payments & billing
dependency: stripe
Transactional email
dependency: resend
Admin panel
file: app/(protected)/admin/layout.tsx
Internationalisation
not found in repo tree or manifests
Test suite
not found in repo tree or manifests
CI pipeline
not found in repo tree or manifests
Background jobs
not found in repo tree or manifests
Webhook handling
file: app/api/webhooks/stripe/route.ts
Blog / content
file: app/(marketing)/(blog-post)/blog/[slug]/page.tsx
File uploads
not found in repo tree or manifests
Transparency
17 of 20POINTSHow much a buyer can check before paying.
Public source repository
6 ptsmickasmt/next-saas-stripe-starter
A public source repository, 6 points.
github.com/mickasmt/next-saas-stripe-starterPrice readable without an account
4 ptsFree
A price published on a page that can be read without an account, 4 points.
Public release history
3 ptslatest tag v1.0.0
A public release history, 3 points.
github.com/mickasmt/next-saas-stripe-starterPublic documentation
0 ptsnone found
Public documentation, 3 points.
Documentation
0 of 15POINTSWhether the documentation exists, and how much of it there is.
No documentation found
0 ptsneither a site nor a README long enough to be one
Neither, 0.
Support
6 of 10POINTSWhether there is a stated way to get help.
Stated channel
6 ptsGitHub issues
A community channel or issue tracker, 6 points.
github.com/mickasmt/next-saas-stripe-starterWhat happened when we ran it
3COMMANDSInstalls cleanly; the build needs configuration (environment variables or a database) before it will run. A failing build is not held against the score: most starter kits need a database URL before they will build, and that is normal. It is recorded because it is a thing a buyer wants to know and a thing a sales page will never tell them.
| Exit | Command | Seconds |
|---|---|---|
| ok | git clone --depth 1 https://github.com/mickasmt/next-saas-stripe-starter.git <temp clone> | 0.6 |
| ok | pnpm install --frozen-lockfile | 11.7 |
| failed | pnpm run build | 0.7 |
- Run 2026-09-12 on v26.4.0 from commit a78d130.
git clone --depth 1 https://github.com/mickasmt/next-saas-stripe-starter.git <temp clone>ok0.6spnpm install --frozen-lockfileok11.7spnpm run buildfailed0.7s