A small design studio — three to five designers, mixed hardware, some newer Macs and some aging Windows laptops — hits the same bottleneck repeatedly: whoever got handed the most complex file that week has a machine that can't handle it. The work doesn't pause. They either swap machines awkwardly, or the designer on the weak laptop just suffers through it.

This gap exists because cloud rendering is well-established for video and 3D, but vector graphics have always been treated as 'lightweight' by infrastructure vendors — the assumption being that a vector file is tiny compared to a 4K video render. That assumption breaks down completely when a file has hundreds of gradient meshes, thousands of paths, and dozens of embedded high-res assets. Nobody has built rendering offload specifically for vector work because the market looked small next to video. But for the studios caught in this, the cost is real: complaints specifically call out 'complex gradient meshes', 'files with many images embedded', and 'Gaussian blurs' as the specific triggers for slowdowns.

What a studio actually needs isn't a faster local machine — it's a way to push the computationally expensive operations (effect previews, PDF export rendering, raster effect processing) to a remote worker and get the result back in the working session. The designer's local machine handles input and display; the heavy lifting happens elsewhere. This isn't a VDI setup where you're running the whole application remotely — it's specifically offloading the render-heavy operations that block the UI.

Studios paying for 3–8 designer seats and losing hours per week to hardware bottlenecks will pay a per-seat monthly fee that's trivially justified against billable rate. The need recurs on every complex client project and never goes away as long as their hardware refresh cycle is slower than the software's resource appetite — which, based on the complaint that 'each update requests more resources', is structurally guaranteed.

What to build

Build a background service that intercepts Illustrator's raster effects rendering and PDF export operations via a watched scratch disk folder, processes them on a remote VM, and writes results back — keeping the local session responsive while the heavy computation runs off-machine.

Where to start

Target studios that already use cloud storage (Dropbox or Google Drive for file sharing) and sell this as a natural extension of infrastructure they already trust — the first integration is triggered by file save to a watched cloud folder, which keeps the setup friction close to zero.

The hard part

Intercepting and proxying Illustrator's scratch disk and rendering pipeline without using any Adobe API means reverse-engineering file system behavior that Adobe can break silently in any update — you need a monitoring strategy that detects breakage immediately so subscribers aren't left with corrupted exports.

How it makes money

Per-seat monthly fee ($18–25/seat) plus usage-based compute costs passed through at a small margin; studios see predictable seat pricing with variable rendering cost tied to actual project complexity.

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

More ideas in Vector Graphics