Building Resumable WebSockets with Supabase Edge Functions and PostgresSupabase makes it easy to build realtime applications with Postgres and Edge Functions. But building reliable WebSockets in serverless environments can still be challenging. WebSockets help you build May 8, 2026
Unleash Powerful Webhooks with pgwebhook in SupabaseIn today's data-driven world, seamless integration between databases and external services is crucial for real-time data synchronization and triggering actions based on database events. While Supabase offers built-in webhooks for Postgres integration...Jun 25, 2024
Exploring Support Tooling at Supabase: A Dive into SLA BuddyIntroduction In database management and support operations, ensuring Service Level Agreement (SLA) compliance is paramount. Supabase, known for its innovative approach to database management and support, introduces SLA Buddy, a robust support tool ai...May 10, 2024
Building a Slack Bot for AI-Powered Conversations with SupabaseIn today's tech-driven world, integrating AI into your communication tools can enhance productivity and user experiences. Slack, a widely used team collaboration platform, allows developers to create custom bots that automate tasks and provide intell...Oct 10, 2023
Easy Deployment and Rollback of PostgreSQL Functions with SupabaseIn the realm of database management, version control, and deployment are crucial. Efficiently deploying and managing database functions is vital for maintaining the integrity of your data-driven applications. While database migrations, as detailed in...Oct 3, 2023
Configuring Office365 as the SMTP Provider in Supabase Auth: A Comprehensive GuideEmail communication is a crucial aspect of many web applications, including those built on the Supabase platform. Whether it's for account verification, password resets, or general communication within the application, reliable email delivery is esse...Sep 26, 2023
Building User Authentication with Username and Password using SupabaseUser authentication is essential for web application security and user management. Supabase is an open-source platform that makes it easy to build secure authentication systems. In this blog post, we will show you how to enhance user login options by...Sep 19, 2023