91

/ 100

GradeA

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

Top 11% of 5,156 graded repos

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript2,773AGPL-3.01mo ago

Top fixes

Highest-impact changes first, ranked by point weight

10 to address
  1. 1
    CI/CD14pt

    Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.

  2. 2
    CI/CD14pt

    Add a lint step to catch style issues automatically.

  3. 3
    CI/CD14pt

    Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.

  4. 4
    CI/CD14pt

    Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.

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

97

Install and run instructions9pt90

README documents how to install the project.

Contributing guide5pt97

Contributing guide is detailed and thorough.

README12pt100

README is present.

License6pt100

Licensed under AGPL-3.0.

Engineering

88

CI/CD14pt57

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

Tests18pt100

Test files detected (app/api/analyze-text/route.test.ts).

Linting and formatting5pt100

Linter or formatter configured (.editorconfig).

Reproducibility6pt100

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

Issue and PR templates6pt100

Issue or PR templates present.

Project health

89

Dependency manifest6pt65

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

  • 3260 / 13108
    Commits (30d / 90d)
  • 2,492
    Forks
  • 3
    Releaseslatest 2mo ago

Community

  • 87% - Good
    Community health
  • 1 bus factorlow
    author own >50% of commits
  • 2,773
    Watchers

Responsiveness

  • 22h
    Median issue response
  • 10h
    Median PR merge time
  • 357
    Open issues
Repository files60 root entries
  • .github
    Good: Contributing guide is detailed and thorough.
    Good: Contributing guide includes setup/install instructions.
    Good: Contributing guide describes code style expectations.
    Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).
    Good: Contributing guide describes the PR/review workflow.
    Good: Contributing guide includes code examples.
    Good: CI is configured (.github/workflows/main.yml).
    Good: Dependabot covers 3 ecosystems (npm, github-actions, npm). Dependencies stay current.
    Good: Issue or PR templates present.
    Good: Security policy present.
  • .husky
  • app
    Good: Test files detected (app/api/analyze-text/route.test.ts).
  • assets
  • community
  • core
  • data
  • docs
  • entities
  • features
  • openspec
  • public
  • scripts
  • shared
  • supabase
  • types
  • widgets
  • .editorconfig
    Good: Linter or formatter configured (.editorconfig).
  • .gitignore
    Good: .gitignore present.
  • .npmrc
  • .prettierignore
  • .prettierrc
  • AGENTS.md
  • canvas-confetti.d.ts
  • CHANGELOG.md
  • CLAUDE.md
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • components.json
  • CONTRIBUTING.md
  • docker-compose.yml
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • Dockerfile.dev
  • errors.log
  • eslint.config.mjs
  • GEMINI.md
  • global.d.ts
  • instrumentation-client.ts
  • instrumentation.ts
  • kuroshiro.d.ts
  • LICENSE.md
    Good: Licensed under AGPL-3.0.
  • lint-staged.config.js
  • next-sitemap.config.js
  • next.config.ts
  • package-lock.json
    Good: Lockfile present (package-lock.json). Installs are reproducible.
  • package.json
    Good: Dependency manifest found (package.json).
  • postcss.config.mjs
  • proxy.ts
  • pull-shark-contribution-21866.md
  • 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.
  • SECURITY.md
  • sentry.edge.config.ts
  • sentry.server.config.ts
  • SEO_IMPROVEMENTS_SUMMARY.md
  • sql.js.d.ts
  • tailwind.config.js
  • TODO_INDEXNOW_SETUP.md
  • tsconfig.json
  • vercel.json
  • vitest.config.ts
  • vitest.shims.d.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/lingdojo/kana-dojo)](https://www.repo-grade.com/report/lingdojo/kana-dojo)

More graded TypeScript repos