tools.maxhogan.dev

Figlet ASCII Banner

Render text as ASCII banner art in a choice of classic FIGlet fonts.

Input
What it does

Turns a word or short phrase into a large ASCII-art banner using the FIGlet font format. Ten classic fonts are included (Standard, Slant, Small, Big, Banner, Block, Shadow, Doom, Ghost and Mini) covering everything from compact one-liners to heavy 3D-style lettering. A letter-spacing control switches between the font's own kerning, fully separated letters, and tightly fitted ones.

How to use it

Type your text into the input, pick a font, and the banner renders as you type. Adjust letter spacing if the letters look too cramped or too loose, then copy the result straight into a README, a CLI splash screen, a terminal MOTD, or a code comment. Keep it under 100 characters: banner fonts are several lines tall, so anything longer stops being readable.

Why this one

Most ASCII-art generators wrap a handful of fonts in ad banners, newsletter popups and a "download as image" upsell. This one renders locally in your browser, so your text never leaves your device, there are no rate limits, and the output is plain monospaced text you can copy in one click.

FAQ
What is FIGlet?
FIGlet is a long-standing Unix program that draws text in large letters made of ordinary characters. Its .flf font format is what this tool renders, so the output matches what the figlet command-line tool would print.
Why does my banner look broken when I paste it somewhere?
ASCII banners only line up in a monospaced font. Paste into a code block, a terminal, or a fenced README block rather than a proportional-font document.
Can I use the banners commercially?
Yes. The output is plain text you generated, and the FIGlet fonts included here ship under permissive terms: they are commonly used in open-source README files and CLI tools.