%%
date:: [[2023-04-26]]
parent::
%%
# [[Supabase]]
[site](https://supabase.com/) | [repo](https://github.com/supabase/supabase)
Supabase is a set of [[Open source|opensource]] tools and a [[SaaS]] platform for hosting [[Database]]s, services, [[Certification and Authentication|authentication]], and more. It is a [[Firebase]] alternative.
They use [[Prometheus]] for metric storage, [[Grafana]] for visualization, and [[k6 (tool)|k6]] for benchmarking.
## People who work at Supabase
```dataview
table title as "Description" from "private/gente"
WHERE contains(company,"Supabase")
SORT file.name ASC
```