
Gravatar Wrapper
Overview
Gravatar is the globally recognized avatar service from Automattic. With the Gravatar WASM FDW integration for Supabase, you can now access Gravatar profile data directly from your Postgres database. Built using the Supabase Wrappers framework, this integration makes it easy to enrich your applications with avatar images and profile details using just SQL.
Developers can query for public Gravatar profile data—including avatar URLs, display names, job titles, verified accounts, and more—by email address, all without leaving Postgres. The integration supports SHA-256 email hashing, Vault-based API key management, and automatic fallback to public APIs for development use.
Built for performance and security, the Gravatar FDW is ideal for apps that need user identity information without relying on external services at runtime. Whether you’re building a social app, a comment system, or internal tooling, this integration makes profile enrichment seamless and serverless.
Details
Third-party integrations and docs are managed by Supabase partners.