Convert text to ASCII art using classic figlet-style fonts.
Type your text into the input box, choose a font style, and click Generate. Copy the result and use it wherever plain text is accepted — terminals, README files, comments, or messages.
ASCII art uses printable characters from the ASCII character set to create pictures, patterns, or large-format text. The text-to-ASCII-art technique specifically turns letters into large stylised versions made from smaller characters — this style is also called FIGlet art, named after the FIGlet program from 1991.
Startup banners for CLI tools, server welcome messages, and terminal-based applications commonly use ASCII art for branding and visual hierarchy.
Open-source projects use ASCII art headers in GitHub README files to make project names visually distinctive in plain-text environments.
Section dividers and file headers in source code often use ASCII art to make major sections immediately identifiable when scrolling through a file.
ASCII art text can be pasted into platforms that strip formatting but accept plain text — Discord, Reddit, email plain text, and SMS.
All generation runs locally in your browser. No text is sent to a server.
Type your text, pick a font, click Generate, and copy the result. In Discord, paste it inside a code block — three backticks before and after — so the monospaced font keeps the columns aligned. Without a code block, Discord's proportional font will distort the artwork into a jumble.
FIGlet is a 1991 program that renders words as large letters assembled from ordinary characters, and its font format became the standard for text banners. Each FIGlet font defines how every letter is drawn from slashes, pipes, and underscores. The font styles in this generator follow that classic tradition.
ASCII art only lines up in a monospaced font, where every character has equal width. Chat apps, email clients, and word processors default to proportional fonts, so the columns drift out of alignment. Paste into a code block, a plain-text editor, or any monospace context and the art aligns again.