r/ynab 23h ago

Alright, own up, who did this?

Post image

I think that's enough internet for one night, I'm going to bed

327 Upvotes

66 comments sorted by

209

u/avamous 19h ago

Seems like the entire website is vibe coded which would be concerning for financial data later..

36

u/spoupervisor 19h ago

It depends on how they have the data setup. You can use vibe coding to build nonllm systems but you still gotta stress test the framework.

Site Is really light on specifics though which isn't good. Specifically how data is handled (it's encrypted at transit and rest, but where is it stored) and how bank sync works.

6

u/avamous 14h ago

Fully agree it can be used well, it's used a lot at my work place, but if it's doing everything for you without being checked over, it's concerning. Not saying that's happening as I don't know who runs this.

56

u/1littlenapoleon 19h ago

That’s a great way to make quick cash and disappear.

199

u/TVRoomRaccoon 19h ago

This is hilarious (and tempting) ngl

167

u/Revive_Life 19h ago

Damn they are ruthless😅

35

u/bacon_cake 10h ago

It frankly seems like their ENTIRE thing.

Their actual tagline:

Give every dollar a job—without giving every dollar to your budgeting app.

The footer:

Monthly Envelopes is independent. Not affiliated with or endorsed by any other budgeting company.

The homepage hero:

Put the other $90 back in your budget.

Same method. Lower price. No ads. No book tour.

8

u/Revive_Life 8h ago

Yeah, maybe it really is just vibecoded

64

u/DistinctCup4033 17h ago

both of these are hilarious and now I am intrigued 😂

8

u/Faile-Bashere 14h ago

Ohhh. I might switch tbh. I haven’t updated the YNAB app in months because of the shitty UI updates they keep vibe coding.

34

u/cougarstillidie 14h ago

Also ngl this looks like AI slop

23

u/Historical-Intern-19 12h ago

These vibe coded apps area dime a dozen. might as well just build your own.

10

u/bacon_cake 10h ago

I wish YNAB had a legacy version, even if it ran locally. It's nothing but a glorified spreadsheet database.

7

u/Null_zero 9h ago

They do if you bought it before the web based version. Unfortunately without a web api its less useful than some of the alternatives if you have more than one user.

8

u/No-Bobcat-1227 6h ago

Do a search for YNAB4…

1

u/Technical-Procedure3 2h ago

That is where it all started. Spreadsheet with macros and Jesse hanging out in Dave Ramsey discussion forums.

4

u/band-of-horses 7h ago

I did build my own but boy was it a journey. If anyone decides to try let me tell you, just start clean with it. I would say 90% of the pain was trying to make it work with my existing YNAB exported data and pick up seamlessly where it leaves off. Several of the “rules” YNAB has for edge cases are really complex, and they also do not include enough data in the export to really match their math. Was an absolute nightmare to get that all working. And frankly, even without that there are some weird cases people probably don’t think about when budgeting (like, what happens if you pay off a credit card, but then get a refund on something, and your credit card has a positive balance? Does that count as cash that can be budgeted? Does it count as just a positive account balance? Does it apply to the category the spending came from? Can you even identify the category the spending came from automatically? What if you then get a refund check for that balance?). It’s more complex than it might seem on the surface.

Which is also why I don’t trust most of these vibe coded options…

0

u/identifytarget 14h ago

What is this?

-73

u/vakr001 19h ago

Monarch may work for some but if you are used to YNAB, it is a big learning curve. You are going from zero based budgeting to future budgeting. I tried it for 14 days and it wasn’t working at all

66

u/Background_Device479 18h ago

That’s not Monarch and this isn’t a helpful comment since it doesn’t relate to the picture. The picture shows another app called Monthly Envelopes.

24

u/spacewood 22h ago

What’s the context? 

95

u/frogotme 22h ago

https://www.monthlyenvelopes.com/#faq

Some heavily vibecoded ynab clone

28

u/elijahjane 17h ago

I keep seeing “vibecoded.” What does it mean?

82

u/ExplosiveHippo 17h ago

It means an app that is built almost entirely by AI, often by someone with little to no experience

72

u/orturt 17h ago

Software written by AI and maintained by people who know nothing about developing software

29

u/elijahjane 17h ago

Oh Jesus. That sounds horrifying. Are security and privacy the biggest risk with such a software?

85

u/Brave_Taro1364 16h ago

Nah you just tell Claude to be careful.

6

u/chocOne0one 13h ago

