Manage your site with AI-powered terminal. No extra costs with Claude Max.
The structure is built. Now make it yours. Follow these steps:
claude "Update the business name to [your name]"Read CLAUDE.md in the terminal for full guide + slash commands
This is your site's control room. Preview pages, edit with AI, and deploy changes — all from one screen.
Your site ships with a full Claude AI context file (CLAUDE.md) that teaches the AI everything about your site — pages, design system, file structure, and how to make changes correctly.
There are two ways to edit:
claude to start Claude AI. Describe what you want in plain English. Uses your Claude Max subscription ($0 per edit).You can supercharge Claude with MCP servers — plugins that give Claude access to external tools. Two powerful ones for site editing:
Every BE1st site ships with both MCPs pre-configured in .claude/settings.local.json. Context7 works immediately. For 21st.dev, get your API key at 21st.dev/magic/console ($20/mo after 5 free uses) and replace the placeholder in the settings file.
Auto-Pilot uses AI to automatically audit your site for issues (broken layouts, missing content, accessibility gaps, design inconsistencies) and fix them — hands-free.
Requires your own Claude API key (not Max subscription) since it makes multiple API calls in a loop. Enter your key in the Auto-Pilot panel before starting.
Each audit call: ~$0.01-0.03. Each fix: ~$0.01-0.05. A typical Level 4 run with 8-12 issues across 2-3 iterations: ~$0.50-1.50. The budget cap ensures you never spend more than you set.
claude # Start interactive Claude AI session
claude "Make the hero darker" # One-shot edit command
claude /add-page # Run a preset slash command
npx vite build # Rebuild the frontend after changes
The terminal supports standard terminal shortcuts. Type exit or press Ctrl+C to stop a running Claude session.
BE1st Command Center v1.0 — Your site, your AI, your control.