Note: This software doesn't work any more, but there is a better alternative!
You can use AI agents to autonomously navigate the DMV website and find you the perfect vanity plate!
🏄🏻♀️ Check out Surfing with Claude for a simple tutorial and video demo that uses Claude Code + Playwright MCP to find vanity plates without writing any code!
🍿 Watch the video (4 minutes)
A tool to search the California DMV website for available custom license plate names.
README.mov
You can do these searches yourself on the DMV website, but you have to fill out a long form before searching for your desired name (which will likely already be taken). Then you'll have to start over again, filling out that same form from scratch every time you want to search.
Enter robots! Our automated friends that exist to perform exactly this kind of mind-numbing drudgery.
🐢🚀 Node.js
npm i -g california-license-plates
npx california-license-plates <query> <query> <etc>- 2 to 7 characters
- Letters, numbers, and spaces allowed
- Special or accented characters are not accepted
- Type "/" to add a half-space
- Two half-spaces cannot be in a row
- Zero (0) is not allowed
Looking for English words that have 7 characters? Use an-array-of-english-words.
npm i -g an-array-of-english-words
words | grep -x '.\{7,7\}' | wc -l