Polished and well engineered. Punching above its star count.
Website for TinaCMS ๐ฆ - General info, documentation, blogs & contribution guidelines.
Documentation
64
No license detected.
โ Add a LICENSE file. Without one, nobody can legally use, copy, or contribute to your code.
Contributing guide is too short for full depth credit (โ6 pts). 400+ words earns the full +12 pts.
โ Add setup instructions, code style notes, and how to run tests.
README is present.
README documents how to install the project.
Engineering
100
Test files detected (jest.config.js).
CI is configured (.github/workflows/nodejs.yml).
Linter or formatter configured (.editorconfig).
Lockfile present (pnpm-lock.yaml). Installs are reproducible.
Issue or PR templates present.
Project health
92
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- โCommits (30d / 90d)
- 1,506Forks
- 0Releases
Community
- โCommunity health
- โauthors own >50% of commits
- 299Watchers
Responsiveness
- 179d 5hMedian issue response
- <1hMedian PR merge time
- 245Open issues
Repository files49 root entries
- _docs
- .githubGood: CI is configured (.github/workflows/nodejs.yml).Good: Dependabot covers 2 ecosystems (github-actions, npm). Dependencies stay current.Good: Issue or PR templates present.
- .vscode
- app
- components
- content
- data-api
- docs
- indices
- lib
- playwright-report
- public
- rss
- scripts
- src
- styles
- test-results
- tests
- tina
- utils
- .babelrc
- .biomeignore
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .env.example
- .gitignoreGood: .gitignore present.
- .lighthouserc.json
- .nvmrcGood: Environment pinned via .nvmrc.
- .vercelignore
- .yarnrc.yml
- AGENTS.md
- biome.json
- CLAUDE.md
- components.json
- CONTRIBUTING.mdIssue: Contributing guide is too short for full depth credit (โ6 pts). 400+ words earns the full +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.Issue: Contributing guide lacks a setup section (โ12 pts).Fix: Show new contributors how to get a local dev environment running.Issue: Contributing guide lacks a code style section (โ8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (โ8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Issue: Contributing guide has no code examples (โ5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- create.jest.config.js
- custom.d.ts
- jest.config.jsGood: Test files detected (jest.config.js).
- middleware.ts
- next-env.d.ts
- next-sitemap.config.js
- next.config.js
- package.jsonGood: Dependency manifest found (package.json).
- playwright.config.ts
- pnpm-lock.yamlGood: Lockfile present (pnpm-lock.yaml). Installs are reproducible.
- postcss.config.js
- README.mdGood: README is present.Good: README is well structured with multiple sections.Issue: No screenshots or images in the README (โ20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.Good: README has code examples.Good: README links to a live demo or deployed app.Issue: No status badges in the README (โ10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Good: README documents how to run the project.
- tailwind.config.js
- tsconfig.json
- vercel.json