A local vector workspace
SVG Studio is a browser-based workspace for drafting, reviewing, copying, and downloading vector artwork. You can start from the included accessible template or paste SVG markup from another tool. The preview runs in a sandboxed frame so a draft cannot execute scripts or navigate the parent page.
AI generation through your workspace
The Generate with workspace AI action sends a constrained request to the model you have selected in Accelerated Logic. It asks for standalone SVG markup with a viewBox, title and description, and disallows scripts, event handlers, external URLs, and raster images. The resulting code arrives in chat for review before you paste it into the studio.
Safe previews and exports
Before SVG code is shown in the preview or saved, the studio removes script elements, inline event attributes, and external or javascript URLs. This is a practical safety layer for a creative tool, not a claim that arbitrary SVG is safe in every embedding context. Review artwork again when you place it in a site with different policies.
Design with control
SVG remains source code: you can edit colors, paths, labels, gradients, and viewBox dimensions directly. Blue is used as an accent in the starter artwork, while the surrounding composition stays neutral and readable. Downloaded files stay on your device unless you explicitly send a generation request to your chosen model provider.
Frequently asked questions
Does SVG Studio call an image-generation provider?
No. It drafts SVG markup with the model already selected in your workspace and keeps editing, previewing, copying, and downloading in the browser.
Can SVG code run scripts in the preview?
No. The preview is sandboxed and the tool removes scripts, inline event handlers, and external links before rendering.
Can I use an existing SVG?
Yes. Paste it into the source editor, inspect the isolated preview, then copy or download the cleaned result.