Technology Aug 12, 2026 · 1 min read

Show HN: Programmable timer web app (for gym workouts or stretching sessions)

Over the last couple of months, I’ve been building a timer web app for myself that I use for workout and stretching sessions. My main use-case is gym routines that consist of repeatable sequences, e.g. where you are holding certain positions for a set time (rinse and repeat). The app counts down th...

HA
Hacker News
by jotaen

Over the last couple of months, I’ve been building a timer web app for myself that I use for workout and stretching sessions. My main use-case is gym routines that consist of repeatable sequences, e.g. where you are holding certain positions for a set time (rinse and repeat). The app counts down the program, beeps, and reads the activities out loud.

Two things (I suppose) are special about it:

- The timers are “programmable”, so you can freely express your own routines and procedures in a declarative notation.

- The app is all static (no backend): the entire program is encoded in the URL and can be bookmarked or shared/transferred via QR-code.

You can check it out at https://timer.jotaen.net, optionally with a demo program pre-loaded: https://timer.jotaen.net/#demo.

Source code is at https://github.com/jotaen/timer. I’ve also written up a small behind-the-scenes on my blog: https://www.jotaen.net/SAKxq


Comments URL: https://news.ycombinator.com/item?id=49276673

Points: 11

# Comments: 2

HA
Source

This article was originally published by Hacker News and written by jotaen.

Read original article on Hacker News
Back to Discover

Reading List