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 Code (included in the Claude app for Mac and Windows, Code tab, or on the command line).
Claude Code is included from the Claude Pro plan (or higher): the free version isn’t enough. Don’t have an account yet? Create your account and get your subscription here.
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.
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.
- Click the +.
- In the window that opens, go to the Personal tab.
- Click the small + next to Local imports.
- Click Upload a plugin.
- Drag and drop the .zip file into the window.
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).
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.
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.