Files
supabase/apps/reference/docs/guides/integrations/fezto.mdx
Jonathan Summers-Muir 9a5b9bade4 fix youtube aspect ratios
2022-08-14 18:03:35 -05:00

28 lines
1.1 KiB
Plaintext

---
id: fezto
title: 'Frontend Zero to One'
description: 'Create an app automatically from your Supabase Postgres using OpenAPI'
---
[Frontend Zero to One is](https://www.fezto.xyz) is a service which creates an app for your Supabase Postgres database on-the-fly without any drag and drop, using the OpenAPI spec provided by PostgREST.
<div class="video-container">
<iframe
src="https://www.youtube-nocookie.com/embed/GOC6a0_AlgI"
frameBorder="0"
allow="accelerometer; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
# Setup
In the [Supabase control panel](https://app.supabase.com/), open your project and click the Settings cog icon, and then "API".
You will need:
1. From the Project URL copy the project ID from https://your-project-id.supabase.co
2. From the "Project API keys" section copy the "anon" "public" API Key into the
Paste both into the [FEZTO Supabase setup page](https://www.fezto.xyz/#/supabase) and click Launch.
You can now share and bookmark the browser URL which includes the projectID and anon key with others to launch the same app.