https://github.com/a0a7/strava.tools
The best way to analyze Strava activity data.
https://github.com/a0a7/strava.tools
data-visualization strava svelte
Last synced: 3 days ago
JSON representation
The best way to analyze Strava activity data.
- Host: GitHub
- URL: https://github.com/a0a7/strava.tools
- Owner: a0a7
- License: gpl-3.0
- Created: 2024-04-09T17:02:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T14:31:23.000Z (about 1 year ago)
- Last Synced: 2026-01-11T11:22:41.943Z (4 months ago)
- Topics: data-visualization, strava, svelte
- Language: Svelte
- Homepage:
- Size: 1.02 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  strava.tools
The best way to analyze Strava activity data: free, modern, fast and feature-rich. Currently WIP!

## Standout Features
- Privacy-focused with no user data stored, no client cookies used, and complete transparency.
### ❖ Comforts
- Fully-featured light/dark mode with persistence via browser stores & automatic preference detection + manual control
### ❖ Technical
- Auth.js used for authentication with Strava
## Screenshots



## Website Stack
This website is a [SvelteKit](https://github.com/sveltejs/kit) app with [Typescript](https://github.com/microsoft/TypeScript) and [Tailwind CSS](https://github.com/tailwindlabs/tailwindcss) hosted on [Cloudflare Pages](https://pages.cloudflare.com/).
## Contributing/Building
Clone the repository. If you don't have pnpm installed, install that.
```bash
npm i -g pnpm
```
Install dependencies
```bash
pnpm i
```
Run the development server
```bash
pnpm dev
```
## License
© [Alexander Weimer](github.com/syslev). Published under the [GPL-3.0](./LICENSE) license.