CLI init
Use the interactive wizard to create a project and first demo.
littledemo init is the guided path for a first demo.
bashlittledemo init
The wizard asks for:
- project name;
- target URL;
- viewport;
- prompt;
- recording style;
- optional section hint.
It then creates the project, queues generation, waits for completion, and prints the share URL plus embed snippet.
After the first demo, the wizard offers to install LittleDemo repo setup files. Accepting writes the public LittleDemo agent skill and managed AGENTS.md guidance. Automatic PR demo videos are disclosed as a separate opt-in because they use CI minutes and LittleDemo usage.
Run setup later with:
bashlittledemo setup --yes
Enable PR demo comments only when you want the workflow:
bashlittledemo setup --pr-demos --yes
When to use it
Use init when setting up a new product, docs site, or demo environment.
For repeatable scripts, use projects create and demos create directly.