Transformers/EdgebrixTransformers

Any transformation.
Yours, in a sandbox.

Describe what you want. Our AI writes the logic inside your private, isolated sandbox. Use it from Studio. Serve it from a URL. All the infrastructure is already there.

sandbox · acme/product-hero
Chatyou
R
Crop to the subject, warm the grade a notch, and stamp our logo bottom-right. Serve AVIF.
AI
Generating product-hero.ts in your sandbox…
Sandbox🔒 private
export default defineTransformer({
  // generated · product-hero
  steps: [
    crop({ subject: 0.95 }),
    grade({ warmth: 0.15 }),
    watermark({ pos: "br" }),
    format({ auto: true }),
  ],
});
v3 · just now▶ running
Studio node
product-hero
dropped on canvas
URL
cdn.edgebrix.com/acme/t_product-hero/hero.jpg
live · edge-cached
The sandbox

Your transformation. Your code.

Every transformer runs in a private, isolated sandbox bound to your workspace. The AI writes the logic — but the code is yours, versioned, rollback-able, and visible end-to-end.

Private by default

Each sandbox is isolated from every other tenant — your logic, your assets, your LUTs and overlays never leave the workspace.

Versioned automatically

Every time the AI edits the code, you get a new version. Rollback with one click. Diff two versions side by side.

Readable code

The AI writes plain TypeScript against our runtime. Open the file. Edit it yourself. It's not a black box.

Published to the edge

Hit publish and every request runs at the nearest PoP. No build step. No server to manage.

Serve it anywhere

One URL pattern. Infinite shapes.

Every transformer is reachable at t_<name>[param:value] — readable, cacheable, overrideable per call.

https://cdn.edgebrix.com/acme/t_watermark[pos:br,opacity:0.8]/hero.jpg
t_prefix — every transformer URL starts with this
watermarkyour sandbox name
[ ]optional params — override per call
PromptStamp our logo bottom-right at 80% opacity. Auto-pick light or dark.

Brand stamp. Auto-contrast keeps the logo readable on any image.

In the wild

Three prompts. Three transformers.

Ecommerce

Product photos, every aspect

One upload from Studio. The sandbox crops, warms, stamps, encodes. Every aspect ratio lives under the same name.

t_product-hero[ratio:16:9]
Editorial

Dynamic OG images

Title comes from the URL, template and fonts live in the sandbox. Every social card a unique URL, every repeat a CDN hit.

t_og-image[title:"Launch day"]
UGC platforms

Safe-to-ship user uploads

User-submitted photos go through your sandbox — faces blurred on request, width capped, EXIF stripped. One URL, zero ops.

t_safe-upload[faces:blur]

One URL. Infinite variants.

Define your transformer. Point your code at it. Every render is a CDN hit.

Need to generate the source?Studio— collaborative canvas for you and your AI