←back to thread

634 points david927 | 1 comments | | HN request time: 0.219s | source

What are you working on? Any new ideas that you're thinking about?
Show context
mjac ◴[] No.41347285[source]
I'm working on a workout API and native apps (iOS/Android) for Strength Level [1] as another interface for my.strengthlevel.com [2]. Strength Level helps you understand your relative strength - how strong you are for your bodyweight.

Using PHP Slim Framework, MySQL, and vanilla Swift/Java. Prioritizing reliability and efficient sync between local storage and server. Currently finalizing API endpoints and feature matching the web app. Next up is adding a subscription model.

It's challenging as:

- Users want to use the app offline which means we need to sync

- We have to match our existing features on [2] in the first version and evolve the API and database to support reliable sync

- Users want to also track their cardio too e.g. Running Level [3] and Rowing Level [4] but that will have to come out in a future version

[1] https://strengthlevel.com/

[2] https://my.strengthlevel.com/

[3] https://runninglevel.com/

[4] https://rowinglevel.com/

replies(1): >>41349326 #
tristanMatthias ◴[] No.41349326[source]
Just downloaded! I’ve been using Strong for a while to seems to take some inspiration from that. Thanks!
replies(1): >>41349571 #
1. mjac ◴[] No.41349571[source]
Thank you! Native apps not released yet but you are welcome to try the web app at my.strengthlevel.com