Skip to main content
Use a snapshot when you want to share one frozen demo without updating the live hub. If you want the live hub to update from GitHub, use Publish a collection of demos instead.

Sign in

Snapshots require an Inkly account:
inkly login
For automation, save an existing token:
inkly login --token <token>

Publish

Publish a demo inside a hub:
inkly snapshot demos/onboarding
Or select by slug:
inkly snapshot --demo onboarding
You can also publish a bare exported demo folder:
inkly snapshot ./out/onboarding
Inkly returns a standalone /p/<id> URL. The snapshot is frozen, so later edits do not change that link. Publish a new snapshot when you want a new version.

Share or embed

After publishing, you can open the demo in the Inkly platform to copy the public sharing URL or fetch embed code. The URL is available as soon as the demo is published, but the platform gives you the ready-to-use inline embed and popup embed snippets. See Embed and share.

Machine-readable output

Use JSON when another tool needs the result:
inkly snapshot demos/onboarding --json
For asset cleanup, see Sync assets.