Are you the author? Sign in to claim
Hypervibe: open-source Claude Code plugin that bootstraps full-stack T3 web apps (Next.js, tRPC, Drizzle, Tailwind, shad
A Claude Code plugin that bootstraps full-stack T3 projects with modular addons. Built for non-technical users who want to create and deploy web apps by describing what they want in plain language.
📘 First time? Follow the step-by-step installation guide. It walks you through the prerequisites, the accounts to create, and your first project, end to end.
You need Claude Code first. It is included with a Claude Pro plan or higher (the free plan is not enough), and ships with the Claude desktop app (Mac and Windows) or as a CLI. New to Claude? Create your account and subscribe here. Then, inside Claude Code, run:
/plugin marketplace add flavien-ia/hypervibe-harness
/plugin install hypervibe@hypervibe-harness
Updating from a version older than 2.5? After updating the plugin, just re-run /start in Claude Code: it detects your old background mechanisms and consolidates them into the new unified one for you, safely and with your consent at each step (nothing happens if you have nothing to migrate). More context in MIGRATION.md.
Then type /start: it installs everything else for you (Node.js, pnpm, Git, and each service's CLI) and checks that all your connections work.
Prefer a guided, click-by-click version? See the full walkthrough at hypervibe.fr/plugin/installation.
| New to this? | Already comfortable? |
|---|---|
/start - checks your setup and shows you around | /bootstrap - jump straight in |
/prof - explains how everything works | /spec - build a detailed spec first |
Just describe what you want to build. Claude analyzes your description and infers which addons are needed (database, auth, payments, etc.), then presents the plan for your approval before building.
/bootstrap My photographer portfolio website
/bootstrap My lead management dashboard with user accounts
/bootstrap My online invoicing SaaS with Stripe payments
When you launch /bootstrap, you choose how to describe your app:
/spec): Claude guides you step by step through 5 blocks (project, pages, design, features, constraints) and produces a cahier-des-charges.md.md file, he reads it and infers the infrastructure| Skill | What it does |
|---|---|
/bootstrap | Create a new project from scratch |
/spec | Build a detailed project specification, step by step |
/start | First-time onboarding: checks prerequisites, presents all commands |
/prof | Explains how everything works in plain language (pedagogical mode) |
/seo | Audit SEO and fix issues (metadata, sitemap, OG, structure, URLs/slugs, accessibility, readability, topical depth, freshness) |
/geo | Audit and optimize for AI answer engines (ChatGPT, Claude, Perplexity, Google AI Overviews) - llms.txt, AI crawler policy, FAQPage schema, citability signals, E-E-A-T, Q&A format. Complementary to /seo. |
/gsc | Connect the site to Google Search Console, verify DNS automatically, submit the sitemap, then audit what Google actually sees - indexing coverage, top queries, quick wins (positions 11-20), low CTR pages, zombie pages. Complementary to /seo (external Google data). |
/security | Security audit (secrets, auth, headers, dependencies, RGPD) |
/rgpd-audit | RGPD compliance audit - detects third-party services in use, updates the subprocessors registry, generates or refreshes the privacy policy page |
/clean | Find unused files, dead code, orphan env vars and DB tables - review + delete on a branch |
/rotate-secret | Rotate a secret (Stripe, Brevo, Google…) everywhere it lives - local + Vercel |
/quotas | Show your current usage against each service's free tier (Neon, Cloudflare, Brevo, Resend, Vercel) with verdicts per gauge |
Each addon can be activated during /bootstrap or used standalone on an existing project.
| Skill | What it adds |
|---|---|
/add-db | Neon PostgreSQL + Drizzle ORM (DB provisioned in Frankfurt, aws-eu-central-1) |
/add-auth | NextAuth v5 - admin-only interface OR user accounts (email+password with signup, account, delete, and optional forgot-password if email is configured). Google/GitHub OAuth offered as optional add-ons in users mode. |
/add-google-auth | Add Google OAuth login (extends /add-auth) |
/add-github-auth | Add GitHub OAuth login (extends /add-auth) |
/add-email | Resend or Brevo transactional emails (auto-detected) |
/add-stripe | Stripe Checkout payments |
/add-i18n | next-intl internationalization |
/add-storage | Cloudflare R2 file storage |
/add-analytics | Google Analytics (GA4) with RGPD cookie consent |
/add-map | Interactive vector map (MapLibre + OpenFreeMap - free, no API key, EU). Single pin, multi-pin, route, or map-first layouts |
/add-dark-mode | Dark mode (light / dark / system) with a ready-to-use toggle |
/add-domain | Connect a custom domain name (guided setup) |
/new-email-address | Create a receiving address (contact@yourdomain.com) forwarded to your inbox (Cloudflare Email Routing) |
/add-cron | Scheduled task - Cloudflare Worker (precise) or GitHub Action (best-effort), chosen based on what the cron does |
/add-automation | Background processing - routes to cron, Cloudflare Worker, or Render Background Worker depending on the need. Hands off to /add-agent when you describe an AI agent. |
/add-agent | Autonomous AI agent (Anthropic Claude + tools + optional semantic memory + budget circuit breaker + full persistence) deployed on Render |
/add-agent-dashboard | Monitoring dashboard for agents under /admin/agents (cost, runs, turn-by-turn detail, run-now button) |
/add-collab | Add GitHub collaborators that can deploy (via GitHub Actions, without paying a Vercel seat) |
/add-backup-db | Automated Neon DB backups (shared Cloudflare Worker, rolling + aging snapshots) |
To use an addon standalone, simply ask Claude Code:
"Add authentication to my project" → uses add-auth "Set up Stripe for payments" → uses add-stripe "I want to connect my domain name" → uses add-domain
The plugin also ships with _-prefixed internal skills that are invoked automatically by the public skills above (never by the user directly). They handle shared concerns like env var pushing (_push-env-vars), dependency detection (_check-deps), secret generation, password hashing, auth setup sub-branches, CLI auto-install, etc. You never need to invoke them yourself.
Projects bootstrapped with this plugin use:
fra1 - Frankfurt)aws-eu-central-1 - when DB addon is used)/start sets it up (free account, EU region); you type one master password once a day and Claude fetches the keys on its own when needed.Every project gets, regardless of mode:
fra1 (Frankfurt) - better latency for EU visitors, data stays in EUsrc/lib/subprocessors.json) that auto-updates whenever you add a service via /add-* skillsThe generated CLAUDE.md includes these conventions that Claude Code follows on every subsequent interaction:
globals.css before creating components, use CSS variables, never use default Tailwind colorscursor-pointer on all clickable elementstoast/sonner for success/error messages, never alert()<Image> from next/image with descriptive alt attributesany, type everything properlyThe plugin ships with Context7, which gives Claude Code access to up-to-date documentation for Next.js, Tailwind, Drizzle, and other technologies.
Flavien Chervet - flavienchervet.fr
Licensed under the Apache License 2.0. The source code is free to use, modify and redistribute under the terms of that license.
Hypervibe and Certifié Hypervibe are trademarks of Hyper Wisdom. The open-source license covers the code, not the name: it grants no right to use these names (see section 6 of the Apache License). You may not name a fork, derivative, product or service "Hypervibe", nor imply an official affiliation or certification, without written permission.
Design enforcement with memory — keeps your UI consistent across a project
Create animation-rich HTML presentations using a coding agent's frontend skills
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Detects 37 AI writing patterns and rewrites text with human rhythm across 5 voice profiles