byzonecraft
v0.1.0
Published
Engineering-grade vibe coding. Build and deploy apps with AI.
Maintainers
Readme
byzonecraft
Engineering-grade vibe coding. ByZoneCraft connects the web app to Claude Code CLI — it authenticates with the API, fetches your enriched build prompt with infrastructure connections wired in, and launches Claude Code with everything configured. One command to build and deploy.
Install
npm install -g byzonecraftRequires Claude Code CLI to be installed.
Quick Start
# One-time login (opens browser)
byzonecraft login
# Build a project (interactive picker)
byzonecraft build
# Build a specific project by name
byzonecraft build tripwatchCommands
| Command | Description |
|---------|-------------|
| byzonecraft login | Log in to ByZoneCraft (opens browser for auth) |
| byzonecraft logout | Log out and clear stored credentials |
| byzonecraft build [project] | Build a project with Claude Code |
| byzonecraft projects | List your projects |
| byzonecraft status | Show current auth status |
How It Works
- Login opens your browser to authenticate with ByZoneCraft
- Build fetches your project's enriched prompt (with engineering directives, infrastructure connections, and deployment workflow) and launches Claude Code with the MCP server pre-configured
- Claude Code receives the prompt and uses MCP tools to create repos, push code, set up databases, deploy to Railway, and verify everything is live
Configuration
Credentials are stored at ~/.byzonecraft/config.json. Run byzonecraft logout to clear them.
Links
- Web App: byzonecraft.com
- Create projects and connect infrastructure at the web app, then use this CLI to build
