Introduction
Turn a hackspot.dev idea into a scaffolded project and hand it to your AI coding agent.
The hackspot CLI turns a hackspot.dev idea into a real project and hands it to your AI coding agent. The website already generated the build playbook — pitch, why it wins, scoped MVP, demo script. The CLI fetches that playbook by id, scaffolds the files an agent reads, and launches the agent on the build.
What it is (and isn't)
The CLI has no model of its own. It drives the tooling you already have installed — Claude Code, Codex, opencode, or any command you pass it.
It does three things:
- Connects this machine to your account with a 6-digit device code.
- Lists the ideas you've saved on the site, with the id each build takes.
- Builds an idea — scaffolds
AGENTS.md,PROMPT.md, andhackspot.jsoninto a directory, then launches your agent there.
The mental model
hackspot.dev idea ──fetch──▶ scaffolded project ──launch──▶ your AI agent
(playbook) AGENTS.md / PROMPT.md (claude / codex / …)
hackspot.jsonYou generate and refine ideas on the website. The CLI is the bridge that gets a chosen idea onto your disk and into an agent's hands in one command.