←back to thread

827 points surgomat | 2 comments | | HN request time: 0.432s | source

I was the main contributor to workout.lol, an open-source fitness app to easily build a workout routine. The project had traction (1.4k GitHub stars, 95 forks, ~20K visits/month), but was eventually sold due to video licensing hurdles. The new owner stopped maintaining it, and the repo went abandoned.

Over the next 9 months, I sent 15 emails to try to save it : no replies. Feature requests & issues were ignored. The community was left with a "broken" tool let's say.

I couldn't just let it die So I built the new version from scratch with the same open-source spirit, but a better architecture long-term vision, more features and no license problems.

It's called : Workout.cool (https://workout.cool). What it offers: 100% open-source, MIT-licensed - 1200+ exercises (with videos, attributes, translations) - Progress tracking - Multilingual-ready - Self-hostable

I'm not doing this for money. I'm doing it because I believe in open fitness tools, and I’ve been passionate about strength training for 15+ years.

If this resonates with you, feel free to: - Star the repo - Share with fitness/tech friends - Suggest features - Contribute code/design/docs

Together, we can build the open-source fitness platform we all wanted to easily build a workout routine and get in shape

Website: https://workout.cool GitHub: https://github.com/Snouzy/workout-cool

Show context
atum47 ◴[] No.44311347[source]
Damn, I made an app to track gym progress back in college; I've made a deal with the gym owner so I could workout for free. I hoped one day to polish it up and release it to the public.

Mine had some good features, like the ability to share your protocol with other people

replies(1): >>44311601 #
1. surgomat ◴[] No.44311601[source]
Awesome would love to see this app!

The idea of sharing your protocol (or full workout templates) is something I'm definitly building into Workout.cool as well. Users will be able to create routines, save them, and share them publicly (or privately) super useful for friends, coaches, or even just "community inspiration"?.

If you ever feel like revisiting your old project or contributing some ideas/features, I'd love to hear more!

replies(1): >>44311699 #
2. atum47 ◴[] No.44311699[source]
mine was a php mysql backend with a js spa running on the browser. back then I got a cheap server to host everything, but once the app (pwa) was installed there were only a handfull of requests per user.

my idea was to actually have a centralized backend and distribute the app. I need to take a look at the source code for that project...