Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

California License Plates

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.

CLI


README.mov

Why?

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.

Requirements

🐢🚀 Node.js

Usage

npm i -g california-license-plates
npx california-license-plates <query> <query> <etc>

Rules

  • 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

Tips

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

About

A silly tool to search the California DMV website for available custom license plate names.

Resources

Stars

26 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages