acepanel/panel

0

/ 100

Go2,835BSD-3-Clause1d ago
Grade a repo

A well-known project done right. Strong docs and solid engineering throughout.

⚡ AcePanel - Enterprise server operation and maintenance management panel

Documentation

81

Install and run instructions9pt45

README documents how to install the project.

Contributing guide5pt77

CONTRIBUTING guide found.

README12pt100

README is present.

License6pt100

Licensed under BSD-3-Clause.

Engineering

97

Reproducibility6pt75

Lockfile present (go.sum). Installs are reproducible.

Tests18pt100

Test files detected (internal/http/middleware/entrance_test.go).

CI/CD14pt100

CI is configured (.github/workflows/build.yml).

Linting and formatting5pt100

Formatting enforced (web/eslint.config.ts).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (go.mod).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 218
    Forks
  • 209
    Releaseslatest 2y ago

Community

  • Community health
  • authors own >50% of commits
  • 2,835
    Watchers

Responsiveness

  • <1h
    Median issue response
  • 3h
    Median PR merge time
  • 9
    Open issues
Repository files24 root entries
  • .github
    Good: 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
  • internal
    Good: Test files detected (internal/http/middleware/entrance_test.go).
  • mocks
  • pkg
  • storage
  • web
    Good: Formatting enforced (web/eslint.config.ts).
  • .air.toml
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .goreleaser.yaml
  • .mockery.yaml
  • AGENTS.md
  • CLAUDE.md
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • config.example.yml
  • crowdin.yml
  • go.mod
    Good: Dependency manifest found (go.mod).
  • go.sum
    Good: Lockfile present (go.sum). Installs are reproducible.
  • LICENSE
    Good: Licensed under BSD-3-Clause.
  • README_EN.md
    Good: 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.md
    Good: Security policy present.