Free · runs in your browser

The photo editor with an undo button for reality.

A full layered canvas editor plus AI tools your computer can’t do on its own — remove backgrounds, upscale, unblur, colorize, erase objects, and generate. No install.

8 AI tools · layers, text & masks · export PNG/JPG · developer API

How it works

Upload, edit, export

STEP 01

Drop a photo

PNG, JPG, or WebP — straight from your browser. Nothing to install, nothing to sign up for.

STEP 02

Edit & run AI

Layer, crop, add text, adjust color — then apply any AI tool to the active layer, non-destructively.

STEP 03

Export or automate

Download a PNG/JPG, or wire the same tools into your app with the API, SDK, and MCP server.

For developers

Every tool, behind one API

A zero-dependency SDK and a standalone MCP server let your app — or your AI agents — run the same operations programmatically. Metered by credits, keyed per account.

import { createClient } from '@snapnedit/sdk'

const snap = createClient({
  apiKey: process.env.SNAPNEDIT_KEY,
})

// remove a background in one call
const { output } = await snap.run(
  'remove-background',
  image,
)

Start editing in seconds.

Free, no account needed, right in your browser.

Open the editor →