
Vibe Coded PM
github.com/JordanDalton/pm →A dev who made 'vibes-based coding' the actual feature
WHAT IT SOLVES
Everyone's building a PM tool. Most people never ship one. This guy just shipped.
WHY IT'S INTERESTING
'Vibe Coded' isn't marketing — it's self-aware
The title literally says 'Vibe Coded.' No architecture astronautics, no microservices pitch. It means: I followed my gut, shipping beats speculating. v0.0.1 with 12 commits — Board and Task models, Laravel Sanctum for API auth. A clean starting point, not over-engineered.
The model relationships are right from day one
Most v0.0.1s are spaghetti controllers hitting the DB directly. This one ships Board → Task one-to-many relationships with factories and migrations on the first commit. The author has the data model in their head before they started typing — Board as a workspace, Task as the unit, API auth baked in from v1.
TECH GUESS
Laravel with Sanctum for token-based API auth, probably MySQL, frontend not yet clear
Discussion (0)
- No comments yet — be the first.
Related
#028▶ 323Autocomplete for CAD is here
#027▶ 400A Chrome extension that helps founders write cold emails and LinkedIn DMs
#026▶ 499A trading app that went from idea to App Store by vibing