Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

supaglue-labs/supaglue-demo-app

Repository files navigation

Demo app integration with Supaglue

Screenshot 2023-07-12 at 10 04 48 PM

Example "Sales Prospecting" app called Apolla.io that integrates with Supaglue.

Tech Stack

  • Next.js 13
  • Prisma
  • Tailwind
  • Postgres
  • Supaglue

Getting Started

  1. Set NEXT_PUBLIC_SUPAGLUE_API_KEY and DATABASE_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.
  2. Revise lib/env.ts to reflect your source Supaglue environment.
    • DATA_MODEL is the data model you choose to use for Supaglue.
    • API_HOST is https://api.supaglue.io for Supaglue Cloud.
    • APPLICATION_ID can be found by going to your Supaglue Management Portal and clicking "Copy ID".
  3. yarn install
  4. yarn dev

About

Example "Sales Prospecting" app called Apolla.io that integrates with Supaglue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages