https://github.com/gesteves/swimsetter
Swim set tracker for Endless Pools and swim spas.
https://github.com/gesteves/swimsetter
Last synced: 5 months ago
JSON representation
Swim set tracker for Endless Pools and swim spas.
- Host: GitHub
- URL: https://github.com/gesteves/swimsetter
- Owner: gesteves
- Created: 2025-05-26T19:09:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-07T21:32:41.000Z (5 months ago)
- Last Synced: 2026-02-08T05:51:14.684Z (5 months ago)
- Language: JavaScript
- Size: 726 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a very simple [Next.js](https://nextjs.org) web app to track my swim sets in an Endless Pool. It's hard to track how long I've swam when using an Endless Pool, so this app helps me keeps a tally of how many sets I've swam, for how long, and at what pace. After my workout I can copy these details and paste them into a workout log, Strava notes, etc.
See it live at https://swimsetter.giventotri.com/

## How to use it
* Set the pace on your Endless Pool (or other swim spa).
* Open SwimSetter on your phone. Put it in a waterproof pouch or bag, and leave it on the side of the pool.
* Start a timer or a stopwatch on your watch.
* Swim!
* Whenever you stop, tap the "Add Set" button and record the time and pace.
* When you're done, copy the details from the app and paste them into your workout log, Strava activity, etc.
## Getting Started
First, run the development server:
```bash
npm run dev
```
Then, open [http://localhost:3000](http://localhost:3000) with your browser to see the result.