Best of SupabaseMay 2023

  1. 1
    Article
    Avatar of livecycleLivecycle·3y

    Building a Slack clone Including Preview Environments, Using Next.js and Supabase

    Building a Slack clone Including Preview Environments, Using Next.js and Supabase, using next.js. We’ll also set up preview environments for every commit in every branch, complete with all the running services. Preevy will build and deploy our app using a cloud provider, in this case cheap AWS Lightsail VMs.

  2. 2
    Article
    Avatar of asayerasayer·3y

    Create a Contacts App with React and Supabase

    Create a Contacts App with React and Supabase Back Supabase is an open-source alternative to Firebase. This article will elaborate on using Supabase’s storage feature to create a contacts management app using the popular React tool. In this tutorial, we’ll create a contact management app.