diff --git a/integrations/supabase/guide.mdx b/integrations/supabase/guide.mdx
index 0b4c0971..1753e219 100644
--- a/integrations/supabase/guide.mdx
+++ b/integrations/supabase/guide.mdx
@@ -10,10 +10,15 @@ import PostgresPowerSyncUser from '/snippets/postgres-powersync-user.mdx';
import PostgresPowerSyncPublication from '/snippets/postgres-powersync-publication.mdx';
-
+
This guide shows you how to configure PowerSync with [Supabase](https://supabase.com/). PowerSync syncs your Supabase Postgres database to a local SQLite database on each client, so your app reads and writes locally and stays highly responsive even in poor network conditions.