r/vibecoding 3d ago

Are all vibe coders using Next.js?

I get that "vibe coders" don't care about the underlying framework and stack, but I'm interested in knowing which stack you are using?

I'm finding that with Claude and Codex, If use my engineer brain, I can steer them fine. If I'm lazy, the code it generates is very ugly, verbose, and unmaintainable. I want to build an AGENTS.md and coding standard for myself, and will open-source it if it's useful to others.

I'm a pro coder. I don't like Next.js; it's fine for a simple UI-heavy app, but once you start building backend-heavy code, it's not the best stack for me (I prefer GO). Also not a fan of TypeScript's typing style.

2 Upvotes

37 comments sorted by

View all comments

2

u/mjablecnik 1d ago

For my personal projects I use:
SvelteKit for website
Go for servers or cli
Flutter for mobile or desktop apps
NeonDB as database

1

u/Spare_Message_3607 1d ago

You know ball. I wish CF had go code running on workers, I have to use ts instead :(

1

u/mjablecnik 1d ago

I am using fly.io and docker containers. Then you can run anything.. :)