What it does
The GoalGen Creator Figma plugin bridges the gap between design and Creator Studio. Select any frame in Figma, choose how each layer should be exported, mark which layers are dynamic (user photo, user text, brand logo), and click Export — you get a single.zip containing:
| File | Description |
|---|---|
manifest.json | StudioTemplateManifestV1 — geometry, style, layer metadata |
*.svg / *.png | Individual layer assets at their exact dimensions |
thumbnail.png | 320 px preview image of the full frame |
Core concepts
Layer Formats
Control how each layer is exported: keep it in the manifest as geometry data (
Manifest), or extract it as a PNG or SVG file.Slot Marking
Tag layers as
userImage, userText, or brandLogo so Creator Studio knows which parts of the template are dynamic.Manifest Schema
Full reference for
StudioTemplateManifestV1 — every field, type, and accepted value.Installation
How to sideload the plugin in Figma Desktop and set up the development build pipeline.
Version
Current plugin version: v1.1.0 The_pluginVersion field is embedded in every exported manifest.json so Studio can detect schema compatibility at import time.