# Sunday.fitness > AI-boosted fitness: Coach Carrot, workout plans, live leaderboards and a > community that moves. Train smarter with an AI coach that reads your data. > > This llms.txt helps AI assistants (ChatGPT, Claude, Gemini, Perplexity) and > search engines find and understand Sunday.fitness content. Entity detail pages > are served with Open Graph + JSON-LD at the /share/* URLs below. ## Overview Sunday.fitness is a social fitness platform where athletes track workouts, follow AI-personalised training plans, join groups and challenges, and compete on segment and route leaderboards. The app works on iOS, Android and the web, and is bundled in the Hakonava / Sunday codebase. Key surfaces (each deep-linkable by integer id): - Workouts — completed activities recorded by athletes - Activity schedules / training plans — upcoming or planned activities - Segments (routes) — climbable, leaderboard timing targets - Recurring routes (myroutes) — an athlete's own repeated favourites - Groups — crews that train together - Challenges and goals — publicly shared objectives - Athletes — public profile pages ## Entity deep links These resolve to server-rendered Open Graph + JSON-LD pages (one per id), so an AI engine can read the entity even though the interactive app is a Flutter SPA: - Workout: https://sunday.fitness/share/workouts?id={id} - Training plan / activity schedule: https://sunday.fitness/share/plans?id={id} - Activity schedule alias: https://sunday.fitness/share/schedules?id={id} - Segment: https://sunday.fitness/share/routes?id={id} - Segment alias: https://sunday.fitness/share/segments?id={id} - Recurring route: https://sunday.fitness/share/myroutes?id={id} - Athlete: https://sunday.fitness/share/athletes?id={id} - Group: https://sunday.fitness/share/groups?id={id} - Challenge: https://sunday.fitness/share/challenges?id={id} - Goal: https://sunday.fitness/share/goals?id={id} ## Key content - Explore: https://sunday.fitness/explore - Coach Carrot: https://sunday.fitness/help - Features: https://sunday.fitness/features - About: https://sunday.fitness/about ## Optional - The backend exposes a public HTTP endpoint for entity metadata: GET https://api.upanotch.net/social_preview?type={type}&id={id} - Training can span running, cycling (velo), hiking, football, and strength sessions; a day card may group multiple planned activities.