vibes-cli
Build and deploy shareable single-file web apps instantly
All Skills in This Repository (9)
Pure Emerald Level Indicatorssell
Convert a Vibes app into a multi-tenant SaaS with Clerk authentication.
test
Automate end-to-end integration testing for the vibes platform with Cloudflare deployment.
riff
Generate 3-10 app variations in parallel riff directories with app.jsx files.
launch
Generate and deploy a Vibes SaaS app with authentication and billing from a single prompt.
cloudflare
Deploy Vibes apps to Cloudflare Workers with KV-backed subdomain registry and Clerk JWT verification.
vibes
Generate a React app with Fireproof database and Clerk authentication.
exe
Deploy a Vibes app to an exe.dev VM with nginx and SSH.
connect
Automate Fireproof Connect deployment to exe.dev Studio with tokens and environment files.
design-reference
Convert design reference HTML files into React/JSX Vibes apps.
Frequently Asked Questions
FAQPage SchemaHow to install vibes-cli?โผ
Run `npx skills add popmechanic/vibes-cli --all -g -y` in your terminal to install all skills in this suite globally.
What can I build with Vibes?โผ
You can build small multi-user web apps like chore charts, polls, games, and dashboards from a plain-English description. Each app is a single HTML file with built-in data storage and real-time sync, no backend required.
Do Vibes apps need a server or database?โผ
No. Vibes apps embed a local-first data store directly in the HTML file, so data lives in the browser and syncs across users automatically. There is no server setup or schema configuration.
Can I deploy and monetize my app?โผ
Yes. The cloudflare skill deploys your app to the edge with one command, and the factory skill adds subscriptions, Stripe billing, and multi-tenant subdomains to turn it into a paid product.
Do I need coding experience to use Vibes?โผ
No. You describe what you want in plain English, answer a few simple multiple-choice questions, and your AI agent generates, previews, and deploys the working app for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core