Makes classic Netscape Now! style web badges. Renders to a true 88×31 canvas with no smoothing. Exports PNG and animated GIF. Runs entirely in your browser. No server, no tracking, no nonsense.
Click a preset to load it. All settings below are editable after.
Snap to positions:
If the image is an animated GIF, the output GIF inherits its frame timing.
Frame 0 is the base. Edit it with the main controls. Other frames can override specific values below.
88×31 buttons are the classic web badge size. Netscape kicked it off in 1996 with their "Netscape Now!" promotional buttons, and the indie web has been using them ever since. They still show up on personal sites, webrings, and Neocities pages as a nostalgic pushback against how same-y modern web design has gotten.
Tips: Use image-rendering: pixelated; in your CSS
when embedding so the buttons stay crisp on high-DPI displays. Add
<link rel="icon" sizes="88x31" href="button.png"> in your site
head so others can discover your button. If you want full authenticity, save
as GIF even for static ones. That's what they did in 1997.
Save this page (Ctrl/⌘+S) to keep a local copy. The whole tool is
one HTML file with no dependencies bundled in. Animated GIF export pulls
gif.js from a CDN when you click it.