A simple, but powerful, fully open source, AI-powered weights tracker application
THE LIVE SITE: https://weights.bigstair.ai
A simple weights tracker application that the user can interact with using text and conversation. For example you can say "I just benched a 225x5x5" and it would record that for you, then you can view it later.
Weights AI also allows you to setup a basic weekly schedule for you to follow.
A hosted version of this app is available for a one time fee.
- NextJS
- Vercel AI SDK
- Tailwind
- Drizzle
- Supabase
- OpenAI GPT-3.5
- Bun
- Clone the repository
- Run
bun i
- Fill in the
.env.local
with your info - Start the local supabase instance with
supabase start
- Run
bun dev