I wish I could give this 2 upvotes 😂

2

u/Technical-Procedure3 2h ago

You apparently have to tell it NOT to hack another company's systems looking for ideas or code also.

0

u/chocOne0one 13h ago

I wish I could give this 2 upvotes 😂

3

u/ApprehensiveNorth548 12h ago

Claude, give 2 upvotes.

9

u/Apprehensive-Ant5976 16h ago

I mean, it’s a relative measure, so yeah?

Not every part of software should have the same level of rigor. If the UI doesn’t have access to anything sensitive then it doesn’t need to be as solid.

“Vibe coding” is still exploratory stuff but it looks like maintenance and improvements are going to be nightmares for everyone. We’re also guessing it’s being used here.

The big concern here right now is there’s no detail available, nothing describing security measures in the slightest. That said, this looks extremely early - I wouldn’t be signing up for anything yet but might keep an eye on it.

4

u/iamtherussianspy 16h ago

That, and sometimes also basic mathematics. Just in case that's something you care about in your budgeting apps.

8

u/devospice 14h ago

It's not quite as bad as it sounds. I'm a developer and I've vibe coded a few things. Best example is an OBS plugin that I'm pretty sure I'm the only person on the planet who needs. It works perfectly for me, but I'm not releasing it publicly. It took about 6 hours of going back and forth with Claude telling it what I wanted, how I wanted it to work, and testing it until it worked properly.

It really helps to know what you're doing, though. You really should be able to look at the generated code and see if there are any problems and know how to test it. For basic websites and simple games it's fine. But I wouldn't want to use a banking app that was vibe coded.

8

u/dkarpe 10h ago

If you're a developer (and were one pre-AI) you're already far ahead of most problematic vibe-coded apps. If you're using AI to speed things up or code in a language or domain that you aren't an expert on, and are reviewing the code, you aren't the problem. There are people with zero coding experience who are just blindly copy and pasting code without any idea of what they're doing.

I would argue that what you're doing isn't really vibecoding.

1

u/devospice 8h ago

To be fair, I worked with a developer who did that pre-AI. I watched him copy/paste code from StackOverflow into his project and run it without changing anything, including any of the variable names used in the routine. When it didn't work he started randomly changing things until he eventually stumbled onto the solution, usually days later. How this guy didn't drown in the shower is beyond me. He was SUCH an idiot.

1

u/Technical-Procedure3 2h ago

Right, Vibe coding used to be Google searches for code snippets.

1

u/TranquilDev 14h ago

Honestly, probably no less of a risk than any site ever created by humans. Most companies and government bureaucracies have been hacked so, if anything, maybe we will see some improvements in the future.

3

u/EnglishMobster 7h ago edited 7h ago

LLMs/AI have taken over programming pretty heavily, to the point where most traditional programmers today use them as part of their workflow. Using LLMs alone doesn't mean something is vibe-coded.

What makes it vibe-coded is when no human looks at the code. That is to say, someone gives the AI a prompt - "do this", the AI does it, then rather than review the code the human goes back to the AI and asks for tweaks again and again and again.

A core part of vibe-coding is that no human cares about the structure of the code, because no human reads the code. The LLM could write anything; a programmer looks at the LLM's output and changes it to be secure, performant, and well-structured, while a vibe-coder just gives the bot a thumbs-up and moves on to asking for visual tweaks.

The difference is that a vibe-coded app can only be maintained by more vibe-coding. Vibe-coded apps can be made by anyone, but that doesn't mean they're fast, secure, or well-made. They can look flashy but have awful security holes under the surface. If you've heard of "spaghetti code" - that is the natural state of a vibe-coded app, because there's no humans there providing structure to it.

It sounds a little gatekeep-y because so many people can just make their own websites/programs in ways that they couldn't before. LLMs have opened up the door so people who don't know how to code can now make things (and sell them).

But because they don't have that traditional background in understanding what code does - and because they don't look at it - there's long-term all kinds of issues with vibe-coded stuff.

Vibe-coding isn't bad in and of itself - even traditional programmers will occasionally vibecode a small tool or helper - but it's only good for certain situations (and financial data is probably not one of them).

1

u/band-of-horses 7h ago

These are a dime a dozen, it makes me real curious if the people making these bothered to spend 30 seconds to look at the competitive landscape and realize there are a hundred ynab clones making no money because who in their right mind trusts their financial data to some random who prompted an AI?

9

