ASCII Art Generator
Turn text into ASCII banners with 10 figlet fonts. Standard, Big, Slant, ANSI Shadow + more.
published
- [FREE]
- [NO_SIGNUP]
- [NO_UPLOAD]
An ASCII art generator turns text into multi-line block letters using the figlet font format. The same fonts ship with the figlet CLI tool installed on every Linux distro — bundled here so you don’t need a terminal.
Privacy
10 fonts (~80 KB total) and the figlet library are bundled with the page. No upload, no font fetch.
Frequently asked questions
What is a figlet font?
FIGfont (.flf) is the standard format used by the figlet program since the early 90s. Each font defines how every printable ASCII character is rendered as a multi-line glyph. The format is still maintained — patorjk.com hosts the canonical font collection.
Which fonts are bundled?
Standard, Big, Slant, Banner, Block, Doom, ANSI Shadow, Small, Speed, and Larry 3D — picked for terminal-banner readability.
Can I use this in a README or terminal banner?
Yes. Plain text — paste into a README block, an MOTD, or a shell script `cat <<EOF`. ANSI Shadow is a popular choice for SaaS startup banners.
Does anything leave the browser?
No. The figlet library and all 10 fonts are bundled with the page. Rendering is pure JavaScript.