how to launch
Feb 16, 2026
2. metrics
showcase your product's users, revenue, TVL, views, transactions and more directly on your project page.
there are two types: dynamic metrics and static metrics.
dynamic metrics
dynamic metrics let you connect any API endpoint so your project page stays automatically updated with live data.
how it works:
click "+ add API source" and name your source.
enter the API URL and select the HTTP method (GET, POST, PUT, or PATCH). add headers if your endpoint requires authentication.
click fetch — we'll query the endpoint and return the response.
select the fields from the response you want to display.
save — we'll keep querying this endpoint periodically to keep your metrics up to date.
example: connect your product's /api/stats endpoint to display live user count, transaction volume, or revenue — directly on your project page, updating automatically.
static metrics
static metrics are simple label-value pairs that you set manually. use these for numbers that don't change often or aren't available through an API.
how it works:
click "+ add static"
enter a label (e.g. "total users")
enter a value (e.g. "12,400")
choose a format: raw, number, currency, compact, percent, truncate, or text — numbers are auto-detected for formatting.
click "add metric"
when to use:
metrics you update manually (e.g. team size, funding raised)
data that doesn't have a public API endpoint
quick stats you want to highlight without setting up an integration
metrics build trust. if your product has real usage, show it. if it doesn't yet, add what you can — and update it as you grow.