npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

jeikin

v0.3.2

Published

Make your AI coding assistant accessibility-aware. WCAG scanner with fix workflow for Claude, Cursor, and Copilot.

Readme

Jeikin

Jeikin makes your AI coding assistant accessibility-aware. Find WCAG issues, get traceable fixes, ship compliant UIs.

npx jeikin

Scans your source files for common WCAG violations and shows what to fix. No sign-up, no network calls, runs in seconds.

Open source, free for individuals and small teams (up to 3 projects).

Scanning your project...

✓ Scanned 42 files

  src/app/page.tsx
    Line 42: img missing alt attribute (WCAG 1.1.1)
    Line 89: button has no accessible name (WCAG 4.1.2)

  src/components/Nav.tsx
    Line 18: div with onClick — not keyboard accessible (WCAG 2.1.1)

  ... and 19 more

! Found 22 accessibility issues in 7 files

? Connect your project to Jeikin? (Y/n)

What the scan checks

  • Missing alt attributes on images (WCAG 1.1.1)
  • Non-interactive elements with click handlers (WCAG 2.1.1)
  • Form inputs without accessible labels (WCAG 1.3.1)
  • Empty links and buttons (WCAG 2.4.4, 4.1.2)
  • Icon-only buttons without labels (WCAG 4.1.2)
  • Positive tabIndex values (WCAG 2.4.3)
  • Missing lang attribute on <html> (WCAG 3.1.1)
  • Distracting elements like <marquee> (WCAG 2.2.2)

Want AI-assisted fixes?

Press Enter when the scan asks to connect, and Jeikin sets up everything:

  1. Opens your browser to sign in with GitHub
  2. Creates a project on your Jeikin dashboard
  3. Writes .mcp.json so your AI coding tool becomes accessibility-aware

From that point:

  • Your AI tool gets fix guidance for every issue, with WCAG references
  • Fixes are verified by quality checks — the AI can't close an issue until the fix works
  • The GitHub bot catches regressions in PRs
  • Your code stays on your machine — only findings go to the dashboard

Up to 3 projects per account. No credit card, no upsell.

Commands

| Command | Description | |---------|-------------| | npx jeikin | Scan your project (default, no account needed) | | npx jeikin init | Connect your project to Jeikin | | npx jeikin status | Show your project's compliance summary | | npx jeikin auth | Sign in (step 1 for AI-driven setup) | | npx jeikin setup | Create project + write config (step 2 for AI-driven setup) |

Options (for init / setup)

--name <name>    Project name (auto-detected from package.json if omitted)
--level <level>  WCAG level: A, AA, or AAA (default: AA)
--repo <url>     Repository URL (auto-detected from git remote if omitted)

Works with

Also available as

Privacy

Your source code is never stored. Jeikin reads files locally during scans and AI interactions. Only findings are sent to the dashboard. API keys are stored in .mcp.json, which is automatically added to .gitignore.

Read the full Privacy Policy.

Links

License

MIT