NOTE: please open in a new window to sign in and use the site
GenType is an alphabet creator that uses AI to let you make an alphabet out of anything. The tool is available to try at labs.google/gentype.
I was the sole web developer on this project and wrote all of the deployed code.
Process
We made GenType using Google’s Imagen model, and a simple prompt recipe. Each letter of an alphabet is generated following the prompt recipe of: The letter "letter" made out of "prompt

For example, this “A” was generated just with the prompt: The letter “A” made out of grape jelly, on toast, aerial shot

The GenType tool is clever because it takes a single input from the user and turns it into a full alphabet of 26 letters.
Here's how it works:
01. User Input: You tell the tool what material or object you want to use. For example, you could type in “grape jelly, on toast, aerial shot.”
02. Prompt Recipe: The tool then uses this input to create each letter of the alphabet from A to Z. It makes a separate request for each letter using a format like this: "The letter 'A' made out of grape jelly, on toast, aerial shot."
03. Automation: Instead of making one request at a time, GenType automates this process. It sends out 26 requests, one for each letter, all from your initial input of “grape jelly, on toast, aerial shot”. The result is a complete set of unique letters, all consistent with the theme you chose.
By giving GenType one simple input, you get a whole set of creative, customized letters. This makes it super easy to watch an idea turn into an entire alphabet!
ui of the gentype tool
You can make an alphabet at labs.google/gentype.