Analysis updated 2026-07-09 · repo last pushed 2026-05-29
Check dozens of custom plate ideas against the CA DMV at once.
Generate possible plate combinations automatically if you have no list.
Find a plate matching your brand or business name in California.
| jonluca/ca-dmv-plate-finder | celiknimani/civic-pulse | joshuakgoldberg/graphql-galaxy-a-lovely-trio | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | 2026-05-29 | — | 2022-12-21 |
| Maintenance | Maintained | — | Dormant |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 2/5 | 4/5 | 3/5 |
| Audience | vibe coder | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires installing the Bun runtime and creating a text file of plate ideas to check.
CA DMV Plate Finder is a tool that checks the California DMV's website to see whether custom license plates you want are available. You give it a list of plate ideas, and it goes through them one by one, telling you which ones are free to claim. To use it, you create a simple text file listing the plates you're interested in, like "TESLA1" or "GITHUB", one per line. The script reads that file and checks each plate against the DMV's online system. If you don't provide a list, it can also generate combinations on its own, working through possible plates systematically. This is useful for anyone hunting for a good custom plate in California. Maybe you're a car enthusiast looking for a specific combination, or a business owner who wants plates matching your brand. Instead of typing each idea into the DMV website by hand and waiting for the results, you can let this tool batch-check dozens or hundreds of options in one go. The project is built in TypeScript and runs on Bun, which is a fast runtime for JavaScript. The code is designed around a generator pattern, meaning it can stream through plates efficiently rather than loading everything into memory at once. The README doesn't go into much detail on rate limiting or how the DMV's system handles automated requests, so users should be aware that hitting a government site with many rapid checks could raise concerns.
A tool that batch-checks your list of custom license plate ideas against the California DMV website, telling you which ones are available to claim.
Mainly TypeScript. The stack also includes TypeScript, Bun.
Maintained — commit in last 6 months (last push 2026-05-29).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.