Quickstart
Off Localhost runs inside Claude Code on your machine. Two commands take a finished repo to a launched product.
Install
In Claude Code, add the marketplace and install the plugin:
/plugin marketplace add ucsandman/marketing-studio /plugin install marketing-studio
Bootstrap the engine once (installs the Remotion studio and checks ffmpeg):
python <plugin-dir>/launch.py --bootstrap
Copy
launch/.env.exampletolaunch/.envand fill the keys for the platforms you post to. Founder license holders runcreds resolvefirst; it fills every key already on the machine.
Render the marketing suite
From your product's repo:
/marketing
The agent reads your README and routes, proposes a story on a storyboard page, and renders after you approve. Output lands in out/<brand>/ inside the engine and is copied back to your repo at the end.
Launch
/launch
Runs launch init, research, copy, and a dry run of every post with the videos attached. Live posting is launch post <dir> --all --live, and the dashboard asks you to type the domain before it publishes. Hacker News and Product Hunt open with the post staged; you press submit.
Both at once
/ship-it
Renders, then launches, through the same gates.
Full reference: https://github.com/ucsandman/marketing-studio#readme