https://github.com/wangenius/vibecape
A programming CLI tool for AI native coders. Boost your productivity, integrate AI capabilities, and accelerate development—out of the box, designed for modern AI programming scenarios.
https://github.com/wangenius/vibecape
ai bash cli code tool vibe
Last synced: 12 days ago
JSON representation
A programming CLI tool for AI native coders. Boost your productivity, integrate AI capabilities, and accelerate development—out of the box, designed for modern AI programming scenarios.
- Host: GitHub
- URL: https://github.com/wangenius/vibecape
- Owner: wangenius
- Created: 2025-06-22T03:20:58.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-09-14T14:13:28.000Z (about 1 month ago)
- Last Synced: 2025-09-14T14:40:28.045Z (about 1 month ago)
- Topics: ai, bash, cli, code, tool, vibe
- Language: TypeScript
- Homepage: https://vibecape.com
- Size: 1.26 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vibecape
The CLI for AI‑native Coders(we called them Product Creators). Spin up apps, add modules, and ship with one command.
## 📋 Introduction
Vibecape is an integrated CLI for ProCreators. It helps you:
- Create projects from opinionated templates
- Add ready‑to‑use modules (auth, payments, homepage, and more)
- Run project scripts consistently (deploy, build, test)
- Collaborate with AI agents in your terminalBuild a full‑stack, production‑ready service with a single command.
## Why Vibecape
“Vibe” is your creative flow; Vibecape is the cape that amplifies it. Stop yak‑shaving and start shipping.
1. Create from curated templates (Next.js, npm package, desktop client, and more):
```bash
vibe create my-app
[x] blank template
[ ] nextjs-template: description
[ ] npm-template: description
```2. Add modules on demand (auth, payments, homepage):
```bash
# vibe add can intergret some modules
vibe add module
[x] user auth
[] payment
[] homepage
```3. Run scripts consistently (ships with useful defaults):
```bash
vibe run deploy
```> Under the hood, `vibe run` executes `.sh` scripts from `./scripts`.
4. Work with AI agents in‑terminal:
```bash
vibe ai
> [user]:
> [vibe]:
> [user]:
```## Quick Start
```bash
npm i vibecape
``````bash
vibe init
```## Features
- **Templates:** Start faster with battle‑tested foundations.
- **Modules:** Plug in capabilities without boilerplate.
- **Scripts:** Standardize workflows across projects.
- **AI Mode:** Chat with an agent that knows your repo.Looking for something specific? Open an issue or start a discussion.