// Static config — live data comes from /api/* endpoints. const AMIS = [ { id: "ami-cuda-12-4-pytorch", label: "CUDA 12.4 + PyTorch 2.5", size: "42 GB" }, { id: "ami-cuda-12-1-tf", label: "CUDA 12.1 + TensorFlow", size: "38 GB" }, { id: "ami-comfyui-flux", label: "ComfyUI + Flux + SDXL", size: "84 GB" }, { id: "ami-ubuntu-22-04-bare", label: "Ubuntu 22.04 (bare)", size: "8 GB" }, { id: "ami-fractured-render", label: "FRACTURED render farm", size: "120 GB" }, ]; const SHORTCUTS = [ { group: "CODE", items: [ { label: "GitHub · seis-plus", url: "https://github.com/seis-plus", hint: "ORG" }, { label: "Linear", url: "https://linear.app/seis", hint: "TASKS" }, { label: "Sentry", url: "https://sentry.io/seis", hint: "ERRORS" }, { label: "Vercel · seis.plus", url: "https://vercel.com/seis", hint: "DEPLOY" }, ]}, { group: "CREATIVE", items: [ { label: "Figma · Studio Library", url: "https://figma.com/seis", hint: "DESIGN" }, { label: "Drive · Concept", url: "https://drive.google.com/seis", hint: "ASSETS" }, { label: "FRACTURED · Wiki", url: "#", hint: "WORLD" }, { label: "Reference · Pinboard", url: "#", hint: "MOOD" }, ]}, { group: "OPS", items: [ { label: "AWS Console", url: "https://console.aws.amazon.com", hint: "CLOUD" }, { label: "LiteLLM Dashboard", url: "https://litellm.internal.seis.plus", hint: "LLM" }, { label: "GitLab", url: "https://collab.seis.plus", hint: "CODE" }, { label: "1Password", url: "https://1password.com", hint: "SECRETS" }, ]}, { group: "TEAM", items: [ { label: "Discord · #studio", url: "#", hint: "CHAT" }, { label: "Notion · Handbook", url: "#", hint: "DOCS" }, { label: "Calendar", url: "#", hint: "TIME" }, { label: "Payroll · Deel", url: "#", hint: "PAY" }, ]}, ]; const TICKER = [ "SEIS+ INTERNALS · LIVE", "LiteLLM · BUDGET TRACKING", "EC2 · SPOT FLEET MONITOR", "studio time UTC", ]; window.SEIS_STATIC = { AMIS, SHORTCUTS, TICKER };