vibe-coding is a sandbox repository for building and validating quick proof-of-concept (POC) ideas.
Each POC is isolated under pocs/ so experiments can move fast without affecting other work.
The project focuses on:
- Rapid experimentation and iteration
- Capturing technical learnings in
docs/deepwiki - Reusing common helpers from
pocs/shared - Keeping setup simple for local development in VS Code/dev containers
pocs/— individual POC implementationsdocs/deepwiki/— project wiki and architecture/decision notesscripts/— helper scripts for scaffolding, linting, and testing