vibe-architect
v0.1.0
Published
Constraint-aware system architecture CLI for vibe coders
Maintainers
Readme
VIBE Architect 🧠
VIBE Architect is a constraint-aware system architecture CLI for vibe coders.
AI helps you write code. VIBE Architect helps you not write the wrong code.
What it does
- Analyzes your project automatically
- Converts feature ideas into system architecture plans
- Surfaces backend, auth, realtime, and scaling constraints
- Warns you when ideas will break in production
- Never generates code — only architecture
Install
npm install -g vibe-architectUsage
vibe-architect planFeatures
- Project stack detection - Automatically analyzes your codebase
- Pre-generated architecture plans - Instant specs for common features
- Custom feature planning via your own AI API key
- Works with OpenAI, Claude, Gemini - Choose your AI model
- Opinionated, constraint-first output - Real warnings, real trade-offs
Commands
vibe-architect plan # Plan a new feature with architecture constraints
vibe-architect add # Alias for 'plan'
vibe-architect analyze # Auto-detect your project's tech stack
vibe-architect info # Show all available features & frameworksPhilosophy
Speed without architecture is just delayed failure.
License
MIT
