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
- Open the studio.
- Pick a background (solid or gradient), upload a logo, add your app name.
- On the App Icon tab you see your icon as a circle and a rounded square at once — the two masks platforms apply.
- 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.
# Quick app-icon set from a logo on a gradientnpx splashforge icon --logo ./logo.svg --bg "#6366f1,#a855f7" --out ./assets
# Splash screen with a titlenpx splashforge splash --logo ./logo.svg --text "Acme" --out ./assets --zipOr drive a full design (splash and icon) from one config file:
npx splashforge generate --config ./splashforge.config.json --out ./assetsSee 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.