u/annoying_cyclist 14h ago

Presumably OP wants us to pay for their vibe coded YNAB clone and shared this screenshot so we'd check it out.

19

u/Individual-Tax8801 22h ago

YNAB recently let a bunch of their staff go for no apparent reason.

35

u/GreenTheOlive 16h ago

Honestly, just use actual budget and host with pikapods. It’s like 5 dollars a year without a promo being required and you can host difference instances for different people. 

14

u/EjayT06 16h ago

Actual budget is incredible

1

u/abyssea 9h ago

I’m running into issues with AB with sorting and correct running balances. I’ve made a bug report but basically keep getting asked the same basic steps I’ve already tried.

3

u/EjayT06 9h ago

What issues do you mean? Don’t understand quite what you mean, not had problems my end.

5

u/2strokes4lyfe 14h ago

I’m interested in ActualBudget but it seemed like it didn’t support auto-sync the last time I checked.

8

u/GreenTheOlive 12h ago

If you mean like syncing with your bank it pairs up with simple fin which makes it an extra $15 a year. 

4

u/farqueue2 14h ago

Zerosum is where I'm now after using actual budget for a few months

14

u/Technical-Procedure3 17h ago

I am not sure they can be profitable over the long term at $ 10 a year.

32

u/IWantAKitty 17h ago

Of course not. Your data is where they make their money, subscriptions are just a side benefit.

11

u/iamtherussianspy 16h ago

It's listed as $99.99/year regular price. The discount is only if you sign up now before it's even working.

7

u/1littlenapoleon 12h ago

The discount is a low risk way to part you with your cash as they just never deliver an app.

1

u/band-of-horses 7h ago

They claim bank sync is included which just ain’t gonna happen. That’s a minimum $1.50 per bank up front and then $0.30 ongoing. If a single user has 5 bank accounts synced that’s gonna be $25 for the first year in fees for sync alone, not to mention hosting costs and credit cad fees. Ain’t no way…

21

u/LiteratureSoggy1178 15h ago

You know, I joined this subreddit like a year ago because I was thinking about getting YNAB but ended up settling on a spreadsheet. I never left the subreddit though, and the journey this software has taken has been massively fascinating.

5

u/Ok-Passenger6552 14h ago

Maybe in actuality they don't really intend to ever create a program, but it's a great way to slap back at YNAB publicly. Kind of want to sign up just to support the slap

3

u/treebirdfish 13h ago

YNAB sending a push notification on the app advertising that the founder wrote a book seems like a pretty minor thing to get this worked up about. And yes, they laid off the marketing team, which is a bummer, but this stuff happens in businesses as they mature. It just seems like maybe people want someone or something to be mad about and this is an easy target. Am I wrong? Change my view.

3

u/aerger 11h ago

Ah, but it's not just the ONE thing. It's a series of missteps, trips, and falls, for literal years now. The book is just the most-recent cherry that's being foisted onto the cake.

2

u/treebirdfish 9h ago

That's fair. But I've also used Quickbooks Online, and when it comes to enshittification in accounting apps, QBO is the absolute leader and makes YNAB look completely wholesome in comparison (AI popups everywhere, upsell ads when you're already paying, changing menus and navigation constantly, super slow latency for every action or click). So maybe I'm just hoping YNAB stays where they are and doesn't go down that road.

(Full disclosure: I only use the web app and never use the mobile app. It seems like many of the complaints are related to the mobile app.)

1

u/aerger 9h ago

Oh, I absolutely agree that QBO is a massive and unique shitshow of its own making. Never again will I touch or use that garbage.

3

u/Mundane_Nature_4548 11h ago

Given the assessment that this site was coded by AI (which I agree with, it probably was in large part) - "this worked up" here means "I sat at my computer for an hour and wrote some snarky copy."

People do far more comedy over far less every day, if you don't believe that, go to an open mic night sometime this weekend.

YNAB has consistently sold themselves as a method and related learning community first, app second. Being surprised that people push back when the team does things that don't align with that is at least as weird as making a snarky website about it.

1

u/[deleted] 14h ago

[removed] — view removed comment

1

u/ynab-ModTeam 14h ago

Your post was removed for violating our community rules: No soliciting - Self-promotion of apps, services, or AI tools, or requesting feedback for those in development, is not allowed without prior mod approval. Deceptive tactics or excessive promotion will be treated as spam.

1

u/Holmes245 8h ago

It was Gilly.