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
README documents how to install the project.
Contributing guide is detailed and thorough.
README is present.
Licensed under AGPL-3.0.
Engineering
88
CI is configured (.github/workflows/main.yml).
Test files detected (app/api/analyze-text/route.test.ts).
Linter or formatter configured (.editorconfig).
Lockfile present (package-lock.json). Installs are reproducible.
Issue or PR templates present.
Project health
89
Dependency manifest found (package.json).
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)
- 2,433Forks
- 3Releaseslatest 28d ago
Community
- —Community health
- —authors own >50% of commits
- 2,730Watchers
Responsiveness
- 22hMedian issue response
- 10hMedian PR merge time
- 366Open issues
Repository files57 root entries
- .githubGood: 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
- appGood: Test files detected (app/api/analyze-text/route.test.ts).
- assets
- community
- core
- data
- docs
- entities
- features
- openspec
- public
- scripts
- shared
- supabase
- types
- widgets
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .gitignoreGood: .gitignore present.
- .npmrc
- .prettierignore
- .prettierrc
- AGENTS.md
- canvas-confetti.d.ts
- CHANGELOG.md
- CLAUDE.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- components.json
- CONTRIBUTING.md
- docker-compose.yml
- DockerfileGood: 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.mdGood: Licensed under AGPL-3.0.
- lint-staged.config.js
- next-sitemap.config.js
- next.config.ts
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- postcss.config.mjs
- proxy.ts
- 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.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