14-07-2025 |
Supabase Enhances Security with JWT Signing Keys |
Company News |
Supabase has introduced JWT Signing Keys to improve the security and scalability of JWT verifications for applications. Alongside this, the platform is replacing anon and service role keys with shorter, more manageable publishable and secret keys, simplifying key rotation for developers. These opt-in features, announced as part of Supabase’s Launch Week, aim to boost performance without requiring changes to existing apps. |
|
04-07-2025 |
Supabase Simplifies AI-Driven Development with Curated Prompts |
Feature |
Supabase has introduced a set of tailored prompts to streamline development with AI-powered IDE tools like Cursor and GitHub Copilot. These prompts support tasks such as bootstrapping Next.js apps with Supabase Auth, writing Edge Functions, and managing database schemas and policies. By integrating these prompts into project workflows, developers can enhance productivity and maintain consistency in their Supabase projects. Explore these resources to accelerate your development process with Supabase’s open-source platform. |
|
29-06-2025 |
Supabase Simplifies Keyword Search with textSearch |
Feature |
Supabase’s textSearch filter enables developers to quickly implement a keyword search feature in applications. By leveraging PostgreSQL’s full-text search, it matches specific words or phrases in text columns, enhancing data retrieval. Ideal for precise queries in apps like e-commerce or content platforms, it ensures relevant results with minimal setup. Learn how to integrate textSearch at Supabase’s official documentation. |
|
18-06-2025 |
Supabase MCP Server Enhances AI Tool Integration |
Feature |
Supabase’s MCP server enables seamless connections between AI tools like Cursor and Claude and Supabase databases, streamlining development workflows. This feature allows developers to manage projects efficiently by integrating AI capabilities directly with data. The setup process is detailed in a new YouTube tutorial, offering industry insights for developers. |
|
22-05-2025 |
Supabase Introduces Tabs for Streamlined Database Navigation |
Feature |
Supabase’s new tabs feature enhances its dashboard, allowing developers to seamlessly switch between tables across schemas and access query snippets without navigating extensive lists. This update simplifies database management, improving efficiency for web, mobile, and AI application development. The open-source Firebase alternative continues to prioritize user-friendly tools, as detailed in their latest community discussion. Explore the feature to optimize your workflow on Supabase’s platform. |
|
21-05-2025 |
Supabase Boosts Type Safety with TypeScript Integration |
Feature |
Supabase now offers end-to-end type safety, enabling developers to define database schemas declaratively and generate TypeScript types for seamless frontend queries. This feature enhances code reliability by catching errors early and improving developer efficiency. The Supabase CLI automates type generation, ensuring robust database interactions. Explore how this update streamlines development workflows. |
|
19-05-2025 |
Supabase Enables Safe PostgreSQL Event Triggers |
Feature |
Supabase introduces a breakthrough feature allowing regular users to create PostgreSQL Event Triggers without superuser access, using the supautils extension. By leveraging Utility and Function Manager Hooks, this solution ensures secure trigger creation, preventing privilege escalation. Available now on the Supabase platform, it simplifies database management for developers. Start exploring this feature at supabase.com. |
|
17-05-2025 |
Supabase Simplifies App Search with textSearch Filter |
Feature |
Supabase streamlines the implementation of search functionality in applications through its intuitive textSearch filter, enabling developers to add keyword search features effortlessly. This tool enhances user experience by providing fast, accurate search capabilities without complex coding. Ideal for developers seeking efficient solutions, Supabase’s approach supports rapid app development. Explore how Supabase can elevate your app’s functionality today. |
|
13-05-2025 |
Supabase Enhances Navigation with New Project List and Settings Access Icon |
User Experience Enhancements |
Supabase has introduced a new icon across its website, enabling seamless access to project lists and settings pages from any section, including home, docs, and blogs. This update simplifies navigation for users managing their Supabase projects. Visit supabase.com to explore the improved interface and streamline your workflow. |
|
13-05-2025 |
Supabase Edge Functions V3 Adds WebSockets, Ephemeral Storage, and Background Tasks |
Feature |
Supabase introduces Background Tasks, Ephemeral File Storage, and WebSockets in Edge Functions V3, enabling developers to handle long-running processes and real-time connections. A demo by Jon Meyers shows proxying WebSocket requests to OpenAI’s Realtime API and processing large zip files post-response. These features, available in all projects, enhance app scalability and efficiency. Watch the video on Supabase’s YouTube channel to explore these powerful updates. |
|
08-05-2025 |
Build Stunning Full-Stack Apps with Supabase and Tempo Integration |
Tutorial |
Supabase teams up with Tempo to streamline full-stack app development, enabling developers to create beautiful React apps effortlessly. With Supabase’s robust backend and Tempo’s AI-powered code generation, you can design, integrate, and deploy apps in record time. This collaboration simplifies workflows, reduces errors, and enhances user experiences with seamless data mapping. Discover how to leverage Supabase and Tempo to bring your app ideas to life today. |
|
08-05-2025 |
SF AI Agent HackNight on May 19 Explores Codename Goose with MCP |
Tech Events |
The SF AI Agent HackNight, hosted by Cloudflare on May 19, invites developers to explore Codename Goose, an open-source AI agent, alongside MCP tools. Featuring Anthropic, Cloudflare, Stytch, and Supabase, the event includes demos, hands-on hacking, and networking for all experience levels. Attendees can build with Goose, an LLM-agnostic MCP client, to innovate developer workflows. Register now to join this collaborative AI event in San Francisco. |
|
07-05-2025 |
Supabase Powers Euka’s AI-Driven TikTok Shop Creator Partnerships |
Case Studies |
Euka, a Supabase customer, leverages an AI-powered platform to streamline creator partnerships on TikTok Shop, boosting brand visibility and sales. Supabase’s scalable backend, with Postgres, authentication, and AI search, enables Euka to automate outreach and manage collaborations efficiently. The platform has helped brands achieve up to a 36% sales increase through targeted influencer campaigns. Discover Euka’s success story and Supabase’s role at supabase.com. |
|
29-04-2025 |
Supabase Enhances Data API with Geo-Routing to Nearest Read Replica |
Service |
Supabase’s new geo-routing feature automatically directs Data API requests to the closest read replica, significantly reducing latency for globally distributed applications. Using geospatial algorithms and the Haversine formula, the system ensures optimal routing without requiring code changes, only a project URL update. Currently supporting read-only PostgREST requests, Supabase plans to extend geo-routing to Auth, Storage, and Realtime. Start optimizing your app’s performance today at supabase.com |
|
29-04-2025 |
Lovable 2.0 Boosts App Security with Supabase Integration Scans |
Showcase |
Lovable 2.0’s new Security Scan feature automatically checks Supabase-connected apps for vulnerabilities before publishing, ensuring safer deployments. Integrated with Supabase’s Security Advisor, it identifies issues like SQL injection and misconfigured permissions, displaying results in the publish dialog. This collaboration enhances app security for developers and non-coders alike. Try Lovable 2.0 with Supabase to build and publish secure apps confidently. |
|
15-04-2025 |
Supabase UI Library Simplifies App Development with New Features |
Tutorial |
The Supabase UI Library introduces ready-to-use components for adding sign-up forms, file uploads, and real-time chat to your apps effortlessly. Built on shadcn/ui, it streamlines complex tasks, saving developers time and effort. A new video tutorial showcases how Supabase makes these features easy to implement. Watch the guide to explore how Supabase can enhance your next project. |
|
15-04-2025 |
Supabase Simplifies Database Management with Declarative Schemas |
Service |
Supabase introduces declarative schemas, allowing users to define and manage database structures in a clear, version-controlled way. This feature reduces errors, streamlines updates, and saves development time. The Supabase CLI supports easy migration generation for smoother workflows. |
|
14-04-2025 |
Supabase Enhances Database Management with Declarative Schema and Cursor Integration |
Showcase |
Supabase introduces declarative schema, a streamlined way to manage database changes, now seamlessly paired with Cursor for easy modifications. This feature keeps your database organized and efficient, saving time for developers. Using Supabase, you can generate migrations effortlessly through the CLI. |
|
11-04-2025 |
Supabase Realtime Broadcast Enhances Scalable Database Messaging |
Feature |
Supabase’s Realtime Broadcast from Database allows developers to send targeted messages triggered by database changes, scaling to thousands of users. The feature supports notifications, chats, and live updates with low latency. It offers flexibility to choose specific data fields for faster, secure apps. |
|
11-04-2025 |
Supabase and Cloudflare Host Lisbon Meetup on Scaling Applications |
Meetup |
Supabase and Cloudflare are teaming up for a meetup in Lisbon to share insights on scaling software for millions of users. Engineers from both companies will discuss real-time messaging and email routing at scale. The event includes networking, food, and drinks for attendees. |
|
11-04-2025 |
Supabase Studio Adds Tabs and AI Chats for Faster Development |
Feature |
Supabase Studio’s latest update introduces tabs for easier table and SQL editing, plus customizable reports for better data insights. Developers can now use an inline SQL editor and multiple AI assistant chats to streamline workflows. Improved logs help debug issues quickly and efficiently. |
|
11-04-2025 |
Supabase Edge Functions Now Easier to Build and Deploy from Dashboard |
Feature |
Supabase’s latest update lets developers create, edit, and test Edge Functions directly in the Supabase Dashboard, no extra tools needed. The built-in editor includes templates for tasks like Stripe webhooks and file uploads. It also supports Deno 2.1 for smoother coding workflows. |
|
11-04-2025 |
Supabase Offers Remote Engineering and Growth Roles in Open-Source Project |
Job Updates |
Supabase, a leading open-source platform, is hiring for 14 remote positions in engineering and growth, including roles like Senior Auth Engineer and Customer Solution Architect. These jobs focus on building tools for developers using Postgres. The fully remote team welcomes global applicants to join its fast-growing community. |
|
11-04-2025 |
Postgres Language Server by Supabase Boosts SQL Coding Efficiency |
Feature |
Supabase’s Postgres Language Server offers tools like autocompletion and error highlighting to make SQL coding smoother for developers. Launched during Supabase’s Launch Week 14, it integrates with editors like VSCode to improve productivity. The open-source project invites community feedback to enhance its features. |
|
04-04-2025 |
Supabase Unveils Geo-Routing for Data API to Boost Global Performance |
Feature |
Supabase just launched a game-changing feature: geo-routing for Data API requests. This update automatically sends your database queries to the nearest read replica, cutting down latency in global applications. Perfect for developers building apps with users worldwide, it promises faster response times without any complicated setup. Just enable experimental routing and use the API load balancer—it’s that simple! Supabase is already planning to expand this to other services like Auth and Storage, so there’s more to come. C |
|