Reference · 01

Integrations.

Nimbus stays small on its own and lets you bring the rest of the stack. These are the integrations we maintain in-house.

Data

  • Postgres — pooled connections with automatic failover. Works with any Postgres-compatible provider.
  • Redis — for caching, rate-limits and short-lived session data.
  • Object storage — S3-compatible buckets via a unified client.

Auth

  • Email + password with magic links out of the box.
  • OAuth providers — Google, GitHub, Apple, Microsoft.
  • SAML SSO available on team plans.

Observability

  • Structured logs streamed to the dashboard.
  • Per-request traces with OpenTelemetry export.
  • Error tracking with source maps applied automatically.
BYO providers
Don't see your provider? Any service with an HTTP API works — the SDK ships a small fetch wrapper with retries and typed responses.
Keep credentials server-side
Use the secrets store for anything sensitive. Variables prefixed with PUBLIC_ are bundled into the client and readable by anyone.