apps/docs/content/guides/functions.mdx
Edge Functions are server-side TypeScript functions, distributed globally at the edge—close to your users. They can be used for listening to webhooks or integrating your Supabase project with third-parties like Stripe. Edge Functions are developed using Deno, which offers a few benefits to you as a developer:
connect-to-postgres guide)..ts files that export a handler.supabase functions serve command).Check out Supabase Edge Function Examples in GitHub or try these examples:
<ContentListings id="functions-examples-supabase" /> <ContentListings id="functions-examples-webhooks-payments" /> <ContentListings id="functions-examples-ai-media" /> <ContentListings id="functions-examples-messaging" /> <ContentListings id="functions-examples-operations" />