A well-known project done right. Strong docs and solid engineering throughout.
⚡ AcePanel - Enterprise server operation and maintenance management panel
Documentation
81
README documents how to install the project.
CONTRIBUTING guide found.
README is present.
Licensed under BSD-3-Clause.
Engineering
97
Lockfile present (go.sum). Installs are reproducible.
Test files detected (internal/http/middleware/entrance_test.go).
CI is configured (.github/workflows/build.yml).
Formatting enforced (web/eslint.config.ts).
Issue or PR templates present.
Project health
100
Dependency manifest found (go.mod).
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)
- 218Forks
- 209Releaseslatest 2y ago
Community
- —Community health
- —authors own >50% of commits
- 2,835Watchers
Responsiveness
- <1hMedian issue response
- 3hMedian PR merge time
- 9Open issues
Repository files24 root entries
- .githubGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.Good: CI is configured (.github/workflows/build.yml).Good: Issue or PR templates present.
- cmd
- internalGood: Test files detected (internal/http/middleware/entrance_test.go).
- mocks
- pkg
- storage
- webGood: Formatting enforced (web/eslint.config.ts).
- .air.toml
- .gitattributes
- .gitignoreGood: .gitignore present.
- .goreleaser.yaml
- .mockery.yaml
- AGENTS.md
- CLAUDE.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- config.example.yml
- crowdin.yml
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- LICENSEGood: Licensed under BSD-3-Clause.
- 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.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- README.md
- renovate.json
- SECURITY.mdGood: Security policy present.