https://twokindsof.com Just a silly site I built in a weekend.
Ask HN: Share your vibe coded project
21–24 of 24 posts
Re: Ask HN: Share your vibe coded project
#22Earlier quoted context omitted.
I work as a software engineer, so I was familiar with the stack I told the AI to build the forum with. Also, the forum was made specifically to see what vibecoding was like, so I didn't look for alternatives. But I'd say is working quite well code-wise.
Same. We have a very similar use case then. Did it handle user flows well? I'm talking about account validation, deactivation and recovery. Or better, if the code is on GitHub, I would love to have a look.
Re: Ask HN: Share your vibe coded project
#23Earlier quoted context omitted.
Same. We have a very similar use case then. Did it handle user flows well? I'm talking about account validation, deactivation and recovery. Or better, if the code is on GitHub, I would love to have a look.
Yes, the only issue I had to debug was the password hashing iterations being too much for the low resources of the VPS I was using. That made for logins and registration taking 2 seconds; other than that, smooth as butter. You can check the code at https://github.com/nomai-tech/forum.philosofriends.com
Re: Ask HN: Share your vibe coded project
#24It's a kind of an AI Photobooth for events and celebrations. It's not 100% finished (need to add payments), but already pretty usable.
P.S.: Mostly done with Cursor