OKR scoreboard
Quarterly pharmacy operational OKR scoreboard.
Try in PlaygroundExample brief
A comprehensive OKR scoreboard for a national pharmacy chain's quarterly review. The slide groups seven key metrics under three strategic pillars: digital health expansion, clinical safety, and supply chain resilience. It uses a dashboard layout to track progress toward targets, utilizing color-coded status indicators (tone) and confidence levels. One critical safety metric is highlighted for primary emphasis due to underperformance, providing a clear executive signal on where to reallocate resources.
Render it
Structured intent — create_slide payload
Copy-paste-ready. Renders deterministically (verbatim, no LLM). Add a theme_id for any of the built-in themes — the layout stays identical.
{
"form": "kpi_metrics",
"variant": "okr_scoreboard",
"headline": "Digital pharmacy adoption is surging, though fulfillment accuracy requires immediate focus",
"context": "Q3 Pharmacy Operations & Retail OKRs",
"takeaway": "Maintain momentum on digital health expansion; prioritize quality control training to address safety gaps.",
"data": {
"metrics": [
{
"label": "Telehealth pilot locations",
"value": "162/200",
"target": {
"progress": 0.81
},
"sub": "81% - high confidence",
"tone": "good"
},
{
"label": "Avg. prescription refill time",
"value": "2.4 hours",
"target": {
"progress": 0.62
},
"sub": "62% - medium",
"tone": "warn"
},
{
"label": "Mobile app active users",
"value": "4.1M",
"target": {
"progress": 0.75
},
"sub": "75% - medium",
"tone": "warn"
},
{
"label": "Dispensing error rate <0.01%",
"value": "0.04%",
"emphasis": "primary",
"target": {
"progress": 0.35
},
"sub": "35% - low confidence",
"tone": "bad"
},
{
"label": "Regulatory audit failures",
"value": "3",
"target": {
"progress": 0.25
},
"sub": "25% - low confidence",
"tone": "bad"
},
{
"label": "Cold-chain sensor rollout",
"value": "100%",
"target": {
"progress": 1
},
"sub": "Complete - high",
"tone": "good"
}
],
"groups": [
{
"label": "Expand digital health ecosystem",
"metric_refs": [
0,
1,
2
]
},
{
"label": "Optimize clinical safety & quality",
"metric_refs": [
3,
4
]
},
{
"label": "Strengthen supply chain resilience",
"metric_refs": [
5,
6
]
}
]
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"kpi_metrics","variant":"okr_scoreboard","headline":"Digital pharmacy adoption is surging, though fulfillment accuracy requires immediate focus","context":"Q3 Pharmacy Operations & Retail OKRs","takeaway":"Maintain momentum on digital health expansion; prioritize quality control training to address safety gaps.","data":{"metrics":[{"label":"Telehealth pilot locations","value":"162/200","target":{"progress":0.81},"sub":"81% - high confidence","tone":"good"},{"label":"Avg. prescription refill time","value":"2.4 hours","target":{"progress":0.62},"sub":"62% - medium","tone":"warn"},{"label":"Mobile app active users","value":"4.1M","target":{"progress":0.75},"sub":"75% - medium","tone":"warn"},{"label":"Dispensing error rate <0.01%","value":"0.04%","emphasis":"primary","target":{"progress":0.35},"sub":"35% - low confidence","tone":"bad"},{"label":"Regulatory audit failures","value":"3","target":{"progress":0.25},"sub":"25% - low confidence","tone":"bad"},{"label":"Cold-chain sensor rollout","value":"100%","target":{"progress":1},"sub":"Complete - high","tone":"good"}],"groups":[{"label":"Expand digital health ecosystem","metric_refs":[0,1,2]},{"label":"Optimize clinical safety & quality","metric_refs":[3,4]},{"label":"Strengthen supply chain resilience","metric_refs":[5,6]}]}}'Frequently asked questions
How do I render the OKR scoreboard template?
Send a POST to /v1/render/auto with a brief, or call create_slide via MCP with the structured intent shown below. The response includes an editable .pptx, a PDF, and a PNG. $0.05 per slide.
Does an AI write the slide?
No. SlideForge renders deterministically from a structured intent — no LLM draws the slide, so text is never mangled or fabricated. The optional brief path uses a router to pick the pattern, then renders deterministically.
Can I customize the colors and fonts?
Yes. Pass a theme_id to apply a built-in or custom brand theme; the layout stays the same.
Try this template
Render OKR scoreboard deterministically — editable PowerPoint in under a second.