September 2025 Summaries
6 posts from Supabase
Filter
Month:
Year:
Post Summaries
Back to Blog
Bolt and Supabase collaborate to offer a robust solution for developers and enterprises by combining the agility of rapid coding with the reliability required by enterprise standards. Supabase, a Postgres development platform, allows developers to rapidly build applications that can scale to millions, while ensuring compliance with certifications like SOC 2 and HIPAA, and features like Row Level Security and automatic backups. Bolt Cloud projects, powered by Supabase backends, enable enterprise teams to efficiently manage infrastructure, reuse existing skills, and connect systems through Foreign Data Wrappers, proving that speed and enterprise-grade security can coexist. This partnership addresses common enterprise challenges such as error loops and prototype stalls by ensuring a solid backend foundation that supports fast development without the need for painful rewrites. As a result, Supabase and Bolt empower developers and enterprises to work quickly and responsibly, delivering reliable, scalable, and secure applications.
Sep 30, 2025
722 words in the original blog post.
PostgREST 13 introduces significant API and observability enhancements, notably allowing one-to-many and many-to-many relationships to be represented as flat JSON arrays, which can simplify the creation of hierarchical JSON structures for front-end applications. The update also includes automatic conversion of text and JSON/JSONB columns to tsvector for full-text search capabilities and the addition of headers like Max Affected Content-Length and Proxy-Status to enhance observability by tracking request sizes and error codes. Breaking changes include stricter JWT and JWKS validation requirements and schema validation, ensuring that non-existent schemas cannot be used, which prevents errors during migrations. Users can upgrade to PostgREST v13 on the Supabase platform to access these new features and improvements, with further details available in the official documentation and release notes.
Sep 30, 2025
720 words in the original blog post.
Lovable Cloud and Supabase are transforming software development by allowing developers to focus on innovation rather than backend infrastructure. Lovable Cloud provides a user-friendly interface for building AI-powered applications, while Supabase offers the robust infrastructure necessary for these applications to thrive. Supabase, a widely trusted open-source Postgres development platform, has become the preferred choice for AI builders due to its unmatched speed, reliability, and scalability. With over 4.5 million developers and more than 40,000 new databases launched daily, Supabase serves as the backbone for Lovable Cloud and similar platforms, enabling them to deliver secure and dependable services. This synergy facilitates the creation of the next generation of developer tools, with Supabase being the foundational platform behind them.
Sep 29, 2025
294 words in the original blog post.
Building scalable applications to process large amounts of data involves breaking down complex tasks into manageable pieces, rather than relying on larger servers, to avoid timeouts and crashes. This can be achieved by adopting a three-layer pattern of collection, distribution, and processing, akin to an assembly line, which ensures each function performs a specific task efficiently. An example is creating an NFL news aggregator that collects, analyzes, and categorizes content from various sources. The system utilizes Supabase Edge Functions, Cron, and Queues to form a robust content pipeline, with database design incorporating tables for content, queues, entities, and relationships. Collection involves scheduled scrapping to gather actual news articles, avoiding duplicates through database handling. Processing uses site-specific logic for content extraction and AI for entity analysis and relationship generation, with Sentry integration providing error monitoring. User interactions are treated as separate jobs to maintain swift user interfaces, while AI-driven content scoring and background tasks handle intensive operations. By leveraging serverless computing constraints, the system uses cron schedules and queue tables to manage task timing and failure isolation, ultimately achieving horizontal scalability with enterprise-level reliability using Supabase's native capabilities.
Sep 16, 2025
1,014 words in the original blog post.
The text discusses the security challenges associated with using Managed Communication Protocol (MCP) servers, particularly in environments where developers do not create separate production and staging environments, leading to potential data exposure. It highlights the risk of prompt injection attacks, where malicious text can instruct AI to inadvertently expose sensitive data, even when security measures like Row Level Security (RLS) are in place. The document emphasizes the importance of connecting AI agents only to non-production data, using development or obfuscated datasets to mitigate risks. It also stresses the significance of manual approval for tool calls to prevent unauthorized data access and advises against allowing developers to work directly on production databases. Supabase is mentioned as a platform that aids in secure development, and the text underscores the need for robust security practices, including monitoring and logging MCP queries, to maintain data integrity and prevent vulnerabilities.
Sep 16, 2025
1,148 words in the original blog post.
Supabase has announced the availability of a non-exclusive license for U.S. Patent No. 10,325,030 to all users of OrioleDB, including proprietary forks, aligning with the OrioleDB license. In collaboration with the OrioleDB team, Supabase aims to enhance the Postgres ecosystem by developing a high-performance storage engine with a Postgres-first approach, using the Table Access Method APIs. The initiative seeks to integrate OrioleDB into Postgres itself, ensuring compatibility and alignment with its core, and ultimately aims to make OrioleDB part of the Postgres source tree, developed openly alongside Postgres. Future goals include upstreaming, standardization, and improving performance and stability, and interested parties are encouraged to participate in discussions about pluggable storage and Postgres patching via Postgres mailing lists.
Sep 09, 2025
167 words in the original blog post.