Example "Sales Prospecting" app called Apolla.io that integrates with Supaglue.
- Next.js 13
- Prisma
- Tailwind
- Postgres
- Supaglue
- Set
NEXT_PUBLIC_SUPAGLUE_API_KEY
andDATABASE_URL
in your.env
.- Find your Supaglue API Key by going to Configuration -> Api Key in your Supaglue Management Portal.
- You will need your Postgres credentials to enter your
DATABASE_URL
.
- Revise
lib/env.ts
to reflect your source Supaglue environment.DATA_MODEL
is the data model you choose to use for Supaglue.API_HOST
ishttps://api.supaglue.io
for Supaglue Cloud.APPLICATION_ID
can be found by going to your Supaglue Management Portal and clicking "Copy ID".
yarn install
yarn dev