# Open Graph (OG) Image Generation with Supabase Storage CDN Caching Generate Open Graph images with Deno and Supabase Edge Functions and cache the generated image with Supabase Storage CDN. - Docs: https://deno.land/x/og_edge@0.0.2 - Examples: https://vercel.com/docs/concepts/functions/edge-functions/og-image-examples - Demo: https://obuldanrptloktxcffvn.supabase.co/functions/v1/launchweek-ticket-og?ticketNumber=1234&username=thorwebdev&name=Thor%20%E9%9B%B7%E7%A5%9E%20Schaeff ## Run locally ```bash supabase functions serve --no-verify-jwt ``` Navigate to http://localhost:54321/functions/v1/og-image-with-storage-cdn?ticketNumber=3524&username=thorwebdev&name=Thor%20%E9%9B%B7%E7%A5%9E%20Schaeff ## Deploy ```bash supabase functions deploy og-image-with-storage-cdn --no-verify-jwt ```