
Installation
Infisical
Infisical
Supabase
Supabase
Hookdeck
Hookdeck
Stripe
Stripe
Doppio.sh (optional)
Doppio.sh
Guide
First of all make sure you have installedNode and npm / yarn.
Yarn package manager is recommended
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Supabase Edge Function with the API Endpoint. SQL templates and Local server.

#connect to your account
infisical login
#link to the Front End Project
infisical init
supabase init
#connect to your account
supabase login
#link to the Supabase Project
supabase link --project-ref $PROJECT_ID
supabase start
supabase status
hookdeck login
hookdeck listen <port> <source-name?> <connection-query?>
Node and npm / yarn.
# For Yarn (Highly Recommended)
yarn
# For npm
npm install
yarn dev
supabase local development setup is running.
API URL: http://127.0.0.1:54321
GraphQL URL: http://127.0.0.1:54321/graphql/v1
DB URL: postgresql://postgres:postgres@127.0.0.1:54322/postgres
Studio URL: http://127.0.0.1:54323
Inbucket URL: http://127.0.0.1:54324
JWT secret: super-secret-jwt-token-with-at-least-32-characters-long
anon key: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6ImFub24iLCJleHAiOjE5ODM4MTI5OTZ9.CRXP1A7WOeoJeXxjNni43kdQwgnWNReilDMblYTn_I0
service_role key: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImV4cCI6MTk4MzgxMjk5Nn0.EGIM96RAZx35lJzdJsyH-qQwv8Hdp7fsn3W0YpN81IU
