I wanted to make a quick meme for my son Phoenix, but every site I found was a disaster. They either demanded a monthly subscription, forced me to create an account, or slapped a giant watermark over the image.
I realized that simple tools have become ad-farms.
So, I spent the last 3 weeks building my own. My requirements were simple:
No Server Uploads: 100% Client-side.
No Watermarks: Just clean export.
Local AI: Background removal running in the browser.
The Stack: React 19 + ONNX
I decided to over-engineer this to learn the new React 19 features. Here is the architecture:
Frontend: React 19 (using the new use hook for async resource loading).
AI Engine: onnxruntime-web + imgly.
State Management: 100% Native React 19 (useReducer + Context). No external state libraries.
OS: Built entirely on Arch Linux (Hyprland).
How the Local AI Works
The hardest part was getting the background removal to feel instant without killing the browser tab. I'm using a quantized ONNX model that runs in a Web Worker to keep the UI thread smooth.
Source Available (AGPLv3)
I believe in transparency, especially for privacy tools. The code is Source Available under the AGPLv3 license. You can look at the repo to verify that no network requests are sending your photos to a cloud server.
I'm Launching on Friday!
This is my first real "product" launch. I'm shipping it on Product Hunt this Friday, but the app is live right now for testing.
If you are a React dev or just hate watermarks, I'd love for you to break it and tell me what's wrong.
π Roast the live app: https://meme-creator.app
π Get notified for the Launch:

Meme Creator
AI background removal in-browser. No uploads. No watermarks.
Check it out on Product Hunt β
Top comments (0)