Each command automates one building block of your app. Click a command to see its detailed documentation.
/start
Prepares your computer so it can build applications with Hypervibe.
/bootstrap
Creates a complete web project from your description in a few sentences.
/spec
Builds a structured specification (cahier des charges) for your project with you, one question at a time, no jargon.
/prof
Explains to you in plain language how Hypervibe works and what each technical building block is for.
/add-db
Adds a database to your project so you can store information that persists over time.
/add-auth
Adds sign-in / signup to your app.
/add-google-auth
Enables Google login on your app.
/add-github-auth
Enables GitHub login on your app.
/add-role
Adds a user roles system to differentiate access rights in your app.
/add-email
Enables transactional email sending from your app, via Resend or Brevo.
/add-storage
Adds file storage (images, PDFs, videos, documents) to your app, via Cloudflare R2.
/add-domain
Connects a custom domain name to your app: mysite.com instead of mysite.vercel.app.
/add-dark-mode
Enables dark mode on your site (light / dark / system), with a ready-to-use toggle button.
/add-i18n
Makes your site multilingual by offering several languages to your visitors.
/add-map
Adds an interactive map to your site (contact page, list of branches, events, or an app fully built around a map).
/add-stripe
Adds online payments to your app via Stripe Checkout.
/add-pwa
Turns your site into an installable app (PWA) on phone and computer, without going through the stores.
/add-push-notification
Adds push notifications: your app can alert its users on their phone, even when closed.
/add-notification-center
Adds a notification bell to your app, with an unread badge and a browsable history.
/add-2fa
Adds two-factor authentication to your app's login: a 6-digit code from an authenticator app (Google Authenticator, Authy, 1Password...) on top of the password, a big security upgrade against stolen passwords.
/seo
Audits and improves your site's Google ranking.
/geo
Optimizes your site to be cited by AI (ChatGPT, Claude, Perplexity, Google AI Overviews, Bing Chat).
/add-analytics
Enables Google Analytics on your site, with an RGPD-compliant cookie banner (consent required before any tracking).
/gsc
Connects your site to Google Search Console and reads the real Google data: impressions, clicks, queries, indexing.
/seo-perf
Measures your site's real speed with PageSpeed Insights, Google's official tool.
/add-automation
Adds a process that runs in the background inside your app.
/add-cron
Adds a task that runs automatically at a fixed time in your project.
/add-agent
Creates an autonomous AI agent that runs in your project and decides on its own which actions to take.
/add-agent-dashboard
Adds a dashboard to your admin area to monitor and drive your AI agents.
/quotas
Shows where your usage stands on each service against the free-plan caps.
/rgpd-audit
Audits your project's RGPD compliance and updates your privacy policy.
/eco-audit
Measures your site's ecological footprint and proposes concrete fixes to lighten it.
/add-collab
Invite or remove collaborators on your project without paying for one Vercel seat per person.
/new-email-address
Creates a new receiving address on a domain that is already connected (for example support@mysite.com forwarded to your Gmail).
/security
Audits the security of your app and automatically fixes common flaws.
/clean
Detects and removes everything that is no longer used in your project to slim it down.
/rotate-secret
Renews a secret key everywhere it lives, locally and online, in a single command.
/add-backup-db
Enables automatic backups of your Neon database.
/save-project
Creates a complete backup of a Hypervibe project as a timestamped zip.
/delete-project
Cleanly and permanently deletes a Hypervibe project and all of its associated cloud infrastructure.