Skip to main content

Systems in the Wild · Toolchains

Consider this the field journal for the NeuroStack deck—real implementations, stack choices, and what I’d repeat or avoid.

Atlassian · Design System Acceleration

  • Stack: Yarn workspaces, Storybook, Vite, Chromatic, Playwright visual tests.
  • Key Moves:
    • Created token pipeline (Style Dictionary → Figma → codegen).
    • Automated release notes + change logs per component.
    • Observability tie-in: Lighthouse CI + Sentry performance budgets.
  • Lesson: Invest in docs-as-code (MDX) so 100+ teams can self-serve.

Bugcrowd · Security Platform Refresh

  • Stack: Next.js, Module Federation, GraphQL Mesh, LaunchDarkly, Datadog RUM.
  • Key Moves:
    • Built incremental migration path: legacy Ember ↔ new React host.
    • Added feature flag hygiene checklist tied to SLO budgets.
    • Embedded SRE partner in UI pod for joint incident reviews.
  • Lesson: Micro frontends succeed only if incident tooling is shared.

MetaLabs / Productivity Lab · Builder Lab

  • Stack: Next.js App Router, Turbo Repo, Prisma + PlanetScale, n8n, Supabase Auth.
  • Key Moves:
    • Created productivity ritual content pipeline (Notion → MDX → site).
    • Wired OpenAI + Anthropic agents with eval harness (LangSmith).
    • Added background jobs via Cloudflare Queues for automations.
  • Lesson: Treat content + automations as first-class packages (versioned, tested).

Tooling Checklist

LayerDefaultNotes
Package managerpnpmWorkspace friendly, strict lockfiles.
LintingESLint + BiomeTS + MDX linting with consistent formatting.
CIGitHub Actions + BuildkiteGH for lint/unit, BK for heavy integration suites.
SecretsDoppler + AWS Parameter StoreWorks across local + prod.
MonitoringOpenTelemetry → Honeycomb/Grafana/SentrySame schema for frontend + backend.

Request Access

Need template repos, infra modules, or additional runbooks? Ping me via the Social Constellation page with context and I’ll share the relevant resources.