# supabase/supavisor

A cloud-native, multi-tenant Postgres connection pooler.

Repository: https://github.com/supabase/supavisor
Canonical: https://ross.abutalabs.com/products/supavisor
Homepage: https://supabase.github.io/supavisor/
Language: Elixir
License: Apache-2.0
License Family: permissive
Topics: elixir, erlang, postgresql
Last push: 2026-08-26T13:05:01+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 99, longevity 94
- inputs: {"age_days": 1329, "days_push": 7, "days_rel": 8, "gap_med": 5.5, "n_releases_24m": 25}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2255, forks 116 (observed 2026-08-28T04:06:31.324010+00:00)

## What it is
Supavisor is a cloud-native, multi-tenant Postgres connection pooler built in Elixir/Erlang. It proxies millions of client connections into a stateful pool of native Postgres connections, enabling zero-downtime scaling and high availability across a distributed cluster.

## Use cases
- pool postgres connections for serverless functions
- scale postgres connections to millions of clients
- replace pgbouncer with a distributed pooler
- manage multi-tenant postgres connection pooling
- avoid connection exhaustion in postgres
- proxy postgres connections over http and tcp
- run zero-downtime database compute resizing

## When to choose
- you need to pool postgres connections for many tenants or serverless clients
- you want a horizontally scalable, cloud-native alternative to pgbouncer
- you need zero-downtime scaling of postgres compute behind a proxy

## When to avoid
- you only need simple single-node connection pooling for one app
- you use a database other than postgres
- you cannot operate a distributed elixir cluster

## Facets
- artifact type: service
- maturity: active
- function: database, proxy, caching, middleware
- domain: databases, cloud-computing, backend, infrastructure-as-code
- platform: cloud, self-hosted
- tags: postgres, connection-pooler, multi-tenant, elixir, erlang, cloud-native, serverless, linux, docker, web-server

## Member repositories
- supabase/supavisor (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:31.324010+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:43:45.459489+00:00, confidence not recorded.
  - readme: https://github.com/supabase/supavisor (fetched 2026-08-28T04:06:31.324010+00:00, sha 248c0d31bdbb)
  - homepage: https://supabase.github.io/supavisor/ (fetched 2026-08-29T10:23:40.936498+00:00, sha d88bd43f6969)
- Data as of 2026-08-30T08:39:29.467469+00:00.
