0
/ 100
Well engineered for its size. A portfolio piece worth showing off.
Self-hosted ebook library server with built-in reader, KOReader sync, OPDS feed, and reading stats. Single Docker image.
Outstanding. A score of 95/100 puts this repo in a very small tier of truly well-engineered projects.
Documentation
97
README documents how to install the project.
Contributing guide is detailed and thorough.
README is present.
Licensed under AGPL-3.0.
Engineering
93
Lockfile present (frontend/package-lock.json). Installs are reproducible.
CI is configured (.github/workflows/docker.yml).
Test files detected (tests).
Linter or formatter configured (frontend/eslint.config.js).
Issue or PR templates present.
Project health
96
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)
- 3Forks
- 15Releaseslatest 22d ago
Community
- -Community health
- -authors own >50% of commits
- 60Watchers
Responsiveness
- 1hMedian issue response
- <1hMedian PR merge time
- 1Open issues
Repository files24 root entries
- .githubGood: CI is configured (.github/workflows/docker.yml).Good: Issue or PR templates present.
- alembic
- backend
- docs
- frontendGood: Linter or formatter configured (frontend/eslint.config.js).Good: Lockfile present (frontend/package-lock.json). Installs are reproducible.
- scripts
- skills
- testsGood: Test files detected (tests).
- website
- .dockerignore
- .gitignoreGood: .gitignore present.
- alembic.ini
- CHANGELOG.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- 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.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.
- dev.sh
- docker-compose.yml
- DockerfileGood: Environment pinned via Dockerfile.
- install.sh
- LICENSEGood: Licensed under AGPL-3.0.
- NOTICE
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- README.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.
- SECURITY.mdGood: Security policy present.