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
- Link: supabase.com
- Purpose: Primary dashboard gate, billing options, and service announcements.
Supabase API References
- Purpose: Code-snippets directory for JS/TS, Python, Swift, and Flutter client SDKs.
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
- Purpose: Learn to write serverless APIs without maintaining a Node.js server container.
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: