{"id":31650448,"url":"https://github.com/coreyward/aeron-serial-decoder","last_synced_at":"2026-05-18T06:03:03.090Z","repository":{"id":318377585,"uuid":"1070969182","full_name":"coreyward/aeron-serial-decoder","owner":"coreyward","description":"A simple tool to decode a Herman-Miller Aeron chair serial number.","archived":false,"fork":false,"pushed_at":"2025-10-06T19:47:25.000Z","size":1567,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-06T21:26:10.535Z","etag":null,"topics":["aeron","claude-code","decoder","herman-miller","serial-number","single-purpose-website"],"latest_commit_sha":null,"homepage":"https://aeron-serial-decoder.netlify.app/","language":"TypeScript","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/coreyward.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":null,"dco":null,"cla":null}},"created_at":"2025-10-06T17:24:54.000Z","updated_at":"2025-10-06T19:48:43.000Z","dependencies_parsed_at":"2025-10-06T21:36:16.347Z","dependency_job_id":null,"html_url":"https://github.com/coreyward/aeron-serial-decoder","commit_stats":null,"previous_names":["coreyward/aeron-serial-decoder"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/coreyward/aeron-serial-decoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyward%2Faeron-serial-decoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyward%2Faeron-serial-decoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyward%2Faeron-serial-decoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyward%2Faeron-serial-decoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coreyward","download_url":"https://codeload.github.com/coreyward/aeron-serial-decoder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyward%2Faeron-serial-decoder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278742889,"owners_count":26037915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["aeron","claude-code","decoder","herman-miller","serial-number","single-purpose-website"],"created_at":"2025-10-07T08:29:38.314Z","updated_at":"2025-10-07T08:29:41.632Z","avatar_url":"https://github.com/coreyward.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aeron Chair Serial Decoder\n\nA single-purpose web app that decodes Herman Miller Aeron chair serial numbers to reveal their complete configuration and specifications.\n\n![Aeron Chair Serial Decoder](public/favicon.png)\n\n## What It Does\n\nEnter an Aeron chair serial number (found on a label underneath the seat) and the decoder will reveal:\n\n- **Model** - Work Chair, Stool, ESD variant\n- **Size** - A (Small), B (Medium), or C (Large)\n- **Height Range** - Low, Standard, or High\n- **Tilt** - Standard, Tilt Limiter, or Tilt Limiter + Seat Angle\n- **Arms** - None, Fixed, Height-Adjustable, Pivot, or Fully Adjustable\n- **Back Support** - Basic, PostureFit, Adjustable Lumbar, or PostureFit SL\n- **Finishes** - Frame, Chassis, Base, and Armpad colors\n- **Casters** - Type and floor compatibility\n\n## How It Works\n\nThe decoder parses serial numbers by sequentially extracting configuration codes and validating them against data from the [Herman Miller Aeron Chairs Price Book](https://www.hermanmiller.com/content/dam/hermanmiller/documents/pricing/PB_AEN.pdf) (October 2025).\n\nSerial numbers encode product configurations in a specific order:\n```\nAER1 B 2 3 D A LP VPR SNA SNA DC1 DVP\n│    │ │ │ │ │ │  │   │   │   │   └─ Armpad finish\n│    │ │ │ │ │ │  │   │   │   └───── Casters\n│    │ │ │ │ │ │  │   │   └─────── Base finish\n│    │ │ │ │ │ │  │   └─────────── Chassis finish\n│    │ │ │ │ │ │  └─────────────── Frame finish\n│    │ │ │ │ │ └────────────────── Back support\n│    │ │ │ │ └──────────────────── Armpad upholstery\n│    │ │ │ └────────────────────── Arms type\n│    │ │ └──────────────────────── Tilt\n│    │ └────────────────────────── Height adjustment\n│    └──────────────────────────── Size\n└────────────────────────────────── Model\n```\n\nThe decoder handles:\n- **Variable-length codes** (2-3 characters per field)\n- **Size-dependent validation** (height ranges vary by chair size)\n- **Conditional fields** (armpad finish only appears when arms are present)\n- **Invalid combinations** (not all finish combinations are valid)\n\n## Tech Stack\n\n- **React 19** + **TypeScript** - UI framework\n- **Vite** - Build tool and dev server\n- **IBM Plex Sans** - Typography\n- Minimalist design inspired by Vercel's aesthetic\n\n## Development\n\nBuilt entirely with [Claude Code](https://claude.com/claude-code) by Anthropic.\n\n```bash\n# Install dependencies\npnpm install\n\n# Start dev server\npnpm dev\n\n# Build for production\npnpm build\n```\n\n## Data Source\n\nConfiguration data extracted from the Herman Miller Aeron Chairs Price Book (10/25). Not affiliated with Herman Miller.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreyward%2Faeron-serial-decoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoreyward%2Faeron-serial-decoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreyward%2Faeron-serial-decoder/lists"}