---
title: Supabase
description: Using Supabase
---

Supabase is an open-source alternative to Firebase, providing a comprehensive set of tools for building scalable and real-time applications. It combines a range of services, making it a powerful platform for developers.

## Key Features

- **Realtime Database:** Open-source PostgreSQL database with real-time capabilities for data storage and synchronization.

- **Authentication:** Secure user authentication with customizable options, supporting various authentication methods.

- **Hosting:** Flexible deployment options for web applications, allowing developers to choose their preferred infrastructure.

- **Serverless Functions:** Integration of serverless functions for executing backend logic in response to events and HTTP requests.

Supabase's use of open-source technologies, PostgreSQL as the core database, and a focus on providing alternatives for various application services make it a compelling choice for developers seeking flexibility and control.
