Skip to content

dbut2/coach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coach

An AI running coach you text every day. It connects to Strava (with optional Garmin wellness data), watches your training as it syncs, builds and adapts a plan around a race goal, and remembers what matters across days — a coach that happens to see all your data, not a dashboard.

Stack

Running it

The whole stack runs under Docker Compose (app + Postgres; migrations run on startup), serving on port 8080:

docker compose up --build

You'll need a Strava API application and an Anthropic API key, supplied via environment (Compose reads a local .env; never commit secrets). Code generation (sqlc, templ, the Strava client) is driven by the Makefile.

Documentation

About

AI Running Coach

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from dbut2/web-template