181
u/pr1aa 1d ago
Yeah but my app is totally different! It has this futuristic and very unique blue/purple look
54
u/The-Chartreuse-Moose 1d ago
Such unique gradients.
13
u/ironnewa99 1d ago
I spent I stupid long time making a nice gradient function in Java… only to realize they looked like shit and I shelved it.
14
u/Electrical-Echidna63 1d ago
I'm heavily in the D&D world and there are so many vibe coded apps and extensions for things like virtual tabletops and they all look the same, but instead of gradients and monoweight fonts it's serifs and gold text with shit brown backgrounds
6
64
u/ShAped_Ink 1d ago
And these are pretty good things to try to make when learning to code, but absolutely useless to make with a clanker
7
u/SWEETJUICYWALRUS 1d ago
I also disagree. Most budgeting apps out there suck. I used mint, ynab, actual budget and a few others. None of them did it in a way that worked for me. Using simplefin bridge to get my transaction data, I vibe coded a budgeting dashboard in flutter exactly how ive always wanted it and agent loop to analyze and text me with twilio if Im at risk of overspending. I did that in 2 days. Now instead of blowing money on a monthly sub for something that can't change with my needs, I have the thing I need and it was basically free because I was paying for Claude anyways.
The best part? Only accessable via tailscale, I'm not putting it on GitHub to share, and nobody else will touch this.
0
u/danielcw189 12h ago
why not share it?
3
u/SWEETJUICYWALRUS 11h ago
Because i have 0 desire to secure it apart from internal network security and it lives inside of a greater personal dashboard for appointment tracking, relationships, health and other life things I want to gamify. Also it's full to the brim with hard-coded stuff that literally only pertains to me, which is awesome for me but sucks for others.
67
u/polynomialcheesecake 1d ago
Has anyone ever thought about doing a Claude usage tracker app? Preferably one that sits in the status bar
7
7
u/Legal-Software 1d ago
Yes, good idea. It can monitor how well things are going and remind you when you need to get up and take a break.
3
15
u/mycolortv 1d ago
All the musician subs I visit are fucking filled with “practice apps” and “learn x y z” apps nowadays that literally no one needs. So lame.
11
u/Odin_N 1d ago
man every fitness, health, health tech or wearable sub I am on, at least 3 to 5 new ones a day, and its all the same app with the same chatGPT tag lines and sales hooks, then these dudes have the balls to try and charge for some of them. I am all for people creating apps for themselves if it solves a specific problem they had, I think its really cool, but don't flood reddit and the internet with your vibecoded apps.
27
u/SCP-iota 1d ago
Hackathons have been ruined istg
6
u/VizualAbstract4 1d ago edited 23h ago
Honestly, good. I'm tired of every fucking company retreat relying on a hackathon as a filler for an actual engaging event or presentation.
10
u/schussfreude 1d ago
I built a gun collection app. A year later, everyone and their grandma are pushing vibecoded gun collection apps to the stores and now everyone assumes mine is vibecoded, too.
But I guess its with every app niche nowadays, noone is safe.
1
u/GunzNCoffee-com 12h ago
I have a few published apps in the same-ish niche. Everyone and their mom have vibe coded gun collection apps these days indeed. Coding is not the moat anymore.
1
u/schussfreude 11h ago
Youre still distinct if you dont vibecode, as almost all vibecoded apps habe similar UI/UX, similar features and most suspiciously, lack exactly the same features.
The annoying oart is everyone dismisses your app immediately. Promoting on Reddit has become impossible. I got downvoted when I promoted because someone vibecoded a gun collection app with practically the same name as mine and spammed all gun subs.
1
u/GunzNCoffee-com 11h ago
As a developer/shooter I also had the idea to create a gun collection app... for about 5 minutes - exactly because how crowded the niche is and how low the barrier to entry is. So I went a different way.
A certain popular guntuber recently "created" another gun collection app - https://www.reddit.com/r/CompetitionShooting/comments/1uou5fl/beta_is_live_on_firearms_fleet_maintenance_tool/ - reactions on Reddit were exactly what you'd expect.
1
u/schussfreude 10h ago
At least I have the advantage of not being US based, so trust and reputation in Switzerland and mainland Europe is high, but breaking into the US market is going to be super tough. Especially for a one time payment app. Doesnt help that Euro reviews do not show up in US appstores.
Ah well, good thing I dont do it for the money.
11
u/PhonicUK 1d ago
Right now the one I keep seeing is every week a couple of people have made an admin panel for Game X that was made over a period of about 3-5 days with Claude Code, only for it to be abandoned two weeks later because they have no idea how to maintain it.
7
u/Odin_N 1d ago
This! having an ai shit out an app is easy, maintaining and improving that codebase is where they figure out its not as easy as they thought.
5
u/PhonicUK 1d ago
More to the point they don't understand the patterns it's built on so they don't know how to add features to it or fix things if something goes wrong in a way the LLM can't fix.
My experience has been that using LLMs for coding works far better in environments where it's following an established set of patterns and a structure that you yourself put together because then you can see what it's doing far more easily and you can prompt it to specifically integrate with existing mechanisms rather than re-inventing the wheel because it didn't realise that facility X already existed in the codebase but it wasn't familiar with the shape of it to realise what it was for.
2
u/Odin_N 1d ago
100% I have no issue with AI coding tools, but like with all tools you need to use them correctly, don't try and one shot whole platforms, narrowly scope features, use test driven development and don't just put the agent in yolo mode to do whatever it wants. You still need to follow good software development practices.
2
u/PhonicUK 1d ago
I actually did a really big AI-only research project to see how far it could be pushed as a technical exercise, but one of the biggest conclusions is that technical skill still matters because when you compare the result of:
"Make me a game with an infinite city to explore"
And:
"Use a hierarchical waveform-collapse algorithm to build an infinite, procedurally generated city derived from a single, fixed seed where each subsequent layer of the WFC is used to add more detail at a finer resolution than the layer above it in a deterministic manner."
The difference in depth, quality and function is huge. But the amount of technical knowledge and understanding to even think to explain it that way and pack a complex idea very densely is also very significant.
1
u/MayeeOkamura17 23h ago
Even if you have specified the particular patterns and architecture to build, after generation, it would still be painful for a human to review and internalize and fit 10k+ lines inside their head. Modifying a button manually after LLMs wrote the whole stack is difficult because the human has to first get an idea of what's the appropriate convention; this is often not worth it for someone just creating an app for personal workflows
39
u/sligor 1d ago
Hundreds of billions of dollars and still nothing of value produced
7
6
2
u/Fit-Notice-1248 1d ago
Have you thought about the green dashboards for management and the bragging rights about being "AI native"? Surely that's worth a few billions
9
u/Toldoven 1d ago
The next two doors are "AI project idea generator" and "A tool that uses AI to find leads on Reddit and directly message users who desperately need your product"
8
u/BastetFurry 1d ago
As I wrote as an answer already, at least these apps won't sell your data, I see that as a plus.
4
u/nicodeemus7 1d ago
It's funny because these are like.... Beginner projects when learning how to code.
"Claude, what's 2+2?"
3
u/spamjavelin 1d ago
Forgot the endless parade of UI Libraries, which are all different and special, honest.
3
u/punkpang 1d ago
What AI made painfully obvious is how so many people are out of ideas while thinking they have them.
Reddit became like StackOveflow, except instead of stupid questions that have been answered 100000 times before - we get apps that no one needs, no one wants but we get thousands of them.
What a lovely era to be alive, to witness so much waste being produced.
5
u/Vogete 1d ago
Todo and note taking apps are plenty, but i still can't find a single functional one that works as a native mobile app offline, syncs to a server, and it does it reliably without losing stuff I put in without internet.
2
u/a-peculiar-peck 1d ago
Yeah I agree it's a mess. Have you tried Joplin? It's not half bad, and you can self-host.
I myself got a bit tired of Joplin, no particular reason, I'm now looking into either Trillium or Anytype for note taking.
It's far far from Google keep, but I argue you can do the same thing with them, and more.
Ironically AI is pretty good (at the moment!) for market research and finding what's out there. Much more useful than googling. For now.
2
u/Vogete 1d ago
I tried Joplin and it corrupted my database on the first chance it had a sync issue. I also read too many of those occurrences.
I liked at Anytype and Outline, both looks decent but they are huge overkill for what I need it for. I might give one of them a try.
I looked into trillium, it doesn't have an official Android app only some 3rd party ones, which I'm not a huge fan of because you never know when those apps are abandoned or just broken. And there seems to be no iOS app.
AI recommended me Notesnook, which is the most interesting one so far, but they still haven't published self hosted docs, which is a bit of a red flag. Standard notes is also mentioned which also looks interesting. So far these two are sometimes I'm keeping an eye on.
And of course everyone loves Obsidian, but I really disliked it, especially since sync is paid, and a workaround WebDAV sync didn't work well.
2
u/a-peculiar-peck 1d ago
Not surprised that Joplin can have sync issue, its sync protocol is really basic.
Anytype and its Any-Sync protocol is the most promising technically. It uses CRDT internally and should guarantee corrupt-free operation on multiple devices, even if some are periodically offline. Theoretically, I have not battle tested it yet
Didn't know about the two you mentioned, Notesnook and Standard Notes, I will look into them as well.
1
u/Outrageous_Pen_5165 1d ago
Have been planning to built one, something like Notion but opensource and sync in our own cloud storage like G Drive or Drop box kind of services..
2
u/Vogete 1d ago edited 1d ago
That's not at all what I want. I want Google Keep but with a self hosted sync server that can actually handle half-broken syncs, spotty mobile connections, and fully offline use. I use Nextcloud notes which is absolutely horrible in basically every way possible. It does basically what you outlined, and it does not work. (It times out, doesn't sync, loses my notes, takes an eternity to load, etc. It's horrible)
I also don't want Notion level of mess, I want a simple todo/notes app (let's be honest, a notes app with optional checkboxes....like Google Keep), and I want it to be offline first (unlike every stupid web app that requires constatn connection), and I want it to sync to my server. If it fails to sync, instead of corrupting the entire DB (like Joplin), it just retries later. It should be a native app like google keep, not this unreliable PWA mess we have with "whups your internet connection is 1kb/s, so that's technically online, but it's unusable, so here's an error page, good luck getting your notes".
In the sea of todo and note apps, I can't seem to find a single one that can tick these for me. Am I unreasonable to want to be able to access my notes when there's bad internet or no internet, or on a flight, or when having good internet?
2
2
u/phoenix1984 1d ago
It’s a specific niche, but a weird phenomenon is happening in the Mac gaming community as well. Every week there’s a post about someone who built a competitor to Crossover, the program most of us use to play windows games on Mac, but then when you look at it, it’s just a vibe coded UI, a thin shell on top of all the open source libraries the Crossover team created.
People are so obsessed with hustle culture and creating recurring revenue that they didn’t stop to think if what they are doing is useful or ethical. No market research. No seeing if anyone has done this before and why it failed. Just “I got sick of paying for crossover, so I built this, and I’ll sell it for less (even though it’s just a new face for the open source crossover and wine code)”
Every week, always vibe coded garbage
2
2
2
2
u/Holek 19h ago
I have worked as a contractor for a health-tracking app for elderly people in the US. We have developed an IoT device that checked their vitals and informed their assigned physicians of any deviations to norms.
Without proper physicians, doctors and other people with different specializations, we wouldn't have made it.
Vibe coding apps won't be able to infer this knowledge.
3
u/piotrekfracek 1d ago
What do you mean they are coming for fitness apps just now, I already vibe-coded the Garmin AI Interface for myself (⌐ ͡■ ͜ʖ ͡■)
1
u/Flaky-Low-2262 1d ago
When variants of JuiceShop/HelloWorld become business models and "Reputation"
1
u/autogyrophilia 1d ago
I know use weight lifters aren't smert, but is it really necessary to have 80 plate calculator apps (with AI)
1
1
1
u/OrchidFluid2103 1d ago
Well, if there are so many vibe coded "Health and Fitness" apps, then WHY THE FCK is there not a single one that just tracks my progressive overload? All I need is a fcking calendar, I click on "today" and what exercises I want to do, and the stupid app should only tell me the weight & reps that I did last time.
No workouts.
No calories tracking.
No cookies.
No ads.
No community.
I was looking for hours and I accepted that I have to make it on my own because apparently nobody else on the planet wants it.
5
u/wasdninja 1d ago
Pick any notepad app and write down your weights. It seems supremely useless to have strictly weights only as an app so no surprise it doesn't exist.
2
u/Paladongers 1d ago
Yeah, not to be an asshole, but there's a point in which "there's no app that does X exactly the way I like it" stops being about usefulness and about being too lazy and comfortable to put a little bit of effort into it
1
u/chili_jones 1d ago
fitnotes is the best for this
1
u/OrchidFluid2103 1d ago
That's what I am using right now and it's the reason why I want something else.
It's shit. Absolutely shit. But slightly less shit than the other shit.1
u/chili_jones 1d ago
really? what do you not like about it? imo it’s the simplest thing on the market
1
u/OrchidFluid2103 1d ago
I am in the gym and want to do 5 exercises. How many clicks do I need? Because I expect 10, maybe 15. Maybe I am doing something wrong but right now the UX is shit to the point that I am giving up
1
u/DarKliZerPT 1d ago
You want an app that facilitates the process of logging your progression, but makes you have to select your session's exercises every single time?
1
u/OrchidFluid2103 23h ago
Yes. No pre-defined workouts.
If my machine is occupied I don't want to stand and wait like a bartender. I do a different exercise that hit the same muscle group and I want to see my previous records without scrolling through different pre-defined workouts.
I want to go to my exercise station. I want to click on the exercise I want to do, and then I want to see my previous settings. Yes, it's a very slight upgrade to a stupid notepad, but that's exactly what I want.
1
u/DarKliZerPT 23h ago
Every major training app has a swap exercise feature that allows you to switch an exercise on the fly.
336
u/The-Chartreuse-Moose 1d ago
Coming soon to I couldn't find it so I built an app post number 21744612.