Maintenance
16 of 30POINTSWhether the code is still moving, and whether more than one person is moving it.
Last commit
15 pts5 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/saaspegasus/django-boilerplateTagged 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/saaspegasus/django-boilerplateContributors
1 pts1 contributor
Contributor count, 5 points at twenty or more, sliding to 0 at none.
github.com/saaspegasus/django-boilerplateCompleteness
10.7 of 25POINTSHow many of the fourteen things people buy a starter kit for are actually in it.
Capabilities found
10.7 pts6 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: django-allauth
Social / OAuth login
not found in repo tree or manifests
Teams & organisations
not found in repo tree or manifests
Roles & permissions
not found in repo tree or manifests
Payments & billing
not found in repo tree or manifests
Transactional email
dependency: django-anymail
Admin panel
file: apps/users/admin.py
Internationalisation
not found in repo tree or manifests
Test suite
file: .github/workflows/tests.yml
CI pipeline
file: .github/workflows/build_frontend.yml
Background jobs
dependency: celery
Webhook handling
not found in repo tree or manifests
Blog / content
not found in repo tree or manifests
File uploads
not found in repo tree or manifests
Transparency
17 of 20POINTSHow much a buyer can check before paying.
Public source repository
6 ptssaaspegasus/django-boilerplate
A public source repository, 6 points.
github.com/saaspegasus/django-boilerplatePrice readable without an account
4 ptsFree
A price published on a page that can be read without an account, 4 points.
Public release history
0 ptsno release history read
A public release history, 3 points.
github.com/saaspegasus/django-boilerplatePublic documentation
3 ptsa README and no site
Public documentation, 3 points.
github.com/saaspegasus/django-boilerplateDocumentation
5 of 15POINTSWhether the documentation exists, and how much of it there is.
README only
5 ptslong enough to be the documentation
A README long enough to be the documentation and no site, 5 points.
github.com/saaspegasus/django-boilerplateSupport
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/saaspegasus/django-boilerplateWhat happened when we ran it
3COMMANDSBuilds from a clean clone with no configuration. 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/saaspegasus/django-boilerplate.git <temp clone> | 0.6 |
| ok | npm ci | 0.9 |
| ok | npm run build | 1.3 |
- Run 2026-09-12 on v26.4.0 from commit 0174a41.
git clone --depth 1 https://github.com/saaspegasus/django-boilerplate.git <temp clone>ok0.6snpm ciok0.9snpm run buildok1.3s