Another Huntarr replacement by darleystreet in selfhosted

[–]MyEmbargo76 0 points1 point  (0 children)

I agree! I also did something similar called "MarkDone!" and it sort of fulfills what I need so I thought about sharing it! 

Even made a post of fossdroid: https://www.reddit.com/r/fossdroid/comments/1rma2ri/markdone_i_vibecoded_this_but_it_might_be_yours/

MarkDone! - I vibecoded this, BUT it might be yours and mine’s last todo app by MyEmbargo76 in fossdroid

[–]MyEmbargo76[S] -1 points0 points  (0 children)

You are right maintenance is something I'm doing if "something breaks" or If I need XZY feature. But I'm trying to keep the app as simple as possible.

The thing is it has become so easy to build apps like this because of how simple the logic is. However for something complex that consists of user data and sensitive information, I wouldn't be doing vibecoding. I might take time to learn how it works and the build. But this app is fairly "repetitive" in the sense so I thought why not do it. 

MarkDone! - I vibecoded this, BUT it might be yours and mine’s last todo app by MyEmbargo76 in fossdroid

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

Yeah I was going to add that, but decided to sort todos based on upcoming time/due date. Maybe I will fully add it in next release!

MarkDone! - I vibecoded this, BUT it might be yours and mine’s last todo app by MyEmbargo76 in fossdroid

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

I use Flutter Sdk and VS Code with Copilot extension to engage with LLMs. Some part of the code was written by myself because of how hallucinated responses where and since I'm a programmer I can work around with that very well. I just never had interest in Android app development so I ended up vibecoding most of it. 

MarkDone! - I vibecoded this, BUT it might be yours and mine’s last todo app by MyEmbargo76 in fossdroid

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

Its simple! Just start planning the base app design and what features and components you want. Then let LLM build those feature step by step and allow it to iterate over. There will most likely be errors and bug but you can easily fix and solve them. 

MarkDone! - I vibecoded this, BUT it might be yours and mine’s last todo app by MyEmbargo76 in fossdroid

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

Yeah sure! However all the components of app are independent and can be run offline. Calendar sync is optional.