0
0
Supabasecloud~5 mins

Supabase dashboard overview

Choose your learning style9 modes available
Introduction

The Supabase dashboard helps you manage your data and see important information quickly. It makes working with your database and projects easy and clear.

When you want to check the status of your database and projects.
When you need to create or manage tables and data without writing code.
When you want to monitor usage like API calls and storage.
When you want to set up authentication and security settings.
When you want to explore your data visually and run simple queries.
Syntax
Supabase
No code syntax applies because this is a visual dashboard interface.
The dashboard is web-based and uses menus and buttons to navigate.
You interact with it by clicking, selecting options, and viewing charts.
Examples
This shows the main page with project health, recent activity, and quick links.
Supabase
Open Supabase dashboard > Select your project > View project overview
Use this to add a new table to your database without writing SQL.
Supabase
Navigate to Database > Tables > Create new table
This lets you manage how users sign in to your app.
Supabase
Go to Authentication > Settings > Enable email login
Check how many API calls your project has made recently.
Supabase
Open Logs > API Requests > Filter by date
Sample Program

This step-by-step shows how to explore the main parts of the Supabase dashboard to manage your project.

Supabase
1. Log in to Supabase at app.supabase.com
2. Select your project from the list
3. On the dashboard, see the project health summary
4. Click 'Database' to view tables and data
5. Click 'Authentication' to manage users
6. Click 'Storage' to manage files
7. Use 'Logs' to monitor activity
OutputSuccess
Important Notes

The dashboard updates in real time to show current data and usage.

You can customize views and filter data to focus on what matters most.

Use the dashboard to avoid writing complex code for common tasks.

Summary

The Supabase dashboard is your control center for managing projects and data.

It helps you see important info quickly and perform tasks easily.

Use it to manage databases, authentication, storage, and monitor usage.