Analytics
Measure whether feedback is turning into shipped work.
FeatureJet analytics are read-only metrics from visible, unmerged board activity: posts, votes, comments, voters, statuses, shipped dates, engagement, and ship velocity.
Posts
48
Votes
312
Shipped
6
Voters
124
Metrics
Trends, top requests, ship velocity, and engagement.
The dashboard and API share the same analytics source, with 30-day and 90-day periods for teams that make roadmap decisions every week.
Trend buckets
Daily post and vote buckets show whether demand is growing, spiking, or quieting down.
Top requests
Highest-vote visible posts include status and comment count, so prioritization includes demand and discussion.
Ship velocity
Shipped totals, shipped per week, and shipped per month show whether the request queue is becoming launched product.
API
Pull ship velocity into your own reporting.
Use the public API when you want feedback metrics in an internal dashboard, founder update, or weekly product review.
curl "https://api.featurejet.com/api/v1/boards/acme/analytics?period=30d" \
-H "Authorization: Bearer fj_live_REPLACE_ME"Call the same analytics operation through the official Python or Node.js SDK.