lingdojo/kana-dojo

0

/ 100

TypeScript2,730AGPL-3.01d ago
Grade a repo

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

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!

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

  • Commits (30d / 90d)
  • 2,433
    Forks
  • 3
    Releaseslatest 28d ago

Community

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

Responsiveness

  • 22h
    Median issue response
  • 10h
    Median PR merge time
  • 366
    Open issues
Repository files57 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
  • 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
  • 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