// catalogue / stack_map

stack_map

fizzgig__stack_map · v0.4.0

live architecture map of your stack — services, connections, status pills.

Visualisation, not a check. Aggregates architecture_facts emitted by every other Fizzgig tool you run, builds a graph of services + connections, attaches live status from each platform (Supabase, Cloudflare, Vercel, Stripe, OpenAI, Anthropic, Mapbox, GitHub, and 17+ more via the Statuspage adapter). Renders as a Mermaid diagram with a hub-and-spoke topology — your framework (or a "Your App" root) connects to each service; inferred edges are drawn dashed and labelled so a guess is never mistaken for a detection. Honest scope — sees packaged dependencies + env-var-detected platforms but NOT fetch()-based integrations (pair with fetch-url-scanner for full integration coverage). Gets richer the more Fizzgig tools you run.

ux / dxFreenew
// live preview

your architecture, mapped.

anonymous mode — paste audit_log_ids from your recent fizzgig tool runs (each tool returns one) and stack-map aggregates them into a tier-grouped graph with platform status. the example below renders fizzgig's own stack from a recent dep-audit run.

anonymous mode — auth-scoped maps land in phase 1.7
// when to invoke

after every other fizzgig tool runs.

every fizzgig tool emits architecture_facts as a side-effect of its check. stack-map reads those facts from your recent tool_runs and rebuilds your map. the more tools you run, the richer the map gets.

also:before any deploy, to spot upstream platform incidents that might have caused a flaky integration. when investigating "why does this feel slow?" — one of your platforms may be degraded right now.

// you get
  • + graph — nodes + edges + tiers
  • + mermaid — ready-to-render syntax
  • + statuses — per-platform status pills
  • + unsupported_services — adapter-coming-soon hints
  • + envelope — scale + cadence + paired tools
  • + audit_log_id — every run is persisted
// status coverage

~25 platforms covered out of the box via the canonical Statuspage adapter:

supabase · cloudflare · vercel · stripe · openai · anthropic · github · resend · twilio · sendgrid · mailgun · linear · mongodb · planetscale · pagerduty · auth0 · clerk · mapbox · algolia · datadog · sentry · netlify · railway · fly · render

aws · azure · gcp adapters land in phase 2 marketplace.

// privacy

stack-map reads only metadata from your tool_runs (which services were detected, with what evidence). it never sees your raw inputs — those were already discarded by the tools that emitted the facts. the architecture map is derived information, fully audit-trailed.

← back to catalogue