Staleweb appsTypeScriptMIT

R10 Review

Golf shot data review app for R10 launch monitor

30 viewsLast commit: 7mo agoAdded 1mo ago

Verified AI-Agent Built

Tier 1
Other AI Agent
Signals: AI-generated

README

R10 Reviewer (Public)

This is a Vite + React + TypeScript app for analyzing Garmin R10 shot data with optional Supabase backend and an example Supabase Edge Function for AI recommendations.

Setup

  1. Clone and install
git clone <your-fork-url>
cd r10-reviewer
npm install
  1. Configure environment

Copy .env.example to .env and fill in values:

cp .env.example .env

Required (client-side):

  • VITE_SUPABASE_URL
  • VITE_SUPABASE_ANON_KEY

Never commit real secrets. .gitignore already excludes .env*.

  1. Run locally
npm run dev

Supabase Edge Function (optional)

An example Edge Function lives in supabase/functions/openai-chat/. It expects OPENAI_API_KEY to be set in your Supabase project (Server-side environment variables). Do not place real keys in this repo.

Deployment notes

  • This repo removes deployment-specific configs (e.g., Vercel analytics and vercel.json).
  • Add your own hosting configuration as needed.
  • Update SEO meta tags in index.html (canonical URL, OG/Twitter) for your deployment.

License

MIT

Tags

TypeScript

Similar Tools