Best of Supabase โ€” September 2024

  1. 1
    Article
    Avatar of supabaseSupabaseยท2y

    Building an Uber Clone with Flutter and Supabase

    This tutorial guides you through building an Uber-like app using Flutter and Supabase, focusing on real-time location tracking using the PostGIS extension. The steps include setting up dependencies, creating and managing databases, and implementing real-time tracking for a consumer-facing app. The guide demonstrates using Supabase Edge Functions to handle routes and real-time updates, and provides a foundation for further development of features like payments and driver ratings.

  2. 2
    Article
    Avatar of communityCommunity Picksยท2y

    How to Create a Secure Newsletter Subscription with NextJS, Supabase, Nodemailer and Arcjet ๐Ÿ”๐Ÿ’ฏ

    Learn how to build a secure newsletter subscription form using NextJS, Supabase, Nodemailer, and Arcjet. This guide addresses common challenges like spam sign-ups, email validation, and bot protection, integrating robust security measures and validation techniques for a seamless double opt-in process.