HYPERVIBE
Open source · Claude Code plugin

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.

v2.8.5

Download the plugin

Version 2.8.5 · 14 août 2026

Download
1

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.

2

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).

Tip: start by creating your GitHub account. For the other services, choose “Sign in with GitHub” when the option is offered (Vercel, Neon, Render…): it’s faster and you keep a single login.

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.

3

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)

  1. Download the zip file with the button at the top of this page.
  2. Open Claude Desktop and go to the Code tab.
  3. In the left sidebar, click Customize.
  4. Go to the Plugins tab.
  5. Click Add at the top right, then Upload a plugin.
  6. Click Browse files and select the downloaded .zip file.
or

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-harness

Whichever method you choose, the plugin then appears in your list of plugins, with all its commands (/start, /bootstrap, and around fifty others).

4

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.

/start

Let 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.

5

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 photographe

Hypervibe 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.