🌙

Upload an image to remove the background

or drop a file,

paste image or

How it works

Drop an image or click to select a file. Once you upload, the AI model starts up in your browser, analyzes the subject, and cuts out the background. No account needed, nothing leaves your device.

The first time you use it, the tool downloads a small neural network. After that, everything runs locally on your machine. Your photos never go to any server.

What you get

A clean cut-out with a transparent background. The AI finds the main subject—whether it's a person, product, or pet—and removes everything else around it.

Hit download and you get a PNG with full transparency support. Drop it straight into Photoshop, Figma, or whatever design tool you prefer.

Where people actually use this

Product photos for online stores

Take a quick phone shot of your product, remove the background, and you've got a clean image ready for your e-commerce listing. Much cheaper than renting a studio or setting up a white cyclorama.

Social media content

Content creators use this for YouTube thumbnails, Instagram posts, and LinkedIn profile pictures. Snap a photo, cut out the background, layer it over something eye-catching.

Presentations

Those grey placeholder boxes in slide templates look amateur. Cut out your logos, charts, or product shots and they'll blend right into your presentation without clashing colors.

What's happening under the hood

This isn't the old green-screen magic-hour technique. We're using a deep learning segmentation network trained specifically to separate subjects from backgrounds.

When you upload an image, it gets converted to a tensor in your browser using WebAssembly. The AI generates a probability map for each pixel, deciding whether it's foreground or background. That mask gets applied to your original image's alpha channel. Your image data never leaves your browser.

Questions people ask

Q: Why did it take longer the first time I used it?

A: The first visit downloads the AI model (around 50MB). It gets cached after that, so subsequent uses are much faster. Think of it like loading a video—the first time buffers, then it plays smoothly.

Q: Is it actually private?

A: Check your network tab in browser developer tools. After the initial model loads, uploading an image sends zero data anywhere. Everything runs on your own CPU via WebAssembly.

Q: What images work best?

The AI handles most photos well when there's a clear difference between subject and background. Low light, motion blur, or subjects that blend into busy backgrounds can occasionally trip it up—but it nails the vast majority of everyday shots.

Q: Why PNG and not JPG?

A: JPG doesn't support transparency. Save a cut-out as JPG and those transparent pixels turn white or black. PNG keeps the alpha channel intact so your cut-out stays clean when you drag it into design software.