# Supabase

Supabase is a Postgres development platform providing databases, authentication, data APIs, edge functions, realtime data, storage, and vector embeddings.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Inside LuBot's database-per-tenant architecture

DevFeed: [Inside LuBot's database-per-tenant architecture](<https://devfeed.tech/articles/inside-lubot-s-database-per-tenant-architecture-20995.md>)

Original publisher: [Read original article](<https://neon.com/blog/inside-lubots-database-per-tenant-architecture>)

Author: Carlota Soto

Published: 2026-09-14T12:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [stripe](<https://devfeed.tech/topics/stripe.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [billing](<https://devfeed.tech/tags/billing.md>), [case-studies](<https://devfeed.tech/tags/case-studies.md>), [checkout](<https://devfeed.tech/tags/checkout.md>), [database](<https://devfeed.tech/tags/database.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [product](<https://devfeed.tech/tags/product.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [saas](<https://devfeed.tech/tags/saas.md>), [scale](<https://devfeed.tech/tags/scale.md>), [stripe](<https://devfeed.tech/tags/stripe.md>)

### AI overview

This article explains LuBot's database-per-tenant architecture. LuBot uses Supabase for shared administrative data such as organizations, users, and billing state, while each paying customer receives an isolated Postgres database. Stripe checkout triggers a webhook that provisions a Neon branch through the Neon API, with deterministic naming to prevent duplicate tenants. Neon branches provide independent compute and can scale idle tenants to zero.

### Source excerpt

It took six days to go from zero to isolated Postgres per tenant, provisioned the moment someone pays. A traditional Postgres setup would have been a full quarter of work.

## Product Engineering for PMs, Part 2: Build a SaaS App Without Coding

DevFeed: [Product Engineering for PMs, Part 2: Build a SaaS App Without Coding](<https://devfeed.tech/articles/product-engineering-for-pms-part-2-build-a-saas-app-without-coding-39185.md>)

Original publisher: [Read original article](<https://www.productcompass.pm/p/product-engineering-for-pms-part-2>)

Author: Paweł Huryn

Published: 2026-09-07T12:33:05Z

Content type: tutorial

Language: en

Sources: [The Product Compass](<https://devfeed.tech/sources/the-product-compass.md>)

Topics: [Software as a service](<https://devfeed.tech/topics/saas.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [Netlify](<https://devfeed.tech/topics/netlify.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [development](<https://devfeed.tech/tags/development.md>), [github](<https://devfeed.tech/tags/github.md>), [netlify](<https://devfeed.tech/tags/netlify.md>), [saas](<https://devfeed.tech/tags/saas.md>)

### AI overview

This tutorial continues a product-engineering series for PMs by describing how to take the AskOne multi-tenant SaaS application to production. It covers production projects and deployment with GitHub, Supabase, and Netlify, along with a custom DNS domain, Clerk, analytics, and Google authentication, within a lightweight AI-assisted software lifecycle.

### Source excerpt

Add a moderator role, then take a real multi-tenant SaaS app to production: GitHub, Supabase, Netlify, custom domain, Clerk, analytics, Google auth. No coding.

## Product Engineering for PMs, Part 1: Build a SaaS App Without Coding

DevFeed: [Product Engineering for PMs, Part 1: Build a SaaS App Without Coding](<https://devfeed.tech/articles/product-engineering-for-pms-part-1-build-a-saas-app-without-coding-39184.md>)

Original publisher: [Read original article](<https://www.productcompass.pm/p/product-engineering-for-pms>)

Author: Paweł Huryn

Published: 2026-08-31T15:35:45Z

Content type: tutorial

Language: en

Sources: [The Product Compass](<https://devfeed.tech/sources/the-product-compass.md>)

Topics: [Software as a service](<https://devfeed.tech/topics/saas.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [Browser Automation](<https://devfeed.tech/topics/browser-automation.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [test](<https://devfeed.tech/topics/test.md>), [coding](<https://devfeed.tech/topics/coding.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [automation](<https://devfeed.tech/tags/automation.md>), [browser](<https://devfeed.tech/tags/browser.md>), [build](<https://devfeed.tech/tags/build.md>), [claude](<https://devfeed.tech/tags/claude.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [coding](<https://devfeed.tech/tags/coding.md>), [deploy](<https://devfeed.tech/tags/deploy.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [monetization](<https://devfeed.tech/tags/monetization.md>), [saas](<https://devfeed.tech/tags/saas.md>)

### AI overview

A step-by-step series for PMs and non-coders to design, build, secure, deploy, launch, monetize, analyze, and monitor a commercial SaaS app using Claude Code, Clerk, and Supabase. The case study is AskOne, a live Q&A product, and the article includes prompts, templates, browser automation, and testing workflows.

### Source excerpt

Design, build, secure, and deploy a real multi-tenant SaaS app in 3-4 hours: Claude Code, Clerk, Supabase. No coding. All prompts included.

## Connect client traces to your logs

DevFeed: [Connect client traces to your logs](<https://devfeed.tech/articles/connect-client-traces-to-your-logs-346.md>)

Original publisher: [Read original article](<https://supabase.com/blog/connect-client-traces-to-your-logs>)

Author: Katerina Skroumpelou; Steven Eubank

Published: 2026-08-18T07:00:00Z

Content type: tutorial

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [OpenTelemetry](<https://devfeed.tech/topics/opentelemetry.md>), [client](<https://devfeed.tech/topics/client.md>), [Amazon API Gateway](<https://devfeed.tech/topics/amazon-api-gateway.md>), [browser](<https://devfeed.tech/topics/browser.md>), [SIEM, Security, Observability](<https://devfeed.tech/topics/siem-security-observability.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [backend](<https://devfeed.tech/tags/backend.md>), [browser](<https://devfeed.tech/tags/browser.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [integration](<https://devfeed.tech/tags/integration.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [traces](<https://devfeed.tech/tags/traces.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

A walkthrough of connecting client-side traces to Supabase logs by propagating W3C Trace Context. It explains how to configure a tracer and client propagation so requests can be followed from the browser through Supabase's API Gateway and Edge Function logs, including with external log backends.

### Source excerpt

supabase-js now propagates W3C Trace Context to Supabase, so a client trace and the matching Supabase log share one trace_id.

## Supabase is now a connector on Perplexity Computer

DevFeed: [Supabase is now a connector on Perplexity Computer](<https://devfeed.tech/articles/supabase-is-now-a-connector-on-perplexity-computer-635.md>)

Original publisher: [Read original article](<https://supabase.com/blog/supabase-is-now-a-connector-on-perplexity-computer>)

Author: Natalie Roberge

Published: 2026-08-07T07:00:00Z

Content type: news

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [data](<https://devfeed.tech/topics/data.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [payload](<https://devfeed.tech/topics/payload.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [apps](<https://devfeed.tech/tags/apps.md>), [data](<https://devfeed.tech/tags/data.md>), [debug](<https://devfeed.tech/tags/debug.md>), [github](<https://devfeed.tech/tags/github.md>), [payload](<https://devfeed.tech/tags/payload.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [slack](<https://devfeed.tech/tags/slack.md>), [stripe](<https://devfeed.tech/tags/stripe.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Supabase is available as a connector on Perplexity Computer, allowing the agent to query and update Postgres data, invoke Edge Functions, schedule recurring queries, and connect workflows across services such as GitHub, Stripe, Slack, and Vercel.

### Source excerpt

Supabase is now a connector on Perplexity Computer. Query your Postgres data, look up users, and invoke Edge Functions from a Perplexity chat.

## Introducing Supabase Evals

DevFeed: [Introducing Supabase Evals](<https://devfeed.tech/articles/introducing-supabase-evals-410.md>)

Original publisher: [Read original article](<https://supabase.com/blog/introducing-supabase-evals>)

Author: Matt Rossman

Published: 2026-07-31T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [coding](<https://devfeed.tech/topics/coding.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [Database](<https://devfeed.tech/topics/database.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [observability](<https://devfeed.tech/topics/observability.md>), [GitHub Issues](<https://devfeed.tech/topics/github-issues.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [cli](<https://devfeed.tech/tags/cli.md>), [coding](<https://devfeed.tech/tags/coding.md>), [github-issues](<https://devfeed.tech/tags/github-issues.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

Supabase introduces an open-source benchmark and framework for evaluating how well AI coding agents build with Supabase. It runs agents such as Claude Code, Codex, and OpenCode through realistic tasks, including schema construction, Edge Function debugging, and RLS policy fixes, then measures their performance in benchmark and regression suites.

### Source excerpt

Our open-source benchmark for how well AI coding agents build with Supabase.

## Introducing Enterprise Flexible Commitment for Vercel Marketplace

DevFeed: [Introducing Enterprise Flexible Commitment for Vercel Marketplace](<https://devfeed.tech/articles/introducing-enterprise-flexible-commitment-for-vercel-marketplace-987.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/introducing-enterprise-flexible-commitment-for-vercel-marketplace>)

Author: Hedi Zandi

Published: 2026-07-30T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [MongoDB](<https://devfeed.tech/topics/mongodb.md>), [Redis](<https://devfeed.tech/topics/redis.md>)

Tags: [cost](<https://devfeed.tech/tags/cost.md>), [customers](<https://devfeed.tech/tags/customers.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [integrations](<https://devfeed.tech/tags/integrations.md>), [mongodb](<https://devfeed.tech/tags/mongodb.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [redis](<https://devfeed.tech/tags/redis.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Vercel now allows Enterprise customers to use part of their Flexible Commitment for eligible resources purchased through the Vercel Marketplace. The initial supported partners include Neon, Supabase, MongoDB, and Redis, with more providers planned.

### Source excerpt

Enterprise customers can now apply a portion of their Flexible Commitment toward eligible resources purchased through the Vercel Marketplace. With Flex Commit support, eligible Marketplace cost can draw directly from your existing commitment making it easier to provision the infrastructure and services your applications need. We're rolling this out with an initial set of Marketplace partners, including Neon, Supabase, Mongodb and Redis, with support for more providers coming. Eligible integrations are marked with a Flexible Commitment Eligible badge on their Marketplace page. With Marketplace Flex Commit you can: Use committed Enterprise spend for eligible Marketplace resources Eliminate separate credit card or procurement workflows Provision and manage third-party services directly from the Vercel Marketplace Track Marketplace usage alongside the rest of your Enterprise commitment This is the first step toward making the Marketplace a seamless part of the Enterprise experience. To learn more, read our pricing page documentation and reach out to your Account Manager. Read more

## Sign in with ChatGPT is in beta on Supabase

DevFeed: [Sign in with ChatGPT is in beta on Supabase](<https://devfeed.tech/articles/sign-in-with-chatgpt-is-in-beta-on-supabase-551.md>)

Original publisher: [Read original article](<https://supabase.com/blog/sign-in-with-chatgpt-beta>)

Author: Cemal Kılıç; Gregor Vand

Published: 2026-07-29T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [ChatGPT](<https://devfeed.tech/topics/chatgpt.md>), [Single sign-on (SSO)](<https://devfeed.tech/topics/sso.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [codex](<https://devfeed.tech/topics/codex.md>), [Databases](<https://devfeed.tech/topics/databases.md>)

Tags: [auth](<https://devfeed.tech/tags/auth.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [codex](<https://devfeed.tech/tags/codex.md>), [databases](<https://devfeed.tech/tags/databases.md>), [developers](<https://devfeed.tech/tags/developers.md>), [github](<https://devfeed.tech/tags/github.md>), [identity](<https://devfeed.tech/tags/identity.md>), [openai](<https://devfeed.tech/tags/openai.md>), [partner](<https://devfeed.tech/tags/partner.md>), [partnership](<https://devfeed.tech/tags/partnership.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Supabase introduces beta support for signing in with a ChatGPT account. Users can create or link Supabase accounts, connect Supabase through ChatGPT and Codex, review plugin permissions, and revoke access from the Supabase Dashboard.

### Source excerpt

Use your ChatGPT account to sign in to Supabase, and connect Supabase inside ChatGPT and Codex.

## How to set up Supabase Auth on Webflow Cloud at the edge

DevFeed: [How to set up Supabase Auth on Webflow Cloud at the edge](<https://devfeed.tech/articles/how-to-set-up-supabase-auth-on-webflow-cloud-at-the-edge-9244.md>)

Original publisher: [Read original article](<https://webflowmarketingmain.com/blog/supabase-auth-webflow-cloud>)

Author: Ismail Ajagbe

Published: 2026-07-26T00:00:00Z

Content type: tutorial

Language: en

Sources: [Webflow Blog](<https://devfeed.tech/sources/webflow-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [webflow](<https://devfeed.tech/topics/webflow.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Workers](<https://devfeed.tech/topics/workers.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [Front end](<https://devfeed.tech/topics/frontend.md>)

Tags: [api-keys](<https://devfeed.tech/tags/api-keys.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [forms](<https://devfeed.tech/tags/forms.md>), [guides](<https://devfeed.tech/tags/guides.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [webflow](<https://devfeed.tech/tags/webflow.md>)

### AI overview

A practical guide to adding Supabase Auth to a Webflow Cloud app running at the edge. It covers email and password authentication, server-validated sessions, browser and server clients, cookie-based session management, Route Handlers, and Webflow forms.

### Source excerpt

Supabase Auth gives your Webflow Cloud app server-validated sessions and owned auth tables. Learn to wire up email and password sign-in at the edge.

## Supabase Pipelines is now in Public Alpha

DevFeed: [Supabase Pipelines is now in Public Alpha](<https://devfeed.tech/articles/supabase-pipelines-is-now-in-public-alpha-656.md>)

Original publisher: [Read original article](<https://supabase.com/blog/supabase-pipelines-public-alpha>)

Author: Riccardo Busetti

Published: 2026-07-21T07:00:00Z

Content type: release

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [BigQuery](<https://devfeed.tech/topics/bigquery.md>), [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [data](<https://devfeed.tech/topics/data.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Rust](<https://devfeed.tech/topics/rust.md>)

Tags: [bigquery](<https://devfeed.tech/tags/bigquery.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [google](<https://devfeed.tech/tags/google.md>), [latency](<https://devfeed.tech/tags/latency.md>), [memory](<https://devfeed.tech/tags/memory.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [performance](<https://devfeed.tech/tags/performance.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [replication](<https://devfeed.tech/tags/replication.md>), [rust](<https://devfeed.tech/tags/rust.md>), [sync](<https://devfeed.tech/tags/sync.md>)

### AI overview

Supabase Pipelines has entered public alpha with automatic handling of supported schema changes, faster initial synchronization, and a request form for additional destinations including ClickHouse, Snowflake, and DuckLake. The service replicates Supabase Postgres data to analytical systems in near real time, with Google BigQuery as the first generally available destination.

### Source excerpt

Supabase Pipelines is now in public alpha with schema change support, a faster initial sync, and a new destination request form for ClickHouse, Snowflake, and DuckLake.

## Unified Logs is now in open beta

DevFeed: [Unified Logs is now in open beta](<https://devfeed.tech/articles/unified-logs-is-now-in-open-beta-700.md>)

Original publisher: [Read original article](<https://supabase.com/blog/unified-logs-open-beta>)

Author: Jordi Enric; Joshen Lim; Kemal Y; Steven Eubank

Published: 2026-07-16T07:00:00Z

Content type: release

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [SIEM, Security, Observability](<https://devfeed.tech/topics/siem-security-observability.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [API](<https://devfeed.tech/topics/api.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [auth](<https://devfeed.tech/tags/auth.md>), [database](<https://devfeed.tech/tags/database.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [errors](<https://devfeed.tech/tags/errors.md>), [event](<https://devfeed.tech/tags/event.md>), [events](<https://devfeed.tech/tags/events.md>), [json](<https://devfeed.tech/tags/json.md>), [logs](<https://devfeed.tech/tags/logs.md>), [open](<https://devfeed.tech/tags/open.md>), [search](<https://devfeed.tech/tags/search.md>), [update](<https://devfeed.tech/tags/update.md>)

### AI overview

Supabase Unified Logs is now in open beta, combining logs from project services into one searchable dashboard view with filtering, live tailing, timeline visualization, and request tracing across services.

### Source excerpt

One searchable view for logs across every Supabase service, with live tail, filtering, and a timeline.

## Build a directory listing website with Next.js, Supabase, and Stripe

DevFeed: [Build a directory listing website with Next.js, Supabase, and Stripe](<https://devfeed.tech/articles/build-a-directory-listing-website-that-earns-online-39121.md>)

Original publisher: [Read original article](<https://ihatereading.in/t/build-a-directory-listing-website-that-earns-online>)

Author: iHateReading

Published: 2026-07-10T05:43:02Z

Content type: tutorial

Language: en

Sources: [iHateReading](<https://devfeed.tech/sources/ihatereading.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [stripe](<https://devfeed.tech/topics/stripe.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>)

Tags: [backend](<https://devfeed.tech/tags/backend.md>), [blockchain](<https://devfeed.tech/tags/blockchain.md>), [boilerplate](<https://devfeed.tech/tags/boilerplate.md>), [build-a-directory-listing-website-that-earns-online](<https://devfeed.tech/tags/build-a-directory-listing-website-that-earns-online.md>), [building](<https://devfeed.tech/tags/building.md>), [coding](<https://devfeed.tech/tags/coding.md>), [development](<https://devfeed.tech/tags/development.md>), [directory](<https://devfeed.tech/tags/directory.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [ihatereading](<https://devfeed.tech/tags/ihatereading.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [nextjs](<https://devfeed.tech/tags/nextjs.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [product](<https://devfeed.tech/tags/product.md>), [programming](<https://devfeed.tech/tags/programming.md>), [react](<https://devfeed.tech/tags/react.md>), [starterkit](<https://devfeed.tech/tags/starterkit.md>), [stripe](<https://devfeed.tech/tags/stripe.md>), [tools](<https://devfeed.tech/tags/tools.md>), [tools-directory-boilerplate-starterkit](<https://devfeed.tech/tags/tools-directory-boilerplate-starterkit.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [web-development](<https://devfeed.tech/tags/web-development.md>)

### AI overview

A starter kit for building a directory listing website with Next.js, Supabase, and Stripe.

### Source excerpt

A starter kit to quickly make your own directory listing website using Nextjs, Supabase and Stripe

## Searchable field-level encryption on Supabase with CipherStash

DevFeed: [Searchable field-level encryption on Supabase with CipherStash](<https://devfeed.tech/articles/searchable-field-level-encryption-on-supabase-with-cipherstash-545.md>)

Original publisher: [Read original article](<https://supabase.com/blog/searchable-field-level-encryption-with-cipherstash>)

Author: Bil Harmer

Published: 2026-07-09T07:00:00Z

Content type: release

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [Cryptography](<https://devfeed.tech/topics/cryptography.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Database](<https://devfeed.tech/topics/database.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [JSON](<https://devfeed.tech/topics/json.md>)

Tags: [compliance](<https://devfeed.tech/tags/compliance.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [integration](<https://devfeed.tech/tags/integration.md>), [json](<https://devfeed.tech/tags/json.md>), [management](<https://devfeed.tech/tags/management.md>), [policy](<https://devfeed.tech/tags/policy.md>), [soc](<https://devfeed.tech/tags/soc.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [zero-knowledge](<https://devfeed.tech/tags/zero-knowledge.md>)

### AI overview

CipherStash integrates with Supabase to provide application-layer field-level encryption for Postgres projects. It supports searches, sorting, and joins over encrypted data without exposing plaintext, while ZeroKMS keeps encryption keys under the customer's control. The integration uses an encrypted Supabase SDK wrapper and does not require schema changes.

### Source excerpt

Add field-level encryption to your Supabase project with CipherStash. Searchable ciphertext, zero-knowledge key management, and no schema changes required.

## Agentic Coding on Supabase with OpenCode

DevFeed: [Agentic Coding on Supabase with OpenCode](<https://devfeed.tech/articles/agentic-coding-on-supabase-with-opencode-297.md>)

Original publisher: [Read original article](<https://supabase.com/blog/agentic-coding-on-supabase-with-opencode>)

Author: Eric Kharitonashvili

Published: 2026-06-30T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [agentic-coding](<https://devfeed.tech/topics/agentic-coding.md>), [ai-coding](<https://devfeed.tech/topics/ai-coding.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Database](<https://devfeed.tech/topics/database.md>), [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [coding](<https://devfeed.tech/topics/coding.md>), [Terminal](<https://devfeed.tech/topics/terminal.md>)

Tags: [agentic-coding](<https://devfeed.tech/tags/agentic-coding.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [backend](<https://devfeed.tech/tags/backend.md>), [coding](<https://devfeed.tech/tags/coding.md>), [database](<https://devfeed.tech/tags/database.md>), [ide](<https://devfeed.tech/tags/ide.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [writing-code](<https://devfeed.tech/tags/writing-code.md>)

### AI overview

Supabase's OpenCode integration connects an open-source AI coding agent to Supabase account and project management APIs, bundled Supabase skills, and--through MCP--project capabilities such as databases, Edge Functions, logs, data queries, and deployments. The integration can also monitor agent activity, create projects, and run within a terminal, IDE, or desktop.

### Source excerpt

OpenCode integrates with Supabase. Connect your agent to your database, Edge Functions, and logs. MCP setup is configured automatically.

## Protecting your Supabase projects from npm supply chain attacks

DevFeed: [Protecting your Supabase projects from npm supply chain attacks](<https://devfeed.tech/articles/protecting-your-supabase-projects-from-npm-supply-chain-attacks-528.md>)

Original publisher: [Read original article](<https://supabase.com/blog/protecting-your-supabase-projects-from-npm-supply-chain-attacks>)

Author: Katerina Skroumpelou

Published: 2026-05-26T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [npm](<https://devfeed.tech/topics/npm.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [Security](<https://devfeed.tech/topics/security.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [ai-coding](<https://devfeed.tech/topics/ai-coding.md>)

Tags: [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [security](<https://devfeed.tech/tags/security.md>), [supply-chain](<https://devfeed.tech/tags/supply-chain.md>)

### AI overview

Supabase describes its response to npm supply chain attacks, including a security guide, hardened GitHub Actions, secret-handling documentation, and broader security communications. The article also explains maintainer compromise, typosquatting, and build pipeline compromise, while highlighting AI coding agents as an emerging typosquatting risk.

### Source excerpt

How Supabase is responding to npm supply chain attacks and practical steps you should take today to reduce your risk.

## Observability for Next.js and Supabase applications with Sentry

DevFeed: [Observability for Next.js and Supabase applications with Sentry](<https://devfeed.tech/articles/from-vibe-code-to-production-ready-observability-for-next-js-and-supabase-apps-24105.md>)

Original publisher: [Read original article](<https://blog.sentry.io/nextjs-supabase-observability/>)

Author: Sergiy Dybskiy

Published: 2026-05-11T09:00:00Z

Content type: tutorial

Language: en

Sources: [Sentry Blog](<https://devfeed.tech/sources/sentry-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [observability](<https://devfeed.tech/topics/observability.md>), [Traces](<https://devfeed.tech/topics/traces.md>), [Instrumentation](<https://devfeed.tech/topics/instrumentation.md>), [log management](<https://devfeed.tech/topics/log-management.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Drizzle](<https://devfeed.tech/topics/drizzle.md>), [Deno](<https://devfeed.tech/topics/deno.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [backend](<https://devfeed.tech/tags/backend.md>), [database](<https://devfeed.tech/tags/database.md>), [drizzle](<https://devfeed.tech/tags/drizzle.md>), [edge](<https://devfeed.tech/tags/edge.md>), [errors](<https://devfeed.tech/tags/errors.md>), [instrumentation](<https://devfeed.tech/tags/instrumentation.md>), [logs](<https://devfeed.tech/tags/logs.md>), [next](<https://devfeed.tech/tags/next.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [observability](<https://devfeed.tech/tags/observability.md>), [performance](<https://devfeed.tech/tags/performance.md>), [traces](<https://devfeed.tech/tags/traces.md>)

### AI overview

This tutorial explains how to instrument Next.js applications that use Supabase with Sentry. It covers unified errors, distributed traces, logs, performance insights, detection of N+1 queries and slow spans, and AI-assisted debugging.

### Source excerpt

Instrument Next.js and Supabase with Sentry to get unified errors, distributed traces, logs, performance insights, and AI-assisted fixes.

## Supabase Is Now an Official ChatGPT App

DevFeed: [Supabase Is Now an Official ChatGPT App](<https://devfeed.tech/articles/supabase-is-now-an-official-chatgpt-app-636.md>)

Original publisher: [Read original article](<https://supabase.com/blog/supabase-is-now-an-official-chatgpt-app>)

Author: Greg Richardson

Published: 2026-05-08T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [ChatGPT](<https://devfeed.tech/topics/chatgpt.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [real-time](<https://devfeed.tech/topics/real-time.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [database](<https://devfeed.tech/tags/database.md>), [databases](<https://devfeed.tech/tags/databases.md>), [guides](<https://devfeed.tech/tags/guides.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [security](<https://devfeed.tech/tags/security.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [sql](<https://devfeed.tech/tags/sql.md>)

### AI overview

Supabase is now available as an official app in ChatGPT, allowing users to manage Supabase projects through natural-language requests. The app can run SQL queries, modify schemas, deploy edge functions, manage branches and migrations, inspect logs, search documentation, and help address security issues.

### Source excerpt

Connect your Supabase projects to ChatGPT and manage your database infrastructure by telling ChatGPT what you need.

## Introducing @supabase/server

DevFeed: [Introducing @supabase/server](<https://devfeed.tech/articles/introducing-supabase-server-413.md>)

Original publisher: [Read original article](<https://supabase.com/blog/introducing-supabase-server>)

Author: Tomás Pozo; Kalleby Santos; Katerina Skroumpelou; Matt Johnston

Published: 2026-05-06T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [JSON Web Tokens](<https://devfeed.tech/topics/jwt.md>), [Boilerplate](<https://devfeed.tech/topics/boilerplate.md>), [Workers](<https://devfeed.tech/topics/workers.md>), [Bun](<https://devfeed.tech/topics/bun.md>), [Hono](<https://devfeed.tech/topics/honojs.md>)

Tags: [auth](<https://devfeed.tech/tags/auth.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [code](<https://devfeed.tech/tags/code.md>), [post](<https://devfeed.tech/tags/post.md>), [security](<https://devfeed.tech/tags/security.md>), [workers](<https://devfeed.tech/tags/workers.md>)

### AI overview

Supabase introduces @supabase/server in public beta, a package that provides authentication verification, Supabase client setup, request context, CORS handling, and common server-side helpers across Edge Functions, Vercel Functions, Cloudflare Workers, Hono, and Bun. It supplies user-scoped and admin clients, verified identity, and JWT claims while reducing repeated setup code.

### Source excerpt

Stateless auth, RLS-scoped clients, and CORS on the server, without the boilerplate.

## Realtime or Pipelines? How to choose the right tool

DevFeed: [Realtime or Pipelines? How to choose the right tool](<https://devfeed.tech/articles/realtime-or-pipelines-how-to-choose-the-right-tool-537.md>)

Original publisher: [Read original article](<https://supabase.com/blog/realtime-or-pipelines-how-to-choose-the-right-tool>)

Author: Eduardo Gurgel; Riccardo Busetti

Published: 2026-05-05T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>)

Tags: [postgres](<https://devfeed.tech/tags/postgres.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [replication](<https://devfeed.tech/tags/replication.md>), [rest](<https://devfeed.tech/tags/rest.md>), [ui](<https://devfeed.tech/tags/ui.md>)

### AI overview

This article compares Supabase Realtime and Supabase Pipelines, explaining that both use logical replication to read Postgres changes but serve different purposes. Realtime delivers live updates and communication features to application clients, while Pipelines moves data to analytical destinations.

### Source excerpt

Both Realtime and Pipelines read changes from your Postgres database using logical replication. But they solve very different problems. Here is how to pick the right one.

## Branching Without Git Is Now The Default

DevFeed: [Branching Without Git Is Now The Default](<https://devfeed.tech/articles/branching-without-git-is-now-the-default-324.md>)

Original publisher: [Read original article](<https://supabase.com/blog/branching-without-git-is-now-the-default>)

Author: Joshen Lim; Qiao Han

Published: 2026-05-04T07:00:00Z

Content type: release

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Database Migration](<https://devfeed.tech/topics/database-migration.md>), [Git](<https://devfeed.tech/topics/git.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [pull-requests](<https://devfeed.tech/topics/pull-requests.md>), [Infrastructure as code](<https://devfeed.tech/topics/infrastructure-as-code.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [audit-trail](<https://devfeed.tech/tags/audit-trail.md>), [database](<https://devfeed.tech/tags/database.md>), [git](<https://devfeed.tech/tags/git.md>), [github](<https://devfeed.tech/tags/github.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [prototyping](<https://devfeed.tech/tags/prototyping.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>)

### AI overview

Supabase has made branching without Git the default for all projects. Developers can create branches from the Supabase Dashboard, edit schemas with the SQL or Table Editor, review schema differences, and merge without configuring GitHub. Git-based branching remains fully supported for teams that manage migrations in version control and use pull request workflows.

### Source excerpt

Branching without Git is now the default for all Supabase projects.

## Supabase is now ISO 27001 certified

DevFeed: [Supabase is now ISO 27001 certified](<https://devfeed.tech/articles/supabase-is-now-iso-27001-certified-640.md>)

Original publisher: [Read original article](<https://supabase.com/blog/supabase-is-now-iso-27001-certified>)

Author: Stephen Morgan

Published: 2026-04-22T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Security](<https://devfeed.tech/topics/security.md>), [SOC](<https://devfeed.tech/topics/soc.md>)

Tags: [audits](<https://devfeed.tech/tags/audits.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [security](<https://devfeed.tech/tags/security.md>), [soc](<https://devfeed.tech/tags/soc.md>)

### AI overview

Supabase is certified to ISO/IEC 27001:2022, covering its information security management system across the platform. The article explains the standard, compares it with SOC 2, outlines the two-stage audit process, and describes what the certification means for Team and Enterprise customers.

### Source excerpt

Supabase is certified to ISO/IEC 27001:2022. The certificate covers our information security management system across the entire platform.

## We're Transferring the Stripe Sync Engine to Stripe

DevFeed: [We're Transferring the Stripe Sync Engine to Stripe](<https://devfeed.tech/articles/we-re-transferring-the-stripe-sync-engine-to-stripe-564.md>)

Original publisher: [Read original article](<https://supabase.com/blog/stripe-sync-engine-transfer>)

Author: Raminder Singh; Matt Linkous; Gregor Vand; Ana Mogul

Published: 2026-04-14T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [stripe](<https://devfeed.tech/topics/stripe.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [data](<https://devfeed.tech/topics/data.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>)

Tags: [apache](<https://devfeed.tech/tags/apache.md>), [cli](<https://devfeed.tech/tags/cli.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [contributed](<https://devfeed.tech/tags/contributed.md>), [data](<https://devfeed.tech/tags/data.md>), [installations](<https://devfeed.tech/tags/installations.md>), [integration](<https://devfeed.tech/tags/integration.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [release](<https://devfeed.tech/tags/release.md>), [ssl](<https://devfeed.tech/tags/ssl.md>), [stripe](<https://devfeed.tech/tags/stripe.md>), [sync](<https://devfeed.tech/tags/sync.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

Supabase is transferring the open-source Stripe Sync Engine repository to Stripe. The article describes the teams' collaboration, the integration's continued operation, and new capabilities including coupon syncing, branching support, immediate synchronization, upgrade controls, SSL enforcement, and install/uninstall management.

### Source excerpt

We're transferring the Stripe Sync Engine from supabase/stripe-sync-engine to stripe/sync-engine

## Custom OIDC Providers for Supabase Auth

DevFeed: [Custom OIDC Providers for Supabase Auth](<https://devfeed.tech/articles/custom-oidc-providers-for-supabase-auth-351.md>)

Original publisher: [Read original article](<https://supabase.com/blog/custom-oauth-oidc-providers>)

Author: Cemal Kılıç

Published: 2026-04-08T07:00:00Z

Content type: release

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [OpenID connect (OIDC)](<https://devfeed.tech/topics/oidc.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [OAuth 2.0](<https://devfeed.tech/topics/oauth2.md>), [Single sign-on (SSO)](<https://devfeed.tech/topics/sso.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [auth](<https://devfeed.tech/tags/auth.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [external](<https://devfeed.tech/tags/external.md>), [identity](<https://devfeed.tech/tags/identity.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>)

### AI overview

Supabase introduces Custom OIDC Providers, enabling projects to connect standards-compliant external OpenID Connect identity providers. The feature supports automatic discovery and token verification, familiar sign-in flows, dashboard configuration, and PKCE by default.

### Source excerpt

Connect any OpenID Connect identity provider to your Supabase project: GitHub Enterprise, regional providers, and more.

## Query and manage Marketplace databases from the dashboard

DevFeed: [Query and manage Marketplace databases from the dashboard](<https://devfeed.tech/articles/query-and-manage-marketplace-databases-from-the-dashboard-1056.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/query-and-manage-marketplace-databases-from-the-dashboard>)

Author: James Clarke

Published: 2026-04-06T04:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>)

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [databases](<https://devfeed.tech/tags/databases.md>), [json](<https://devfeed.tech/tags/json.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [sql](<https://devfeed.tech/tags/sql.md>), [ui](<https://devfeed.tech/tags/ui.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Vercel now lets users query and manage supported Marketplace databases directly from the dashboard. The feature includes SQL queries, data editing, schema inspection, and export of query results as CSV, JSON, or Markdown.

### Source excerpt

You can now run SQL queries, view and edit data, and inspect your database schema directly from the Vercel dashboard. This capability is available for supported marketplace database integrations, including AWS Aurora Postgres, Neon, Prisma, and Supabase, with more services coming soon. Instead of relying on psql or external database UI tools, teams can manage their data directly within Vercel. The integration resource page for supported Postgres databases now includes three new tabs: Query: Run any SQL query, view results, and copy them as CSV, JSON, or Markdown. Data Editor: View table data in a spreadsheet-like interface. You can sort, copy, edit, insert, and delete rows, then apply changes to the database atomically. Schema: View tables and relations in a visual graph layout. This is currently available to users with Owner permissions. Manage your database by navigating to the Browser section of your database page in the dashboard. Read more

[Next page](<https://devfeed.tech/topics/supabase.md?cursor=WyIyMDI2LTA0LTA2VDA0OjAwOjAwKzAwOjAwIiwgImYwYjY2Mzk2LTgxNDUtNDJiZS1iYjM4LTA4M2VjZWRhMDUxNyJd>)