Skip to content

Pro & licensing

The studio, CLI, and all standard PNG sizes are free. Pro unlocks the things that save real shipping time.

What Pro unlocks

  • Xcode .xcassets — a complete AppIcon.appiconset with Contents.json.
  • Android adaptive icon — foreground/background layers + every mipmap density.
  • .ico and .icns — Windows and macOS app icons.
  • Vector SVG export.
  • MCP and CI usage.

Using a license

Pass a key to the CLI, or set it once in the environment:

Terminal window
splashforge generate --config app.json --bundle xcassets,android --license SF1.xxxx
# or
export SPLASHFORGE_LICENSE="SF1.xxxx"

In the studio, paste your key under Have a Pro key? — it’s stored locally and unlocks vector export.

How verification works

License keys are offline-verifiable. A key is an ECDSA P-256 signature over a small payload (your email, plan, issue date). The studio and CLI verify it against an embedded public key — no license server is contacted to check a key.

SF1.<base64url(payload)>.<base64url(signature)>