Hacker News new | ask | show | jobs
Show HN: LiftLog – An easy to use open source gym tracking app (github.com)
5 points by Limeboi 946 days ago
I've been working on an open source iOS and Android app for keeping track of the weight you lift at the gym. You can select a plan from a list of included ones, or create your own.

I made LiftLog after trying numerous apps and finding either that they were really cumbersome to use, or only usable with a subscription. LiftLog stores everything locally on device and loads quickly. LiftLog is entirely open source and licensed under the AGPL.

1 comments

How does the AI program planner work that costs $10? Would love to see some screenshots of it in action
Good suggestion! Right now the planner works by asking your age, weight, goals (losing weight, gaining muscle etc), gender, experience with weight lifting, and how many times per week you'd like to workout.

It then sends it off to the OpenAI API and fills in a gym plan that it suggests.

It also unlocks the AI session creator, which is more for creating a singular session where it asks you what areas youd like to work out and how much intensity.

Yeah more screenshots on your official website would be helpful :)
I've updated the site at https://liftlog.online/ with a couple of feature screenshots :). The site is definitely the least maintained part of this project so I appreciate the push