Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[supabase] Remove the live app link #4482

Merged
merged 2 commits into from
Nov 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions examples/studio/supabase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@

<p class="description">A Toolpad Studio app that fetches data from Supabase and shows it in a list component.</p>

<a href="https://mui-toolpad-supabase-production.up.railway.app/prod/pages/page" target="_blank">
<img src="https://mui.com/static/toolpad/marketing/supabase.png" alt="Supabase integration" style="aspect-ratio: 575/318;" width="1469">
</a>

## Check out the live app

[Open example](https://mui-toolpad-supabase-production.up.railway.app/prod/pages/page)
<img src="https://mui.com/static/toolpad/marketing/supabase.png" alt="Supabase integration" style="aspect-ratio: 575/318;" width="1469">

## How to run

Expand All @@ -33,6 +27,8 @@ This app demonstrates the following capabilities of Toolpad Studio:
1. Connecting to Supabase database using custom functions.
2. Using the list component to create a basic product catalogue manager.

Note: The underlying supabase database is inactive, but you can use this configuration to setup your app.

## The source

[Check out the source code](https://github.com/mui/toolpad/tree/master/examples/studio/supabase)