Best of SupabaseMarch 2022

  1. 1
    Article
    Avatar of leerobLee Robinson·4y

    Building an Image Gallery with Next.js, Supabase, and Tailwind CSS – Lee Robinson

    This tutorial shows you how to create a Next.js application that fetches content from a Postgres database. It also serves optimized, blur-up images with next/image and styles components with Tailwind CSS. I used this to create swag.vercel.app, which is a collection of tweets.

  2. 2
    Article
    Avatar of supabaseSupabase·4y

    GraphQL is now available in Supabase

    GraphQL support is now in general availability on the Supabase platform via our open source PostgreSQL extension, `pg_graphql (beta)`.pg_ graphql enables you to query existing PostgreSQL databases using GraphQL. GraphQL queries are always transpiled into exactly one SQL query.

  3. 3
    Article
    Avatar of supabaseSupabase·4y

    Edge Functions are now available in Supabase

    Edge Functions are executed on the secure-by-default Deno runtime, and deployed around the world in seconds using Deno's hosted Deno Deploy offering. As a user of Supabase Edge Functions, you don't need to know or worry about any of that; we handle all the gnarly details.