Show HN: Just vibe coded a TypeScript/Go social app demo

1 SamInTheShell 2 6/11/2025, 3:06:19 AM github.com ↗
I don't really know what to say, I just think it is kinda cool that this was thrown together over a couple of weekends. Most of my effort went towards tooling and validating the way I use Typescript and Go together. I had to handhold the models through implementing that piece by piece because it's not common enough for the model to know to do it.

Going to just end on, code agents are pretty cool. That's all. Hope you guys are having a great week so far.

Comments (2)

6Az4Mj4D · 1d ago
Is AI good with golang as well :) Nice
SamInTheShell · 1d ago
It generated the entire comment service and I’ve not noticed any issues with how it functions. I kinda took note of that specifically because I have never seen GORM used that way.