Meme Maker
Build a meme in the browser, pick a template or drop in your own image, caption it, and download a clean PNG.
Most online meme makers add a step or two: an account, an upload, or a watermark on the result. For a thing you mostly want to type two lines on and post in under a minute, that's more friction than it needs to be.
Meme Maker keeps the whole job on your own machine. You start from a built-in template or an image you already have, set your top and bottom captions, tune how the text looks, and hit download. Nothing is uploaded, nothing is stored, and the file you get back is just your meme.
How it works
- Two ways to start: choose from a library of common meme formats, or drop in any image from your device. Either path lands you in the same editor.
- Real caption controls: separate top and bottom text with adjustable font size, color, outline stroke, and drop shadow, so the words stay readable over whatever's behind them.
- Drawn on a canvas: the image and text composite live on an HTML canvas, which is also what gets exported, so the download matches the preview pixel-for-pixel.
- PNG export: one click pulls the canvas down as a PNG. No watermark, no sign-in, no compression surprise.
- Dark and light themes: the editor chrome flips between themes to suit the room you're working in.
Stack
React · TypeScript · Vite · HTML Canvas. Everything runs client-side and ships as a static build on GitHub Pages, there's no backend, so your images never leave the browser tab.