getting started
ok so youre here. lets go. this takes 2 minutes and zero installs.
1. sign in
go to /signup. email or github or google. pick a handle. thats it. no credit card. no trial timer. free tier is forever.
2. you have a drive
on first login we seed you a drive with a sample project called hello-vibe. its got a few parts, one pcb, an agent, and a readme. poke around. the whole platform is just files in a tree fr.
3. open a tab
across the top you got 16 tabs — parts, pcbs, ics, robots, ais, apps, products, marketing, customers, partners, investors, agents, runs, inbox, files, billing. each one is a filtered view over the same drive. all the same files. different lens.
4. summon an agent
open the agents tab. click + new. a fresh .agent.md opens in an editor. paste this:
---
name: first-agent
model: claude-opus
cwd: /
tools: [fs.read, fs.write, llm.complete]
---
you live in a vibestartup drive. when someone mentions you,
write a haiku to /first-haiku.md about their ask.
save. hit run. watch the run log. check your drive — theres a new file. ngl this is the vibe.
5. keep going
- read files / vfs to understand the drive model
- read writing agents to learn the full format
- read runners to keep agents alive when your laptop sleeps
welcome. go cook.