# Supabase

Dualite’s native Supabase integration allows you to design your front-end and spin up a production-ready backend from one place. That means you can create app screens, connect a cloud PostgreSQL database, and manage authentication or storage, all without leaving Dualite. This end-to-end workflow makes full-stack development faster and more accessible. Non-technical users can rely on Dualite’s guidance, while experienced developers can dive into Supabase’s advanced features as needed.

### Overview

Supabase is an open-source Firebase alternative that provides:

* A hosted PostgreSQL database with real-time updates
* Secure user authentication
* File storage

By connecting Supabase to your Dualite project, you instantly get a backend that’s ready for production, no boilerplate, no manual server setup. Supabase’s dashboard makes it simple to manage your data and users, while its SQL foundation ensures you keep the scalability and power of PostgreSQL. Read more about Supabase [here.](https://supabase.com/docs)

### Why Use Dualite’s Supabase Integration?

Instead of juggling separate tools for frontend and backend, Dualite handles both in sync. Just describe what you want, and Dualite wires up the UI *and* the backend logic.

For example, a prompt like (after you connect your Supabase account) :

> “Add a user feedback form and store responses in the database.”

Dualite will:

* Generate the form UI
* Create a Supabase table for feedback
* Connect both seamlessly

This unified approach accelerates development, reduces integration errors, and lets you focus on shipping features. Beginners get simplicity, while power users move faster with less friction.

### What this integration adds for you?

After you connect your Supabase account with Dualite, Dualite will unlock the following features for you.

* **Database** – Store, query, and manage your data with full SQL support. Dualite can auto-generate tables and schema directly from your prompts.
* **Authentication** – Add secure sign-ups, logins, and access control. Dualite can wire in ready-to-use auth flows (email/password, etc.) with a single instruction.
* **File Storage** – Upload and serve images, documents, or media via Supabase Storage. Perfect for profile photos, uploads, or static assets.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://alphadocs.dualite.dev/integrations/supabase.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
