Skip to content

Getting started

SplashForge turns one design into every store-ready asset. There are three ways to use it; all share the same render engine, so output is identical.

In the browser

  1. Open the studio.
  2. Pick a background (solid or gradient), upload a logo, add your app name.
  3. On the App Icon tab you see your icon as a circle and a rounded square at once — the two masks platforms apply.
  4. Click Download all sizes for a .zip, foldered by platform.

Everything renders in your browser — your logo never leaves your machine.

In your terminal

Generate assets without opening an editor — ideal for CI.

Terminal window
# Quick app-icon set from a logo on a gradient
npx splashforge icon --logo ./logo.svg --bg "#6366f1,#a855f7" --out ./assets
# Splash screen with a title
npx splashforge splash --logo ./logo.svg --text "Acme" --out ./assets --zip

Or drive a full design (splash and icon) from one config file:

Terminal window
npx splashforge generate --config ./splashforge.config.json --out ./assets

See the CLI reference for every flag.

Inside Claude

With the MCP integration installed, ask Claude to design and generate assets for you — no tab-switch. See Use in Claude.