| Resource | Link |
|---|---|
| GitHub Repository | See this app on GitHub |
| ArgoCD | PerfectVibe apps in ArgoCD |
Get Started with Vibe Coding
Copy the prompt below and paste it into your AI agent (GitHub Copilot, Cursor, etc.) to begin building your own app on this platform.
I want to build a new app using the pd-perfect-vibe template repository. Please help me get set up and start building. First, check if the GitHub CLI is authenticated: gh auth status If it is not authenticated, run: gh auth login Follow the prompts to log in. Then clone the repository and enter it: git clone https://github.com/ab-inbev-perfectdraft/pd-perfect-vibe.git cd pd-perfect-vibe Create a branch with a short, meaningful name — this becomes the ArgoCD tile name and deployment URL slug, so keep it concise (e.g. "beer-finder", not "feature/my-long-description"): git checkout -b <your-app-name> Read these guides before making any changes: - README.md - CONTRIBUTING.md - VIBECODING.md - src/README.md Your working area is src/ only. Build your app by modifying the sample Express app in src/app/ and its tests in src/tests/. My app idea: [describe what you want to build here]
FizzBuzz
Enter a number to see the FizzBuzz result: