A small business owner or solo creator has a laptop they bought three years ago with 8GB RAM and a 256GB drive. They need to do straightforward photo edits — background removal, resizing for web, basic color correction — but every time they open Photoshop, it consumes enough RAM that their browser and other apps become unusable. The complaint 'it requires a lot of space on my computer which makes it time-consuming' and 'takes a lot of my CPU power' isn't about disk space in isolation — it's about the editing session itself grinding the machine to a halt.

The reason this hasn't been solved properly is that the users who feel it most acutely are also the least likely to pay for a premium fix. They're not enterprise buyers with a procurement budget — they're a photographer running a side business, a social media manager at a startup, a teacher preparing classroom materials. Nobody is lobbying Adobe on their behalf, and Adobe's product investments track toward the high-end professional who needs those RAM-heavy features.

What's missing is a job-based editing interface: you describe what you want done — 'remove background, export at 1200px wide as WebP' — and the operation executes remotely on a spec'd server, returning the finished file. No local render, no RAM spike, no install footprint beyond a lightweight client. The user gets the output without the machine suffering. Unlike existing browser-based editors that offer a fixed set of generic filters, this routes the actual Photoshop action engine remotely, so the output is pixel-accurate to what a local install would produce.

The business recurs because low-spec machines don't get upgraded on a creative schedule — a creator stuck on an older laptop will have this problem every single editing session for years. And every time they onboard a collaborator on a cheaper machine, the problem reappears.

What to build

Build a lightweight desktop client and paired cloud rendering service that accepts Photoshop action definitions from the user, executes them server-side using a headless Photoshop instance, and returns the processed file — eliminating local RAM and CPU load entirely for defined, repeatable editing tasks.

Where to start

Start with background removal as the only supported task — it's the single most common complaint-driver on underpowered machines, it's a discrete input/output operation, and it can be technically validated without needing to support the full Photoshop action library.

The hard part

Adobe's licensing terms around server-side or automated Photoshop usage are restrictive, which means the legal path to running a headless Photoshop instance at scale is uncertain — the product may need to be scoped around open rendering engines that replicate Photoshop action behavior rather than wrapping Photoshop itself.

How it makes money

Usage-based pricing per operation or per GB processed, with a monthly credit bundle for users who have predictable volume — no seat fee, since the buyer is often a solo operator who won't pay a flat monthly rate for occasional use.

See the evidence. The complaints behind this idea, the products they came from, and similar ideas in Photo Editing.

More ideas in Photo Editing