A well-known project done right. Strong docs and solid engineering throughout.
⚡ 需求分析效率提升 200%!全球首个为 AI 编程时代设计的团队协作 MCP 服务器,自动分析需求自动编写前后端代码,下载切图
Documentation
100
README is present.
README documents how to install the project.
Licensed under MIT.
Contributing guide is detailed and thorough.
Engineering
80
CI is configured (.github/workflows/docs-sync.yml).
Lockfile present (requirements.txt). Installs are reproducible.
Test files detected (tests).
Linter or formatter configured ([tool.ruff] / [tool.black] in pyproject.toml).
Issue or PR templates present.
Project health
100
Dependency manifest found (pyproject.toml).
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)
- 198Forks
- 7Releaseslatest 14d ago
Community
- —Community health
- —authors own >50% of commits
- 1,751Watchers
Responsiveness
- 13hMedian issue response
- 4d 8hMedian PR merge time
- 40Open issues
Repository files32 root entries
- .githubGood: CI is configured (.github/workflows/docs-sync.yml).Good: Issue or PR templates present.
- images
- scripts
- testsGood: Test files detected (tests).
- .dockerignore
- .env.example
- .gitignoreGood: .gitignore present.
- ai-install-guide.md
- CHANGELOG.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- config.example.env
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- DEMO.md
- DEPLOY.md
- docker-compose.yml
- DockerfileGood: Environment pinned via Dockerfile.
- easy-install.bat
- easy-install.sh
- GET-COOKIE-TUTORIAL.md
- lanhu_mcp_server.py
- LICENSEGood: Licensed under MIT.
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- quickstart.bat
- quickstart.sh
- 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.Good: README documents how to install the project.Good: README documents how to run the project.
- README.md
- RELEASE_NOTES_v1.0.0.md
- requirements.txtGood: Lockfile present (requirements.txt). Installs are reproducible.
- run-stdio.sh
- SECURITY.mdGood: Security policy present.
- setup-env.bat
- setup-env.sh