ASCII Studio
- Vue
- Static site
- Side project
A free browser-only generator that turns a credit line into a FIGlet-style ASCII banner for source comments and browser consoles. The fonts are bundled, nothing is uploaded, and there is no backend at all.

Every site I build gets a small signature in the source. Making one meant finding a FIGlet generator, picking a font out of two hundred, and hoping the page was still up the next time.
So it is a static page with a curated set of fonts bundled into it, rendering entirely in the browser. No accounts, no storage, nothing sent anywhere — which is also why it costs nothing to leave running.
Why it exists
Built because every project gets a signature in the source and the generators for making one kept disappearing. Bundling the fonts into a static page ended the dependency.
asciistudio.dev