Best of SupabaseApril 2023

  1. 1
    Article
    Avatar of supabaseSupabase·3y

    Infinite scroll with Next.js, Framer Motion, and Supabase

    Learn how to create an infinite scroll using NextJs, Supabase, and Framer Motion. Improve user experience by dynamically loading content as the user scrolls. Add animation to the loaded tickets using the Framer Motion library.

  2. 2
    Article
    Avatar of supabaseSupabase·3y

    Supabase Storage v3: Resumable Uploads with support for 50GB files

    Supabase Storage v3 introduces resumable uploads, quality filters, Next.js support, and WebP support. The key feature is resumable uploads, allowing users to continue uploading a file from where they left off even if they lose internet connectivity. The upgrade also increases the file size limit to 50GB and adds more image transformation options.

  3. 3
    Article
    Avatar of supabaseSupabase·3y

    Supabase Logs: open source logging server

    Supabase Logs is an open-source logging server that supports self-hosting and CLI development. It leverages Logflare to handle billions of log events daily from various tools in the Supabase infrastructure. The ingestion pipeline involves multiple methods, while the querying pipeline utilizes Logflare Endpoints. These endpoints provide various benefits such as query parameters, read-through caching, active cache warming, and query sandboxing. In the future, Supabase plans to integrate Logflare into the platform through a Management API and support multiple backends.