Stronk.app – open-source gym lifts journal
Hey all, didn't want to pay for Strong or Hevy so I started building my own lifts journal app.
It's free and always will be.
https://stronk.app
Source Code (open to contributions). If you find bugs, add it to the issues. If you don't use it now but plan to after I build out the features, please star the project so I know to keep working on it.
https://github.com/alshdavid/stronk
There a lot to do still, gotta add things like;
- Strava/Facebook Sync
- Import/Export
- Charts
- Set type (warmup/drop)
- Timers
- Online backups (right now it's saved to your phone)
- Programmable custom routines using JavaScript (like 5-3-1, progressive overload)
- A suite of default routines
It's a web app because I'm not paying Apple and Google to publish it on the app store.
18 comments
[ 6.3 ms ] story [ 42.9 ms ] threadI hope more people consider instead of putting their app on gated walled app stores or in app purchases that we have 100% free web apps instead.
kudos!
Check out liftosaur as well - comes with a DSL and ability to write programs (pun intended).
It's got a huge library of exercises and more importantly, basic instructions and animations for each. I wouldn't use it to learn the exercises for the first time, but it's the perfect level of information to serve as a reminder for good form during a workout, when I'm doing something that I'm less familiar with.
If you don't want to or can't pay for it, this looks decent. But in terms of functionality and polish, there's definitely a case of "you get what you pay for" going on here, at least at the present level of development.
Have you considered adding more data like animations to the exercises database? I did accidentally come across the database of animations that Hevy uses (I forget the name but it should be easy to find of you search for it) . It can be licensed, not sure how expensive it is though, but if this takes off perhaps you could take donations to pay for it?
I think this is great, especially because it's OSS.
But if you want to really outshine Strong and Heavy, I'd look into "auto progression" of exercises. Too often, people just... log the same thing for years. Some RIR / RPE / linear progression would keep people motivated.
[1] joyapp.com
Feature request: ability to have custom excericse types. E.g. today I did dumbbell incline press and alternated between neutral and pronated grip. Gotta find a way to log that. Also support for super sets.
There are a lot of "features" built in to Apple Notes by virtue of being free form / unstructured. And now with LLMs, the appeal of logging things in a structured way is much less.
I wonder what it would look like to create "Apple notes on steroids" (pun intended) -- log your workout the way you normally do, and at the end of the workout use LLMs to apply structure, see trends, insights, etc. That would be cool.
How much help and contributions are you looking for?
Already scrapped 3 prototypes as I wasn't happy with the ux.
First version was purely with indexeddb storage too, and was definitely the easiest. (Simple persistence logic, only few entities)
I ultimately gave up on that approach because I don't want to do Data entry on my phone.
So I started with a split template (server) /imported (indexeddb)... But in practice, that's still annoying. I want to be able to access the data across devices, so a third version was born... And now I need proper syncing, which is obviously a significant challenge as it's easy to screw up/hard to make sure it works as intended.
Biggest reason for my current slump is however that every attempt I made to date with the most important UX - the mid workout tracking - feels annoying to use in practice...
Not sure where I'm going with this, I'm still trying out various ways so don't have any real suggestions right now
Other then maybe: the workout template you tease in the workout tab is actually easily implemented if you do it like FitNotes - add a button to the workout exercises for done, and then just provide a bottom to clone a previous exercise (with the bools false)
Was experiencing a few unexpected glitches on iPhone (iOS 18.7.2/Safari) - new workout, once I filled the screen with reps or exercises, I was unable to scroll to add more - history, I hoped I might be able to edit (because I could only add two exercises), but no such luck. - history, three dots don’t open anything/broken link? - exercises, dunno. List is fine, but I did spend some time trying to see if the list items were also links (what is a “banded good morning” anyway?).
I published a workout tracker app called Swole Tracker [1], currently only available on iOS.
It started off as an Apple Note and then turned into an Angular web app that I hosted at my house before finally moving to Expo/React Native once some friends showed interest. I have plans to open-source it eventually.
[1] swoletracker.com