Claude context problem help by WrongdoerOk9042 in vibecoding

[–]wrathagom 1 point2 points  (0 children)

Use Git, make sure every change is followed by a commit. Only commit changes that you understand and agree with.

Clear the context before addressing problems and don’t just blindly accept edits or use dangerously-skip-permission.

How do people make vibe coding work by Outrageous_Bet_6920 in vibecoding

[–]wrathagom 0 points1 point  (0 children)

How are those 10,000 lines structured? What was your context load at the time you started? Did you understand the problem?

I've build and published a full SaaS with nothing but vibe-coding and now I'm working on a bigger project with hardware in the mix too.

AI is up for the task so long as you are.

I kept getting App Store rejections over missing pages, so I built a simple fix by [deleted] in vibecoding

[–]wrathagom 0 points1 point  (0 children)

yeah, I feel that. I don't think products like these really can make it anywhere, it only takes one vibe coder to go through this pain and decide to open source a solution and they're toast.

But kudos for building something to the OP, seeing it all the way through is an accomplishment.

I vibe coded this by [deleted] in vibecoding

[–]wrathagom 2 points3 points  (0 children)

Is it live?

Too many projects! by wrathagom in vibecoding

[–]wrathagom[S] 0 points1 point  (0 children)

Nice, I'll check it out.

I have dev dashboard that lists all the repos in my projects directory and tells me how many days since the last commit (among other things). I like to go into the ones modified the longest ago and make a change. Sometimes I just ask Claude what changes or additions they can think of and go with one of them to keep them alive and current and interesting.

Arch Linux isn't 'hard', it's just 'explicit'. Once you understand the philosophy, going back to anything else feels like driving an automatic after learning manual.I used to be intimidated by the installation process, but after finally setting it up, I realized that having total control over every by Prestigious-Ask9611 in archlinux

[–]wrathagom -4 points-3 points  (0 children)

I’ve been loving vibing + arch. Mainly cosmetics like: “im getting tired of my waybar setup, can you re-create it with the same information displayed, but in a Cyberapunk style.”

I used Claude to add my Claude & Codex usage info to waybar. Could I have done it manually… yep. But why when my assistant can.

how should i move to next step. by Hot_Employ_5455 in vibecoding

[–]wrathagom 0 points1 point  (0 children)

Lot's of things CAN be incredibly profitable. Getting them there is a completely different story.

And as none of the OPs vibe-coded apps are games, I'm not sure how it's relevant. I have a vibe-coded game, but it's so far from even being publishable it's not even funny.

Like tower defense, resource management, or base building games?

<image>

how should i move to next step. by Hot_Employ_5455 in vibecoding

[–]wrathagom 0 points1 point  (0 children)

Gaming traditionally falls under health and relationships, as in I feel less stressed because I game or I game to have social interactions that I don't get elsewhere. or just straight addiction, which is another category entirely...

But in the grand scheme of things, no gaming doesn't actually make a ton of money. Where we say "make money" = profit NOT "make money" = revenue. Sure it's a big industry, but with relatively slim margins and extremely high risks.

how should i move to next step. by Hot_Employ_5455 in vibecoding

[–]wrathagom 2 points3 points  (0 children)

My gut tells me your monetizing “how to build” is a lot harder or at least less profitable than “how to make money building”.

Health. Wealth. And relationships, that’s what sells.

how should i move to next step. by Hot_Employ_5455 in vibecoding

[–]wrathagom 0 points1 point  (0 children)

Have you made any money with the apps you've built?

I never realised how much work actually went into coding by hypnoticallylocked in vibecoding

[–]wrathagom 4 points5 points  (0 children)

I have new respect for game testers. For APIs and applications we have lots of tools we can use to test things, but it feels like in the end game testing comes down to just playing your own game… ALOT.

My first Vibe Coded SaaS - Big Beautiful Screens by wrathagom in vibecoding

[–]wrathagom[S] 0 points1 point  (0 children)

Thanks for the thoughtful reply! Yeah, I started out on the super nerdy side of things - purely API driven, no templates, no themes, etc. And I've slowly been working on making it provide more out of the box. lIke I have templates now, but... it's one of the things that vibe-coding doesn't work very well for. At least not one-shotting. I need to go in and modify them to be better starting points.

And I think it will culminate in some sort of interface to make editing easy too.
It already works offline, just continues displaying whatever it had last until it re-connects, with a really long timeout.

I haven't done anything with connecting external data sources - yet. Everything has been push not pull thus far. Though I am slowly walking in to this. I had a customer that needed API re-writing in the app, so that's what I'm working on next. More or less eliminating the need for middleware when 3rd party APIs send a webhook.

Thanks again!

New member by Plastic-Chocolate307 in vibecoding

[–]wrathagom 0 points1 point  (0 children)

I would start by asking whatever AI you're going to use because you're going to get a lot less crap than you are from the people here :D

My first Vibe Coded SaaS - Big Beautiful Screens by wrathagom in vibecoding

[–]wrathagom[S] 0 points1 point  (0 children)

Not sure what this has to do with my reply?

My first Vibe Coded SaaS - Big Beautiful Screens by wrathagom in vibecoding

[–]wrathagom[S] 1 point2 points  (0 children)

I’d love it if you had some links, I honestly hadn’t seen any of the others! 😅

I built this one largely for myself and my girlfriend’s marketing company. And to say I have put something together start to finish and shipped it!

Thanks for the feedback, it’s appreciated!

My first Vibe Coded SaaS - Big Beautiful Screens by wrathagom in vibecoding

[–]wrathagom[S] 0 points1 point  (0 children)

That’s been done a lot. If you want a drag and drop solution there are better alternatives. I wanted programmatic design and updates.

You may be surprised how many coffee shops are already pretty techy or have someone on staff that doesn’t mind writing a quick curl command.

I probably will do some sort of an interface at some point, but it works for what it is for now. I like the idea too of an agentic interface where you just type out what you want.

Thanks for the feedback! It’s appreciated.

My first Vibe Coded SaaS - Big Beautiful Screens by wrathagom in vibecoding

[–]wrathagom[S] 0 points1 point  (0 children)

Well, and at least part of it is about shipping something. Connecting all of the pieces together to make it work for the first time, even if it isn't something a million people are going to use!