Strong community interest, but tests, CI, or docs need work.
๐งญ Architecture-first system design: 26 bilingual tutorials, 25 architecture templates, and 6 end-to-end cases covering distributed systems, AI-native systems, RAG, coding Agents, and production trade-offs.
Documentation
77
No install instructions found in the README (โ45 pts).
โ Add a section showing how to install dependencies.
CONTRIBUTING guide is very brief (โ12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.
โ Add setup instructions, code style notes, and how to run tests.
README is present.
Licensed under MIT.
Engineering
20
No tests detected anywhere in the repository.
โ Add automated tests. They prove the code works and give contributors confidence to make changes.
No linter or formatter config found.
โ Add a linter config such as .eslintrc.json, .prettierrc, ruff.toml, or .golangci.yml to enforce consistent code style.
No issue or PR templates found (โ100 pts).
โ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
CI is configured (.github/workflows/deploy.yml).
Lockfile present (pnpm-lock.yaml). Installs are reproducible.
Project health
100
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)
- 154Forks
- 0Releases
Community
- โCommunity health
- โauthors own >50% of commits
- 1,483Watchers
Responsiveness
- <1hMedian issue response
- <1hMedian PR merge time
- 3Open issues
Repository files15 root entries
- .githubGood: CI is configured (.github/workflows/deploy.yml).
- .vitepress
- cases
- deploy
- en
- templates
- tutorial
- .gitignoreGood: .gitignore present.
- CONTRIBUTING.mdIssue: CONTRIBUTING guide is very brief (โ12 pts for depth). 150+ words earns +6 pts; 400+ earns +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).Issue: Contributing guide lacks a PR workflow section (โ8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.Good: Contributing guide includes code examples.
- index.md
- LICENSEGood: Licensed under MIT.
- package.jsonGood: Dependency manifest found (package.json).
- pnpm-lock.yamlGood: Lockfile present (pnpm-lock.yaml). Installs are reproducible.
- README_en.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Issue: No install instructions found in the README (โ45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.
- README.md