Skip to main content
GoalGen Creator Plugin

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:
FileDescription
manifest.jsonStudioTemplateManifestV1 — geometry, style, layer metadata
*.svg / *.pngIndividual layer assets at their exact dimensions
thumbnail.png320 px preview image of the full frame
Import the ZIP into Creator Studio and the template is ready to publish — no manual re-positioning needed.

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.