Back to roadmaps supabase Course

Recommended Links and Developer Resources for Supabase

To expand your capabilities in Supabase, explore these official documentation guides and ecosystem services.


1. Core Documentation Channels

Supabase Official Website

  • Purpose: Primary dashboard gate, billing options, and service announcements.

Supabase API References


2. Serverless Edge Functions

Supabase Edge Functions are server-side TypeScript functions distributed globally across the Edge network (using Deno runtime engine). They are suitable for integrating third-party payment gateways or processing webhooks.

Edge Functions Tutorial


3. Database Extensions and Toolkits

  • pgvector Extension: Installs AI vector storage capabilities into your PostgreSQL database.
  • prisma-supabase: Using Prisma ORM together with your Supabase Postgres database.
Published on Last updated: