Best of SupabaseDecember 2024

  1. 1
    Article
    Avatar of supabaseSupabase·1y

    Running Durable Workflows in Postgres using DBOS

    DBOS, a joint research project between Stanford and MIT, integrates with Postgres to create a durable workflow engine. It leverages Postgres's features to offer lightweight and efficient performance, ensuring robust management of workflow steps and state recovery. The platform supports serverless functions in Python and TypeScript, using Postgres to maintain state, handle errors, and provide features like idempotency and transactional guarantees, offering significant performance advantages over other workflow engines.

  2. 2
    Article
    Avatar of devsquadDev Squad·1y

    Supabase + Next.js ULTIMATE Auth Combo

    Learn to integrate Supabase authentication with Next.js and build a modern web application with a sleek user interface using Shadcn UI. This guide covers setting up authentication, configuring Google as a provider, creating user interfaces, and implementing secure server-side rendering for authenticated pages.

  3. 3
    Article
    Avatar of supabaseSupabase·1y

    Supabase Edge Functions: Introducing Background Tasks, Ephemeral Storage, and WebSockets

    Supabase has introduced new features for its Edge Functions, including background tasks, ephemeral storage, and WebSocket support. Background tasks can run for a limited duration depending on the plan, and a new method, EdgeRuntime.waitUntil, ensures that tasks are completed before termination. Edge Functions can now handle inbound and outbound WebSocket connections, enabling secure implementation of use cases like OpenAI's Realtime API relay. Several performance and stability improvements have also been made recently.