92

/ 100

GradeA

Excellent work. The main thing left to polish is a contributing guide.

Top 10% of 5,156 graded repos

A desktop application for browsing, searching, and organizing AI-generated images locally. Designed for performance with large collections, focusing on powerful metadata filtering and complete privacy.

TypeScript304MPL-2.028d ago

Top fixes

Highest-impact changes first, ranked by point weight

7 to address
  1. 1
    Install and run instructions9pt

    Add a .env.example listing all required environment variables so contributors know what to set up.

  2. 2
    Reproducibility6pt

    Add .github/dependabot.yml with at least one package-ecosystem entry so dependencies are updated automatically.

  3. 3
    Dependency manifest6pt

    Add a `repository` field pointing to the GitHub URL so npm knows where the source lives.

  4. 4
    Dependency manifest6pt

    Add a `keywords` array to help people find your package on npm.

Working through the fixes? Let every push regrade itself.

The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

82

Contributing guide5pt0

No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).

Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.

Install and run instructions9pt90

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under MPL-2.0.

Engineering

98

Reproducibility6pt80

Lockfile present (package-lock.json). Installs are reproducible.

Tests18pt100

Test files detected (__tests__).

CI/CD14pt100

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

Linting and formatting5pt100

Linter or formatter configured (eslint.config.js).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

94

Dependency manifest6pt82

Dependency manifest found (package.json).

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)
  • 21
    Forks
  • 54
    Releaseslatest 10mo ago

Community

  • 42% - Weak
    Community health
  • 1 bus factorlow
    author own >50% of commits
  • 304
    Watchers

Responsiveness

  • 14h
    Median issue response
  • <1h
    Median PR merge time
  • 41
    Open issues
Repository files49 root entries
  • __tests__
    Good: Test files detected (__tests__).
  • .github
    Good: CI is configured (.github/workflows/build-artifacts.yml).
    Good: Issue or PR templates present.
  • .jules
  • .Jules
  • .vscode
  • assets
  • build
  • components
  • contexts
  • docs
  • hooks
  • packages
  • public
  • scripts
  • services
  • src
  • store
  • utils
  • .gitignore
    Good: .gitignore present.
  • AGENTS.md
  • App.tsx
  • ARCHITECTURE.md
  • CHANGELOG.md
  • cli.ts
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • electron-builder.json
  • electron-deeplink.mjs
  • electron.mjs
  • eslint.config.js
    Good: Linter or formatter configured (eslint.config.js).
  • generate-release.js
  • image-metahub.code-workspace
  • index.html
  • index.tsx
  • LICENSE
    Good: Licensed under MPL-2.0.
  • package-lock.json
    Good: Lockfile present (package-lock.json). Installs are reproducible.
  • package.json
    Good: Dependency manifest found (package.json).
  • pnpm-lock.yaml
  • postcss.config.cjs
  • preload.js
  • README.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.
    Good: README documents how to run the project.
  • release-v0.13.0.md
  • tailwind.config.js
  • tsconfig.json
  • types.ts
  • update_file_transfer.cjs
  • update_storage.cjs
  • vite-env.d.ts
  • vite.config.ts
  • vitest.config.ts
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/luqp2/image-metahub)](https://www.repo-grade.com/report/luqp2/image-metahub)

More graded TypeScript repos