Frequently asked questions
Is Simple Meme really free?
Yes. 100% free, no signup, no daily limit, no trial. The project is supported by unobtrusive ads on the page, not by charging users.
Does my photo get uploaded to a server?
No. The image is processed entirely in your browser using the HTML5 Canvas API. The bytes of your photo never leave your device. You can verify this in the browser DevTools Network tab — there is no request carrying image data.
Are there watermarks on the output?
No, never. The downloaded PNG is clean. Simple Meme does not add logos, signatures, or any kind of branding to the meme.
What format is the output?
PNG, with lossless quality, at 1080×1080 pixels. PNG is supported everywhere: WhatsApp, Instagram, X, Reddit, Discord, iMessage, email. The file is small enough to share but high enough resolution to look good on any screen.
Why 1:1 square and not 9:16 or other formats?
1:1 is the classic meme aspect ratio — it is what 99% of meme templates (Drake, Distracted Boyfriend, Two Buttons, Surprised Pikachu, and so on) use, and it works on every social platform without cropping. 9:16 is for vertical video, not memes.
Can I use it on my phone?
Yes. Simple Meme works in any modern mobile browser — Safari on iPhone, Chrome on Android, Firefox, Samsung Internet, etc. You can also paste a photo straight from your clipboard. The interface is mobile-first.
Can I make memes with more than two captions, or side captions?
The MVP supports top and bottom captions, which is what 95%+ of memes use. Multi-line text on the side and custom caption positioning are on the roadmap. If you need them sooner, open a feature request on the contact page.
Can I save my meme as JPG instead of PNG?
Currently the download is PNG only, which is what most modern platforms prefer (lossless, no compression artifacts on text). JPG export is on the roadmap.
Is there an API or a CLI?
No. Simple Meme is a UI-only tool focused on a single, fast workflow. If you need batch processing or programmatic meme generation, open a discussion on the contact page.
Does the tool work offline?
After the first page load, yes. The whole app is plain HTML, CSS and JavaScript — no service worker needed for the core flow. If you save the page or install it as a PWA, it keeps working with no network.