This is a template for an LLM performance tracker dashboard and LLM cost calculator. It is built with Next.js, Tinybird and Clerk
Use this template to bootstrap a multi-tenant, user-facing LLM analytics dashboard and cost calculator.
Features:
Fork it and make it your own! You can track your own metrics and dimensions.
Fork the GitHub repository and deploy the data project to Tinybird.
# install the tinybird CLI
curl https://tinybird.co | sh
# select or create a new workspace
tb login
# deploy the template
tb --cloud deploy --template https://github.com/tinybirdco/llm-performance-tracker/tree/main/tinybird
Send your data to Tinybird using the Events API. Some examples:
# copy the token to the clipboard
tb --cloud token copy read_pipes && TINYBIRD_TOKEN=$(pbpaste)
# use the hosted dashboard with your data
open https://llm-tracker.tinybird.live\?token\=$TINYBIRD_TOKEN
See README.md