- Install the Val Town CLI and log in
- Install Claude Code and log in
- Copy-paste our system prompt into
CLAUDE.md
at the root of your local directory for vals
Creating and editing vals
Section titled “Creating and editing vals”The most reliable way to let Claude write vals for you is with vt watch
, which will automatically sync your changes to Val Town.
vt create
,vt remix
, orvt clone
a val*cd
into your val’s directoryvt checkout -b <branch>
to isolate changes (optional)vt watch
to sync with Val Townclaude
to start your Claude Coding session
* Running vt create|remix|clone
will ask you to add editor files including AGENTS.md
, which Claude doesn’t support as of this writing (use CLAUDE.md
instead).
Example
Section titled “Example”We recorded a video creating a customer support val in 4 minutes with vt
and Claude code.