Prepare your Data
You can build Portals with data from pretty much Any Data Source:
Firebase, Sheets
, Airtable
, Stripe
, REST API
, and so on. We'll use Airtable in our example.In our case, we will use two tables: Projects and Tasks. Projects table has the
Link to Tasks
column and the Tasks has the Project
column in it.Projects Table:

Tasks Table:

Next, we generate the app:
Last modified 1yr ago