Turn standard text into epic monospaced typography. Instantly generate ASCII banners for your CLI applications, terminal splash screens, and source code comments.
# # ### # # # # # # # # # # ### ### # # # # # # # # # # # # # ### ### ### #
Supports A-Z, 0-9, space, ! ? . — max 10 characters
Build stunning welcome messages for your terminal applications without manually aligning characters.
Powered by the legendary FIGlet library format, ensuring the ASCII text generated here matches the standards used in Linux terminals for decades.
Choose from dozens of iconic styles including Slant, Doom, Graffiti, and Block. Preview them instantly as you type.
Copying to the clipboard perfectly preserves the complex whitespace and hard breaks required to keep the ASCII drawing intact.
ASCII art is a graphic design technique that creates images and large typography by piecing together the 95 printable characters defined by the 1963 ASCII Standard. Before graphical user interfaces (GUIs) existed, this was the only way developers could create visual art on a computer screen. Today, it remains a beloved staple of hacker culture, CLI interfaces, and easter eggs hidden in source code.
If you've ever run a Linux server or logged into a network switch, you've likely been greeted by a massive, stylized block of text—a "Message of the Day" (MOTD). System administrators don't type these out by hand. They use a utility called FIGlet.
FIGlet (Frank, Ian and Glenn's LETters) is a computer program written in 1991 that generates text banners using an expansive library of `.flf` (FIGlet font) files. An online ASCII Art Generator brings this legacy C-based terminal engine directly into your web browser, allowing you to iterate through fonts like Slant, Doom, and Ghost instantly without installing command-line tools.
ASCII art will completely break and look like garbage if it is not displayed in a monospaced font.
In standard typography (like the font you are reading right now), an "i" takes up far less horizontal space than a "W". This is called a proportional font. ASCII art relies on grid-based architecture—every character, including the invisible space character, must be exactly the same pixel width. When pasting your generated art into a website, you must wrap it in HTML <pre> and <code> tags to enforce a monospace layout.