Alternatives
Products that do what Ten years of running every day, visualized does
Today marks ten years, 3653 consecutive days, of running at least one mile every day under the USRSA rules [1]. To celebrate, I built an interactive dashboard that turns a decade of GPX files into charts you can explore. Running has truly changed my life: I've made lifelong friends, explored beautiful places, and more importantly invested into my own health and fitness, which I'm starting to see the positive benefits as I get older. The stack is pretty simple: a NextJS app, with a Postgres database to keep all my running data, and all the stats are pre-computed and cached in Redis, so I…
- 1P3
2020 · leeoniya.github.io
- 2CW
Creator here. I built ChartGPU because I kept hitting the same wall: charting libraries that claim to be "fast" but choke past 100K data points. The core insight: Canvas2D is fundamentally CPU-bound. Even WebGL chart libraries still do most computation on the CPU. So I moved everything to the GPU via WebGPU: - LTTB downsampling runs as a compute shader - Hit-testing for tooltips/hover is GPU-accelerated - Rendering uses instanced draws (one draw call per series) The result: 1M points at 60fps with smooth zoom/pan. Live demo:…
Jan 2026 · github.com
- 3IM
I started running 5 years ago and it completely changed me. Recently, I decided to train for my first marathon and needed something more than just tracking my runs to motivate me. I noticed all the apps currently available are just trackers and route finders, but nothing has solved the problem of consistency. So I thought of combining the basic idea of the Forest app with running and created a small app for myself which would reward me with plants and trees for my runs. I am not a mobile developer but then i came across Capacitor. Since I knew Next.js and have been working with it for the…
2025 · runandgrow.com
- 4

- 5

- 6

- 7WT
I tried some web tools to track my workouts (specifically, running); some (like FitTrackee) came close, but I always found annoyances. So I decided to build my own. Specifically geared towards distance-based workouts, such as walking, running or cycling.
2024 · github.com
- 8

Simple, route-grouped workout tracking for runners n walkers
Jul 2026 · apps.apple.com
- 9

- 10NC
Hey HN! I recently open-sourced a project that I came up with in the late 2022 and have been working on and off since. It's taken around a year or so of active development in total. My problem with habit-trackers is that they're all the same. All of them basically allow to track only one thing - X times per 1 day. That's very rigid and goes against my instinct to ease into new things. I wanted something that's flexible, self-sustainable, and wouldn't require a lot of maintenance. After a bit of tinkering I came up with something novel - adjustable habit frequencies. And made all the custom…
Feb 2026 · github.com
- 11

- 12

- 13

- 14

- 15IG
Rerun 0.21 comes with a new graph viewer that's written in Rust and runs in the browser via wasm. It's powered by a new force based layout engine that is a port of much of d3-force to Rust. (The release also contains some other cool stuff like undo/redo implemented on top of a timeseries DB.) We built this with applications in robotics and spatial computing in mind but would love to hear feedback from folks that would see this as useful in other domains as well.
2024 · rerun.io
- 16MS
After decades of tracking my exercise programs in progressively more complex spreadsheets I eventually burned out on metrics and complicated periodization programs to the point where I had almost stopped exercising. I am now at a place where I simply want the minimal amount of structure and tracking to make sure I can maintain my fitness, so I boiled the entire concept down to what I felt was its essence: enough information and structure to remind you of what is needed today, and how it went on the same exercises last week. To reduce friction, the interface is kept as simple as possible.…
2024 · github.com
- 17

- 18IV
Each moving arrow represents one real bike ride out of 291 million, and if you've ever taken a Citi Bike before, you are included in this massive visualization! You can search for your ride using Cmd + K and your Citi Bike receipt, which should give you the time of your ride and start/end station. Everything is open source: https://github.com/freemanjiang/bikemap Some technical details: - No backend! Processed data is stored in parquet files on a Cloudflare CDN, and queried directly by DuckDB WASM - deck.gl w/ Mapbox for GPU-accelerated rendering of thousands of…
Jan 2026 · bikemap.nyc
- 19VH
Strava's awesome for viewing individual training runs, but it doesn't offer a consolidated view for elite runners' training. So I scraped >150k activities from 450+ elites with public accounts for their 2024 training log. GH Repo: https://github.com/danielcwq/elite-endurance-viz/ Would love any feedback + feature requests!
2025 · enduranceviz.com
- 20

- 21

- 22IM
TLDR: I made a public only web analytics without signup. Stores views and visitors for 10 days before deleting data. Exactly 25 days ago today I posted here, proud of my new web analytics. The response was mixed and my post even got flagged (understandable). It was my first real launch and I actually made a sale just a day later of 49$(!). Back then my project was pay once, keep forever. Since then I have sadly went over to the dark side (subscription based). Anyways, I never went back to look at the post after the first two hours, turns out I got a lot of answers. Most answers was something…
2024 · indielytics.link
- 23

- 24DA
I've been building this for a few years under the name "Statistics for Strava" but I renamed it to Dreeve recently because of Strava's recently changed API usage terms. They paywalled their API. You point it at your activity files (FIT/TCX/GPX) or connect a Strava account, and it gives you a dashboard with segment efforts, gear and maintenance tracking, a heatmap, monthly calendar view, milestones and a year-in-review. It runs as a Docker container, stores everything in SQLite, and nothing leaves your machine. Stack is PHP 8.5 + Symfony, SQLite, Docker Compose. Simple,…
Jul 2026 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →