vibeasite
v1.1.0
Published
vibeasite CLI - AI website builder for coding agents. 23 templates, 2 stacks, conversational builds. As easy as git.
Maintainers
Readme
vbs
AI website builder for coding agents. 23 templates, 2 stacks, conversational builds - as easy as git.
Install
npm install -g vibeasiteQuick Start
# Browse templates
vbs templates
# Create and build a site
vbs new "My SaaS" --category saas --stack vite-react
# Interactive chat mode
vbs build PROJECT_ID --chat
# Follow-up edits
vbs build PROJECT_ID "Change hero to dark theme"
# Publish
vbs publish PROJECT_ID --name my-saas
# Full reference
vbs --helpTemplates
23 categories, each available in 2 stacks:
| Category | Description | |----------|-------------| | saas | Product page with features, pricing tiers, FAQ | | landing | Landing with features, how it works, testimonials | | ecommerce | Shopify-style store with product grid, cart | | portfolio | Creative portfolio with project gallery | | blog | Blog with featured post, article grid, sidebar | | restaurant | Restaurant with menu, gallery, reservation | | dashboard | Admin panel with KPI cards, charts, data table | | event | Event page with countdown, speakers, schedule | | services | Business site with team, process, testimonials | | resume | Personal site with experience, skills, projects | | healthcare | Medical practice with appointments, insurance | | education | Course platform with curriculum, enrollment | | fitness | Gym with classes, trainers, membership plans | | music | Artist page with discography, tour dates, merch | | photography | Photo studio with gallery, lightbox, booking | | nonprofit | Charity with mission, impact stats, donate | | travel | Travel agency with destinations, packages | | wedding | Wedding site with RSVP, registry, venue | | real-estate | Property listings with search, agent profiles | | editorial | Magazine with featured stories, newsletter | | developer-tools | Dev tool with code samples, API docs | | product-management | PM tool with roadmap, kanban, analytics | | project-management | Project hub with timeline, milestones |
Stacks
- vite-react — React + Vite + Tailwind CSS + lucide-react icons (default)
- bootstrap — Bootstrap 5 + jQuery + Bootstrap Icons
Features
- Templates - 23 gold-standard categories, browsable from terminal
- Conversational builds - SSE streaming, real-time progress
- Interactive chat - readline loop with in-chat commands
- Files - list, get, put, delete project files
- Publish - subdomain + custom domain support
- Git - enable, push, pull, branches, commits
- Preview - sandbox deployments
- Billing - plans, credits, purchase, usage history
- Images - AI generation, logo, Unsplash search
- AnyDB - connect, collections, CRUD operations
- Export - download as ZIP
Per-Project Config
vbs login --local --key YOUR_KEY # saves to .vbs/config.json (project-local)
vbs login --key YOUR_KEY # saves to ~/.vbs/config.json (global)
vbs config # show which config is activeLocal config overrides global. Add .vbs/ to your .gitignore.
Agent Integration
Add to your CLAUDE.md, .cursorrules, .clinerules, or .windsurfrules:
## vibeasite
Use the vbs CLI for website generation.
Key is in .vbs/config.json (auto-loaded).
Run vbs --help for full reference.Documentation
License
Proprietary - Tyga.Cloud Ltd. See LICENSE.
