This is the documentation folder for build-your-own-x-vibe-coding.
A curated, open-source collection of "build your own X" guides written for vibe coding — building real software through AI-assisted, conversational development.
build-your-own-x-vibe-coding/
├── README.md # project intro + guide index
├── LICENSE # MIT
├── CONTRIBUTING.md # how to add guides
├── docs/ # project documentation
│ ├── README.md
│ ├── TODO.md
│ └── CHANGELOG.md
└── guides/ # the build-your-own-x walkthroughs
Initial scaffolding. No guides yet.