The motivation came from my experience that most existing scaffolds assume humans are the primary authors, while in practice I increasingly rely on LLMs to generate, refactor, and iterate on code. This project tries to shift the scaffold’s responsibility toward making AI “do the work” more effectively.
It is inspired by create-react-app in spirit, but much smaller in scope and intentionally language-agnostic. The focus is on:
minimal structure
clear conventions for AI agents
reducing human boilerplate as much as possible
The project is still very early, and I am explicitly looking for feedback on the design direction rather than completeness.
Repo: https://github.com/hscspring/create-vibe-app
Design notes: https://yam.gift/2026/01/18/AI/2026-01-18-Upgrade-VibeCoding...
I would really appreciate any thoughts, criticism, or suggestions.