Supabase has launched the npm package @supabase/server, version 0.1.4, to simplify server-side rendering (SSR) authentication processes. Released under the MIT license, this package integrates the creation of the Supabase client, cookie synchronization, and session management, eliminating the need for manual setup by developers. It introduces a higher-order function, withSupabase, which allows developers to define access policies and directly query databases through a configured Supabase client. Co-founder Paul Copplestone announced the release on X, highlighting that the package is in its early stages and the team is seeking feedback from testers. The package aims to address previous challenges faced by developers using SSR frameworks like Next.js, where manual handling of cookies and sessions was required, often criticized as cumbersome boilerplate work.