Install Hypervibe
Hypervibe is a plugin for Claude Code that builds and deploys complete web applications from a simple description. Follow this guide once and you’ll be ready to create your first project in a few minutes.
Prerequisites
You need Claude Desktop, the Claude app for Mac and Windows: it contains Claude Code, in its Code tab. It is the simplest way to use it, and it is also how the plugin gets installed.
As for the plan, you need at least Claude Pro (or higher): the free version does not give access to Claude Code.
That’s all: the rest (Node.js, pnpm, Git, and each service’s tools) will be installed automatically by the /start command in step 4.
Create your accounts
Hypervibe relies on a few third-party services to put your project online. Before your first project, create an account on the essential services (the connection is then set up automatically).
The 6 essential services
Other services (as needed)
Create an account on these services only the day you need them. The matching /add-* command will connect the service automatically.
Install the plugin
Two methods to choose from. No need to do both: pick the one that suits you best.
Option 1 · In Claude Desktop (the simplest)
- Download the zip file with the button at the top of this page.
- Open Claude Desktop and go to the Code tab.
- In the left sidebar, click Customize.
- Go to the Plugins tab.
- Click Add at the top right, then Upload a plugin.
- Click Browse files and select the downloaded .zip file.
Option 2 · On the command line (alternative)
If you already use Claude Code on the command line, these two commands do exactly the same thing. No need to download the zip.
/plugin marketplace add flavien-ia/hypervibe-harness
/plugin install hypervibe@hypervibe-harnessWhichever method you choose, the plugin then appears in your list of plugins, with all its commands (/start, /bootstrap, and around fifty others).
Run /start
The /start command automatically installs all the tools you need (Node.js, pnpm, Git, and each service’s command-line tools) and checks that everything is properly connected.
/startLet it guide you: Claude first installs Node and pnpm, then offers to install the missing tools via a script. Accept, and follow the instructions for each one.
Create your first project
Once /start is done, you’re ready. Run /bootstrap, describe your project in a few sentences, and let it guide you.
/bootstrap Mon site portfolio de photographeHypervibe creates the code structure, the GitHub repository, deploys to Vercel, sets up the database, and everything you need to have a complete web application, live online, from the very first session.
Want to see everything the plugin can do?
Explore all the plugin’s commands →Need help getting started?
The Vibe Coding training teaches you to get the most out of the plugin in two days, with guidance. The code itself stays open and free on GitHub.