July 2026 Summaries
4 posts from Supabase
Filter
Month:
Year:
Post Summaries
Back to Blog
Supabase has introduced a beta feature allowing users to sign in using their ChatGPT accounts, available on both the Supabase login page and through a plugin in ChatGPT across desktop, web, and mobile platforms. This integration, developed in partnership with OpenAI, aims to streamline the user experience by minimizing the steps needed to connect Supabase with ChatGPT, thereby reducing account setup time and enhancing productivity. Users can link their existing Supabase and ChatGPT accounts if they share the same email, or create a new Supabase account entirely through ChatGPT, though SSO accounts remain distinct. The process involves selecting ChatGPT on the login page, approving the connection, and accessing the Supabase Dashboard, simplifying the transition from initiating a project with ChatGPT to managing a backend with Supabase. This integration facilitates a seamless path for developers already using ChatGPT and Codex to set up databases, authenticate users, and deploy applications.
Jul 30, 2026
446 words in the original blog post.
Supabase has introduced an integration with Grafana Cloud that allows users to connect instantly with just a single click from the Supabase Dashboard, providing a fully-configured Grafana Cloud instance complete with authentication, metric scraping, and a pre-built observability dashboard. Grafana Cloud, known for its AI-powered open observability capabilities, aids developers in enhancing application reliability and optimizing telemetry. This integration includes a pre-built dashboard that tracks over 200 metrics crucial for debugging production issues, such as CPU and memory pressure, disk IO, network traffic, and database query stats, all of which are accessible through Supabase's Metrics API. The dashboards are open source, consistent across self-hosted Grafana and Grafana Cloud, and the integration is designed to eventually include logs without needing architectural changes. Available on all Supabase plans, including the free tier, users can access Grafana Cloud without a credit card, offering an easy and cost-effective way to enhance observability.
Jul 25, 2026
318 words in the original blog post.
Supabase Pipelines has entered public alpha, offering a robust solution for replicating Supabase Postgres data to external analytical systems like Google BigQuery in near real-time. This release introduces schema change support, enabling automatic updates to destination schemas when changes occur in source Postgres tables, thereby facilitating one-to-one replication without manual migrations. The platform is powered by Supabase ETL, a Rust-based change-data-capture pipeline that uses Postgres logical replication to efficiently handle data synchronization, including inserts, updates, deletes, and truncates. Supabase Pipelines aims to alleviate the load on production databases by transferring data to systems optimized for analytics, such as BigQuery, which is the first available destination. It offers a managed dashboard for pipeline management, supports parallel initial syncs, and ensures reliable data transfer even amid outages. The pricing model is based on pipeline usage and data volume, with ongoing improvements in performance and additional destination support planned. Feedback from users is encouraged to shape future enhancements, including broader schema change support and multi-region capabilities.
Jul 21, 2026
1,112 words in the original blog post.
Unified Logs, now in open beta, consolidates logs from various services within a project into a single, searchable view, enhancing the debugging process by eliminating the need to switch between multiple log pages. It integrates logs from the API gateway, Postgres, Auth, Storage, PostgREST, Realtime, and connection poolers into one stream, making it easier to correlate requests across services. The dashboard presents real-time updates with events organized by timestamp, service, method, path, and status, allowing for customized filtering and searching by log type, level, status, method, or pathname. Users can also perform live streaming of new events for immediate observation, while a histogram visualizes log volume over a selected time range, highlighting errors and warnings. Detailed panels provide insights into the progression of requests across services, and a Log Drain feature allows for long-term log storage and integration with other observability tools. The beta version is available to all projects, with an option to revert to the previous log experience, and users are encouraged to provide feedback on its performance and functionality.
Jul 17, 2026
554 words in the original blog post.