{"id":49833426,"url":"https://github.com/developer-1px/aria-kernel","last_synced_at":"2026-05-13T22:38:00.502Z","repository":{"id":353699181,"uuid":"1220564279","full_name":"developer-1px/aria-kernel","owner":"developer-1px","description":"접근성 + 키보드 + UI","archived":false,"fork":false,"pushed_at":"2026-05-08T12:39:24.000Z","size":71711,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-08T14:34:54.915Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://developer-1px.github.io/aria-kernel/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/developer-1px.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-25T03:32:44.000Z","updated_at":"2026-05-08T12:39:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/developer-1px/aria-kernel","commit_stats":null,"previous_names":["developer-1px/interactive-os-3","developer-1px/aria-kernel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/developer-1px/aria-kernel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer-1px%2Faria-kernel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer-1px%2Faria-kernel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer-1px%2Faria-kernel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer-1px%2Faria-kernel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/developer-1px","download_url":"https://codeload.github.com/developer-1px/aria-kernel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer-1px%2Faria-kernel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33003176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-13T22:37:55.965Z","updated_at":"2026-05-13T22:38:00.496Z","avatar_url":"https://github.com/developer-1px.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @p/aria-kernel\n\n**ARIA-correct headless behavior infra** — axes composition, roving tabindex,\ngesture/intent split, reducer-backed state, APG pattern recipes, focus and\nshortcut helpers.\n\nThe repo is one product (`@p/aria-kernel`) plus consumer harness apps that prove\nthe package behavior in realistic screens.\n\n## Layout\n\n```\n.\n├── packages/\n│   ├── aria-kernel/        ⭐ THE PRODUCT — published, MIT\n│   ├── resource/           optional — external store / zod-crud bridge\n│   ├── slides/             internal — markdown deck domain helpers\n│   ├── fs/                 internal — markdown / file-tree / shiki helpers\n│   ├── source-viewer/      internal — code tabs for docs/site\n│   └── devtools/           internal — repro recorder · spacing overlay\n│\n├── apps/\n│   ├── site/               ⭐ integrated docs + showcase Vite app\n│   ├── finder/             keyboard-first file browser\n│   ├── outliner/           editable tree + zod-crud harness\n│   ├── kanban/             board/resource harness\n│   ├── slides/             markdown → 16:9 deck\n│   └── markdown/           markdown viewer\n│\n└── docs/\n    └── site/               official docs, grouped by frontmatter IA\n```\n\n## Stack\n\n- **Behavior**: `@p/aria-kernel` ARIA pattern recipes (`useListboxPattern`,\n  `useToolbarPattern`, `useTreegridPattern`, `useRovingTabIndex`,\n  `useShortcut`, etc.).\n- **Visuals**: Tailwind v3 utility classes inline. No design tokens,\n  no CSS-in-JS, no classless cascade — visual decisions live where they\n  render.\n- **Routing**: TanStack file-based routing in `apps/site`.\n\n## Commands\n\n```bash\npnpm install\npnpm dev          # vite dev — http://localhost:5173\npnpm build        # tsc -b \u0026\u0026 vite build (outputs dist/)\npnpm preview      # serve dist/\n```\n\n## URLs (dev)\n\n| Path | What |\n|---|---|\n| `/` | Landing — product blurb + showcase cards |\n| `/patterns` | APG recipe catalog (snap-y scroll, hash anchors per pattern) |\n| `/lab` | ARIA-punt 흡수 PoC — 5 demo (dialog backdrop · tabs controlled · menu outside-close · grid editStart · dialog on keymap) + 25 black-box test |\n| `/apps/finder/` | Mac Finder column view |\n| `/apps/slides/docs/slides-sample.md` | Slides deck |\n| `/apps/markdown/README.md` | Markdown viewer |\n\n## Working agreement\n\n1. New reusable behavior → `packages/aria-kernel`.\n2. New visual decision → Tailwind utility class inline. No new token wrappers.\n3. New harness app → `apps/\u003cname\u003e` workspace package, route added under\n   `apps/site/src/routes/apps.\u003cname\u003e.*.tsx`.\n4. Naming follows W3C / WHATWG (ARIA roles, semantic HTML). Library name\n   borrowing forbidden.\n5. See `AGENTS.md` for repo working rules and `packages/aria-kernel/INVARIANTS.md`\n   for behavior-layer contracts.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloper-1px%2Faria-kernel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloper-1px%2Faria-kernel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloper-1px%2Faria-kernel/lists"}