Home / Companies / Supabase / Blog / June 2026

June 2026 Summaries

5 posts from Supabase

Filter
Month: Year:
Post Summaries Back to Blog
The OpenCode integration for Supabase is now available, allowing users to type /supabase, authenticate, and enable their AI coding agents to interact with Supabase account and project management APIs, along with bundled Supabase skills. This integration requires OpenCode version 1.3.4 or later and supports database, Edge Functions, logs, and other project-scoped capabilities through the Supabase MCP connection guide. OpenCode, an open-source AI coding agent with extensive GitHub recognition and millions of active users, operates across various platforms and supports numerous LLM providers, facilitating multiple agents on a single project. The integration enhances AI agents' capabilities by granting them direct access to the Supabase backend, enabling them to verify code, query data, check logs, and deploy functions beyond just coding. Implemented by teams like Ramp, JFrog, Cloudflare, and Apple, the integration allows users to monitor agent activity, list and create Supabase projects, and utilize Supabase-specific guidance seamlessly, exemplified by its operation within Minecraft where it set up a real Supabase project and deployed functions.
Jun 30, 2026 291 words in the original blog post.
Supabase Pipelines is a newly introduced managed change-data-capture system designed to replicate Postgres tables to analytical destinations like Google BigQuery in near real-time, utilizing the open-source Supabase ETL engine. It allows for seamless integration of transactional and analytical systems by capturing changes such as inserts, updates, deletes, and truncates, and delivering them to designated analytics platforms efficiently. Users can set up Pipelines through the Supabase Dashboard without needing to write code, and they can monitor and manage the pipeline's status, including adding or removing tables, with ease. This tool is aimed at addressing the limitations of Postgres for large-scale analytics by offloading data to systems built specifically for analytical workloads, thus enhancing query speed on large datasets while maintaining low storage costs and separating production workloads from analytics. Pipelines are still in the alpha phase, with pricing details yet to be finalized, and users are encouraged to request early access to explore the system's capabilities.
Jun 25, 2026 880 words in the original blog post.
Supabase Realtime and Supabase Pipelines are two distinct tools that interact with Postgres databases to address different needs, each utilizing logical replication. Realtime is designed for live experiences by broadcasting database changes directly to user interfaces like browsers and apps through WebSocket connections, offering features such as Broadcast, Presence, and Postgres Changes, but it does not guarantee delivery if connections are lost. On the other hand, Pipelines focuses on reliable data movement to analytical systems, ensuring at-least-once delivery of every database change to supported destinations, which is ideal for analytics and reporting. Realtime excels in providing immediate updates for human users, while Pipelines is suited for maintaining a complete and reliable data copy in analytical environments. Although both tools read from Postgres databases, Realtime is optimized for speed and low latency, whereas Pipelines prioritizes data integrity and reliability, making them complementary in scenarios where both real-time updates and robust data replication are needed.
Jun 25, 2026 1,788 words in the original blog post.
Supabase has secured $500 million in a Series F funding round led by GIC, with participation from existing investors and new backers like Georgian and Salesforce Ventures, aiming to accelerate open-source Postgres tool development, support growth, and provide employee liquidity. The company has introduced Multigres v0.1 alpha, an open-source, self-hostable operating system designed for scalable Postgres management, with plans for future enhancements such as Vitess-grade horizontal scaling. Supabase has experienced a 600% increase in database launches over the past year, driven by AI tools and platform partners, expanding its developer base to nearly 10 million. The funding will also enhance infrastructure performance, reliability, and support. Supabase employs a global workforce without geo-adjusted salaries, offering stock option liquidity to employees. The company's commitment to open-source principles is emphasized, with an invitation to join its global remote team and gratitude extended to community contributors.
Jun 05, 2026 536 words in the original blog post.
Multigres v0.1 alpha has been released to the open-source community, marking a significant step towards bringing Vitess-grade horizontal scaling and operational simplicity to Postgres. This initial release features advanced connection pooling, automatic failovers, and a Kubernetes operator for deployment, aiming to simplify the management of Postgres at scale by handling tasks such as sharding, connection pooling, and backup orchestration. High availability is treated as a consensus problem, allowing for flexible and user-defined durability policies to ensure data resilience across multiple zones. The connection pooling solution employs a two-service architecture, enhancing traffic routing and context-aware pooling without the need for a shared pool. Multigres also supports pgBackRest for managing backups, offering full, incremental, and differential backup types, while its bootstrap process initializes clusters without manual intervention. Although v0.1 is stable enough for experimentation, it is not yet suitable for production, with known issues and the flagship sharding feature still pending. Future releases may not be backward compatible, and the CR API remains unstable, with ongoing performance benchmarks to be published soon.
Jun 05, 2026 934 words in the original blog post.