import React from "react" import { AbsoluteFill } from "remotion" const c = { bg: "#ffffff", ink: "#161616", muted: "#5c5c5c", faint: "#808080", line: "#e6e6e6", dot: "#dcdcdc", accent: "#3b5cf6", } const MONO = '"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace' const DOT_MASK = "url(\"data:image/svg+xml,%3Csvg viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H2V2H0V0Z' fill='black'/%3E%3C/svg%3E\")" // verified: OpenCode Go (tier=Go, dataset=zen), June 1-30, 2026. // 72.78T tokens · 651.4M requests · 11.42M sessions -> rounded headline figures. function DataWordmark({ height = 30 }: { height?: number }) { return ( ) } function DotBand() { return (
) } function Metric({ value, label }: { value: string; label: string }) { return (
{value}
{label}
) } export function JuneTotals() { return (
{/* header */}
MONTHLY RECAP
{/* hero */}
OPENCODE GO · JUNE 2026
73T
tokens processed
{/* supporting metrics */}
{/* footer */}
opencode.ai/data
) }