jeikin
v0.3.2
Published
Make your AI coding assistant accessibility-aware. WCAG scanner with fix workflow for Claude, Cursor, and Copilot.
Maintainers
Readme
Jeikin
Jeikin makes your AI coding assistant accessibility-aware. Find WCAG issues, get traceable fixes, ship compliant UIs.
npx jeikinScans 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
altattributes 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
tabIndexvalues (WCAG 2.4.3) - Missing
langattribute 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:
- Opens your browser to sign in with GitHub
- Creates a project on your Jeikin dashboard
- Writes
.mcp.jsonso 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
- Claude Code
- Cursor
- Windsurf
- GitHub Copilot
- Cline
- Any AI tool that supports MCP
Also available as
- VS Code extension — status bar indicator, one-click connect
- GitHub App — catches accessibility regressions in PRs
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
