A comprehensive fitness coaching platform that allows create workout plans for you, track progress, and access a vast exercise database with detailed instructions and video demonstrations.
I want to try it out… but the smell test is off: Land on the github and it proudly proclaims the author is not doing this for money, only to help the community! Awesome right? Scroll down a little more to project history… and the first version he created and got bored with and sold. Ok… well let’s click on the website link to actually see what this looks like before cloning and installing… and the first thing I am hit with is join a premium subscription.
I’m not against making money, we all have to - but please don’t act like it’s “not about the money” and then make it about the money.
If someone is looking for a selfhosted fitness app, you could checkout wger.
Here’s the source:
https://github.com/wger-projectIts not my project, but my reasoning was that the selfhosted version would give you the same features as premium. I didnt look into detail into it tbh.
He claims he was the main contributor, I think, not the author. Fair disctinction imo. I can see the drive to keep something alive if you contributed a lot to a project, especially if you know the codebase well and think its very much feasible in other environments.
I never really thought of self hosting something like this. Does it have the ability to recommend routines for you? It would be cool to be able to give it a list of equipment, maybe a schedule, and have it recommend workouts you can do to effectively use your time.
Looks like exercise recommendations based on what equipment you have and what muscles you want to work, but not a routine, no.
That’s pretty close.
Kind of.
You’ll need some basic understanding of muscle groupings especially for compound movements, and a basic understanding of what to work consecutively or where you’d need a break in between.
Overall seems neat though, I’m going to be spinning up a local copy.
Yeah, exactly why I think suggested routines would be nice. Break things into push/pull days, etc…
Yup, with some common breakouts would be a great add…
- PPL
- Upper/lower
- Standard split
And maybe a recommended calendar for rotation?
There’s only a very limited set of exercises. It’s not rocket science.
There are also many professionally built workout routines online accessible for free.
Stuff that you pay for can’t get better than theirs.
There’s only a very limited set of exercises. It’s not rocket science
Correct, but being able to programmatically make the recommendation is computer science.
Sure and assuming you want a professional routine, you always end up with the same exercises, depending on the frequency of your training and split.
Maybe my mind is too narrow in this regard to see a benefit in it, sorry
I’d say too narrow, goals vary between people greatly, and the routine you’d use for general fitness will be different than the one you’d focus on as a runner or cyclist, and different than someone focusing on support muscles for back or knee pain, or to lose weight.
Its also good to change the routine over time, to change the angle and movement patterns, etc.
All those goals are fixed and for neither of them is a “random” routine good.
Users should be able to create and share/follow routines.
I would not want to rely on a random routine for my injury. Do you think tgat’s a good idea?
Having an ai to tell me when to switch angle sounds overkill to me. I’d switch angles if I have to hit the muscle differently or just whenever I want to. Both situations don’t require an ai to do that, right?