# Next.js

Published articles for Next.js.

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

## How to call external APIs from Webflow without leaking API keys

DevFeed: [How to call external APIs from Webflow without leaking API keys](<https://devfeed.tech/articles/how-to-call-external-apis-from-webflow-without-leaking-api-keys-9213.md>)

Original publisher: [Read original article](<https://webflowmarketingmain.com/blog/integrate-external-apis-webflow>)

Author: Ismail Ajagbe

Published: 2026-09-12T00:00:00Z

Content type: article

Language: en

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

Topics: [API](<https://devfeed.tech/topics/api.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [api-keys](<https://devfeed.tech/tags/api-keys.md>), [apis](<https://devfeed.tech/tags/apis.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [automation](<https://devfeed.tech/tags/automation.md>), [backend](<https://devfeed.tech/tags/backend.md>), [cache](<https://devfeed.tech/tags/cache.md>), [github](<https://devfeed.tech/tags/github.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>)

### AI overview

A practical guide to integrating external APIs with Webflow through a Webflow Cloud server-side proxy, client-side fetch for public APIs, or no-code automation. It emphasizes keeping API credentials out of the browser and explains why the proxy is preferred for authenticated production integrations.

### Source excerpt

Learn three ways to connect external APIs to Webflow (server-side proxy, client-side fetch, and no-code automation).

## How to add Sentry monitoring to a Webflow Cloud app

DevFeed: [How to add Sentry monitoring to a Webflow Cloud app](<https://devfeed.tech/articles/how-to-add-sentry-monitoring-to-a-webflow-cloud-app-9228.md>)

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

Author: Ismail Ajagbe

Published: 2026-09-12T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [error tracking](<https://devfeed.tech/topics/error-tracking.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Workers](<https://devfeed.tech/topics/workers.md>), [session replay](<https://devfeed.tech/topics/session-replay.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [Traces](<https://devfeed.tech/topics/traces.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Instrumentation](<https://devfeed.tech/topics/instrumentation.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [error-tracking](<https://devfeed.tech/tags/error-tracking.md>), [guides](<https://devfeed.tech/tags/guides.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [instrumentation](<https://devfeed.tech/tags/instrumentation.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [session-replay](<https://devfeed.tech/tags/session-replay.md>), [traces](<https://devfeed.tech/tags/traces.md>)

### AI overview

This tutorial explains how to manually add Sentry monitoring to a Webflow Cloud app running Next.js. It covers SDK installation, initialization files, environment variables, a Cloudflare-specific tunnel fix, verification, alerts, and common silent failure modes. The setup enables error grouping, stack traces, performance traces, and session replay.

### Source excerpt

Learn how to add Sentry monitoring to a Webflow Cloud Next.js app. Get error grouping, stack traces, and session replay working.

## How to build an AI content generator for Webflow

DevFeed: [How to build an AI content generator for Webflow](<https://devfeed.tech/articles/how-to-build-an-ai-content-generator-for-webflow-9169.md>)

Original publisher: [Read original article](<https://webflowmarketingmain.com/blog/ai-content-generator-webflow>)

Author: Ismail Ajagbe

Published: 2026-09-12T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Content Management System](<https://devfeed.tech/topics/cms.md>), [API](<https://devfeed.tech/topics/api.md>), [ide](<https://devfeed.tech/topics/ide.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-content](<https://devfeed.tech/tags/ai-content.md>), [api](<https://devfeed.tech/tags/api.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [code](<https://devfeed.tech/tags/code.md>), [guide](<https://devfeed.tech/tags/guide.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>), [openai](<https://devfeed.tech/tags/openai.md>), [webflow](<https://devfeed.tech/tags/webflow.md>)

### AI overview

Guide to building an AI content generator that uses OpenAI to create content and a Webflow Cloud App Route Handler to save drafts to Webflow CMS through the Data API.

### Source excerpt

Learn how to build an AI content generator that writes Webflow CMS drafts via a Cloud App Route Handler.

## How to set up Postmark email templates for Webflow form submissions

DevFeed: [How to set up Postmark email templates for Webflow form submissions](<https://devfeed.tech/articles/how-to-set-up-postmark-email-templates-for-webflow-form-submissions-9234.md>)

Original publisher: [Read original article](<https://webflowmarketingmain.com/blog/postmark-email-templates-webflow-forms>)

Author: Ismail Ajagbe

Published: 2026-09-12T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [webflow](<https://devfeed.tech/topics/webflow.md>), [Forms](<https://devfeed.tech/topics/forms.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [API](<https://devfeed.tech/topics/api.md>), [App](<https://devfeed.tech/topics/app.md>), [Server](<https://devfeed.tech/topics/server.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [app](<https://devfeed.tech/tags/app.md>), [building](<https://devfeed.tech/tags/building.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [developer](<https://devfeed.tech/tags/developer.md>), [forms](<https://devfeed.tech/tags/forms.md>), [guide](<https://devfeed.tech/tags/guide.md>), [guides](<https://devfeed.tech/tags/guides.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [learn](<https://devfeed.tech/tags/learn.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [server](<https://devfeed.tech/tags/server.md>), [webflow](<https://devfeed.tech/tags/webflow.md>)

### AI overview

A practical guide to moving email copy out of a Webflow Cloud app and into Postmark templates. It explains the prerequisites and focuses on keeping Webflow form field names aligned with Postmark template placeholders so the Route Handler sends data instead of hard-coded email text.

### Source excerpt

Learn how to send Webflow form submissions through Postmark templates.

## How to connect Neon Postgres as a database backend for Webflow Cloud

DevFeed: [How to connect Neon Postgres as a database backend for Webflow Cloud](<https://devfeed.tech/articles/how-to-connect-neon-postgres-as-a-database-backend-for-webflow-cloud-9230.md>)

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

Author: Ismail Ajagbe

Published: 2026-09-12T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Workers](<https://devfeed.tech/topics/workers.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [CRUD](<https://devfeed.tech/topics/crud.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [backend](<https://devfeed.tech/tags/backend.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [database](<https://devfeed.tech/tags/database.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>), [postgres](<https://devfeed.tech/tags/postgres.md>), [webflow](<https://devfeed.tech/tags/webflow.md>)

### AI overview

A practical guide to connecting Neon Postgres to a Webflow Cloud project running Next.js on Cloudflare Workers. It explains why Neon's HTTP driver fits the Workers runtime and covers project creation, connection configuration, querying, and deployment.

### Source excerpt

Learn how to set up Neon Postgres as a database backend for Webflow Cloud.

## How to build a member portal with login and a dashboard in Webflow Cloud

DevFeed: [How to build a member portal with login and a dashboard in Webflow Cloud](<https://devfeed.tech/articles/how-to-build-a-member-portal-with-login-and-a-dashboard-in-webflow-cloud-9227.md>)

Original publisher: [Read original article](<https://webflowmarketingmain.com/blog/member-portal-login-dashboard-webflow-cloud>)

Author: Ismail Ajagbe

Published: 2026-09-12T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Database](<https://devfeed.tech/topics/database.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Nextra](<https://devfeed.tech/topics/nextra.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [auth](<https://devfeed.tech/tags/auth.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [guide](<https://devfeed.tech/tags/guide.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>), [platform](<https://devfeed.tech/tags/platform.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [webflow](<https://devfeed.tech/tags/webflow.md>)

### AI overview

This tutorial explains how to build a Webflow Cloud member portal with login, a SQLite-backed data model, session-scoped queries, a member dashboard, and profile editing. It emphasizes deriving the member ID from the session rather than from the request so users can access only their own data.

### Source excerpt

Learn how to build a member portal on Webflow Cloud where every query is scoped to the signed-in member.

## How to build a service marketplace with provider profiles in Webflow Cloud

DevFeed: [How to build a service marketplace with provider profiles in Webflow Cloud](<https://devfeed.tech/articles/how-to-build-a-service-marketplace-with-provider-profiles-in-webflow-cloud-9241.md>)

Original publisher: [Read original article](<https://webflowmarketingmain.com/blog/service-marketplace-provider-profiles-webflow-cloud>)

Author: Ismail Ajagbe

Published: 2026-09-12T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [data-architecture](<https://devfeed.tech/topics/data-architecture.md>), [Database](<https://devfeed.tech/topics/database.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Content Management System](<https://devfeed.tech/topics/cms.md>)

Tags: [data-modeling](<https://devfeed.tech/tags/data-modeling.md>), [database](<https://devfeed.tech/tags/database.md>), [guide](<https://devfeed.tech/tags/guide.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>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [webflow](<https://devfeed.tech/tags/webflow.md>)

### AI overview

A guide to building the discovery side of a service marketplace on Webflow Cloud. It explains why provider profiles should be modeled as database rows rather than CMS content when they require owner editing, flexible filtering, and approval before publication.

### Source excerpt

Learn how to build the discovery half of a service marketplace on Webflow Cloud.

## How to Build an AI Chat App Interface With the Vercel AI SDK and Shadcn/ui

DevFeed: [How to Build an AI Chat App Interface With the Vercel AI SDK and Shadcn/ui](<https://devfeed.tech/articles/how-to-build-an-ai-chat-app-interface-with-the-vercel-ai-sdk-and-shadcn-ui-4335.md>)

Original publisher: [Read original article](<https://www.freecodecamp.org/news/how-to-build-an-ai-chat-app-interface-with-the-ai-sdk/>)

Author: Vaibhav Gupta

Published: 2026-09-11T16:21:29Z

Content type: tutorial

Language: en

Sources: [freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More](<https://devfeed.tech/sources/freecodecamp-programming-tutorials-python-javascript-git-more.md>)

Topics: [vercel ai sdk](<https://devfeed.tech/topics/vercel-ai-sdk.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [app](<https://devfeed.tech/tags/app.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [llm](<https://devfeed.tech/tags/llm.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [node](<https://devfeed.tech/tags/node.md>), [openai](<https://devfeed.tech/tags/openai.md>), [react](<https://devfeed.tech/tags/react.md>), [shadcn-ai-chat-app](<https://devfeed.tech/tags/shadcn-ai-chat-app.md>), [shadcn-ui](<https://devfeed.tech/tags/shadcn-ui.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [tailwind](<https://devfeed.tech/tags/tailwind.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [ui](<https://devfeed.tech/tags/ui.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [vercel-ai-sdk](<https://devfeed.tech/tags/vercel-ai-sdk.md>)

### AI overview

Tutorial for building a streaming AI chat interface in Next.js with the Vercel AI SDK and shadcn/ui.

### Source excerpt

Every other AI product you open today has the same screen: a message list, a text box at the bottom, and words that stream in one token at a time. It looks simple, but it's not simple to build well. Y

## Building an Infinite Liquid Glass Grid with Three.js, WebGPU, and TSL

DevFeed: [Building an Infinite Liquid Glass Grid with Three.js, WebGPU, and TSL](<https://devfeed.tech/articles/building-an-infinite-liquid-glass-grid-with-three-js-webgpu-and-tsl-4345.md>)

Original publisher: [Read original article](<https://tympanus.net/codrops/2026/09/08/building-an-infinite-liquid-glass-grid-with-three-js-webgpu-and-tsl/>)

Author: Filip Kantedal

Published: 2026-09-08T13:09:48Z

Content type: tutorial

Language: en

Sources: [Codrops](<https://devfeed.tech/sources/codrops.md>)

Topics: [webgpu](<https://devfeed.tech/topics/webgpu.md>), [Three.js custom shaders](<https://devfeed.tech/topics/three-js-custom-shaders.md>), [refraction shader](<https://devfeed.tech/topics/refraction-shader.md>), [signed distance functions](<https://devfeed.tech/topics/signed-distance-functions.md>)

Tags: [3d-web-experiences](<https://devfeed.tech/tags/3d-web-experiences.md>), [chromatic-dispersion](<https://devfeed.tech/tags/chromatic-dispersion.md>), [creative-coding](<https://devfeed.tech/tags/creative-coding.md>), [custom-shaders](<https://devfeed.tech/tags/custom-shaders.md>), [glass](<https://devfeed.tech/tags/glass.md>), [glass-shader](<https://devfeed.tech/tags/glass-shader.md>), [glassmorphism](<https://devfeed.tech/tags/glassmorphism.md>), [gpu-rendering](<https://devfeed.tech/tags/gpu-rendering.md>), [infinite](<https://devfeed.tech/tags/infinite.md>), [infinite-carousel](<https://devfeed.tech/tags/infinite-carousel.md>), [infinite-grid](<https://devfeed.tech/tags/infinite-grid.md>), [interactive-3d](<https://devfeed.tech/tags/interactive-3d.md>), [liquid-glass](<https://devfeed.tech/tags/liquid-glass.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [r3f](<https://devfeed.tech/tags/r3f.md>), [react-three-fiber](<https://devfeed.tech/tags/react-three-fiber.md>), [refraction-shader](<https://devfeed.tech/tags/refraction-shader.md>), [sdf](<https://devfeed.tech/tags/sdf.md>), [shader-effects](<https://devfeed.tech/tags/shader-effects.md>), [signed-distance-functions](<https://devfeed.tech/tags/signed-distance-functions.md>), [three-js](<https://devfeed.tech/tags/three-js.md>), [three-js-shading-language](<https://devfeed.tech/tags/three-js-shading-language.md>), [three-js-webgpu](<https://devfeed.tech/tags/three-js-webgpu.md>), [tsl](<https://devfeed.tech/tags/tsl.md>), [tsl-shaders](<https://devfeed.tech/tags/tsl-shaders.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>), [video](<https://devfeed.tech/tags/video.md>), [webgl](<https://devfeed.tech/tags/webgl.md>), [webgpu](<https://devfeed.tech/tags/webgpu.md>), [webgpu-shaders](<https://devfeed.tech/tags/webgpu-shaders.md>)

### AI overview

A tutorial on building an infinite liquid-glass grid in the browser with Three.js, WebGPU, TSL, custom shaders, and video textures.

### Source excerpt

An exploration of infinite grids, liquid glass, and video refraction using Three.js, WebGPU, TSL, and custom shaders.

## How we closed 1,500 GitHub issues in one month

DevFeed: [How we closed 1,500 GitHub issues in one month](<https://devfeed.tech/articles/how-we-closed-1-500-github-issues-in-one-month-3148.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/how-we-closed-1500-github-issues>)

Author: Marcos Hernanz

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

Content type: article

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [GitHub Issues](<https://devfeed.tech/topics/github-issues.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [issue tracker](<https://devfeed.tech/topics/issue-tracker.md>), [Maintainers](<https://devfeed.tech/topics/maintainers.md>), [bug](<https://devfeed.tech/topics/bug.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [bug](<https://devfeed.tech/tags/bug.md>), [github-issues](<https://devfeed.tech/tags/github-issues.md>), [issue-tracker](<https://devfeed.tech/tags/issue-tracker.md>), [maintainers](<https://devfeed.tech/tags/maintainers.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [sandbox](<https://devfeed.tech/tags/sandbox.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

The Next.js team describes using an AI research agent to help maintainers review an issue backlog, close outdated reports, and retain issues that still matter.

### Source excerpt

How the Next.js team used an agent to research old reports and work through the issue backlog.

## How to build an AI-powered app on Webflow Cloud with OpenAI and Supabase

DevFeed: [How to build an AI-powered app on Webflow Cloud with OpenAI and Supabase](<https://devfeed.tech/articles/how-to-build-an-ai-powered-app-on-webflow-cloud-with-openai-and-supabase-9168.md>)

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

Author: Ismail Ajagbe

Published: 2026-09-04T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Workers](<https://devfeed.tech/topics/workers.md>), [API](<https://devfeed.tech/topics/api.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [article](<https://devfeed.tech/tags/article.md>), [cli](<https://devfeed.tech/tags/cli.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [deployment](<https://devfeed.tech/tags/deployment.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>), [openai](<https://devfeed.tech/tags/openai.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [storage](<https://devfeed.tech/tags/storage.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [webflow](<https://devfeed.tech/tags/webflow.md>)

### AI overview

Learn how to build a streaming AI chat app on Webflow Cloud with OpenAI and Supabase, including Next.js route handlers, Cloudflare Workers setup, browser token streaming, and optional conversation history storage.

### Source excerpt

Learn how to build a streaming AI chat app on Webflow Cloud with OpenAI and Supabase.

## How to build a multi-vendor marketplace in Webflow Cloud with Stripe Connect

DevFeed: [How to build a multi-vendor marketplace in Webflow Cloud with Stripe Connect](<https://devfeed.tech/articles/how-to-build-a-multi-vendor-marketplace-in-webflow-cloud-with-stripe-connect-9229.md>)

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

Author: Ismail Ajagbe

Published: 2026-09-04T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [stripe](<https://devfeed.tech/topics/stripe.md>), [Workers](<https://devfeed.tech/topics/workers.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Auth0](<https://devfeed.tech/topics/auth0.md>)

Tags: [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [code](<https://devfeed.tech/tags/code.md>), [database](<https://devfeed.tech/tags/database.md>), [guides](<https://devfeed.tech/tags/guides.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [server](<https://devfeed.tech/tags/server.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [stripe](<https://devfeed.tech/tags/stripe.md>)

### AI overview

A practical guide to building a multi-vendor marketplace in Webflow Cloud with Next.js, Stripe Connect, Cloudflare Workers, and SQLite. It covers vendor onboarding, product and order data, split payments, and signed webhooks for confirming sales.

### Source excerpt

Learn how to build a multi-vendor marketplace in Webflow Cloud, onboard vendors with Stripe Connect, and split each payment with a destination charge.

## How to set up Datadog monitoring for a Webflow Cloud app

DevFeed: [How to set up Datadog monitoring for a Webflow Cloud app](<https://devfeed.tech/articles/how-to-set-up-datadog-monitoring-for-a-webflow-cloud-app-9193.md>)

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

Author: Ismail Ajagbe

Published: 2026-09-04T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [App](<https://devfeed.tech/topics/app.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>)

Tags: [api-keys](<https://devfeed.tech/tags/api-keys.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [guides](<https://devfeed.tech/tags/guides.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [webflow](<https://devfeed.tech/tags/webflow.md>)

### AI overview

A tutorial for sending custom Datadog metrics from Webflow Cloud Route Handlers without infrastructure-level access.

### Source excerpt

Learn how to set up Datadog monitoring on a Webflow Cloud app.

## How Turbopack chunks your JavaScript

DevFeed: [How Turbopack chunks your JavaScript](<https://devfeed.tech/articles/how-turbopack-chunks-your-javascript-3282.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/turbopack-chunking>)

Author: Sam Poder

Published: 2026-09-03T16:00:00Z

Content type: article

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [modern web development](<https://devfeed.tech/topics/modern-web-development.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>)

Tags: [cache](<https://devfeed.tech/tags/cache.md>), [code](<https://devfeed.tech/tags/code.md>), [compression](<https://devfeed.tech/tags/compression.md>), [http](<https://devfeed.tech/tags/http.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [next-js](<https://devfeed.tech/tags/next-js.md>)

### AI overview

The article explains how Turbopack groups JavaScript into chunks for Next.js applications. It examines the tradeoff between minimizing downloaded code and minimizing network requests, including the effects on caching and compression.

### Source excerpt

Turbopack's chunking speeds up page loads and enables sharing code across pages. We shipped new experimental features to improve chunking in Next.js 16.3.

## How to add AuthKit to a Next.js app

DevFeed: [How to add AuthKit to a Next.js app](<https://devfeed.tech/articles/how-to-add-authkit-to-a-next-js-app-15980.md>)

Original publisher: [Read original article](<https://workos.com/blog/add-authkit-to-a-nextjs-app>)

Author: WorkOS

Published: 2026-09-02T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [auth](<https://devfeed.tech/tags/auth.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [callback](<https://devfeed.tech/tags/callback.md>), [cors](<https://devfeed.tech/tags/cors.md>), [email-verification](<https://devfeed.tech/tags/email-verification.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [mfa](<https://devfeed.tech/tags/mfa.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

This tutorial explains how to add WorkOS AuthKit to a Next.js app using either an AI-powered CLI installer or a manual integration. It covers hosted sign-in, session handling, redirect configuration, and validating the build.

### Source excerpt

Go from no auth to a full hosted sign-in flow, either in one command or step by step.

## Build and deploy eve agents from the Vercel dashboard

DevFeed: [Build and deploy eve agents from the Vercel dashboard](<https://devfeed.tech/articles/build-and-deploy-eve-agents-from-the-vercel-dashboard-822.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/build-and-deploy-eve-agents-from-the-vercel-dashboard>)

Author: Shar Dara

Published: 2026-08-28T00:00:00Z

Content type: release

Language: en

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

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [MSP MCP](<https://devfeed.tech/topics/msp-mcp.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [code](<https://devfeed.tech/tags/code.md>), [data](<https://devfeed.tech/tags/data.md>), [git](<https://devfeed.tech/tags/git.md>), [identity](<https://devfeed.tech/tags/identity.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [model](<https://devfeed.tech/tags/model.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [slack](<https://devfeed.tech/tags/slack.md>), [tools](<https://devfeed.tech/tags/tools.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Vercel's dashboard can now scaffold, repository-back, and deploy eve agents, with model selection, chat channels, and service integrations.

### Source excerpt

You can now create eve agents directly from the Vercel dashboard, giving you a deployed agent that you can chat with right away. The builder scaffolds the agent, creates a private Git repository with its files, and deploys it as a new Vercel project on your team. In a few clicks, you get a working agent, backed by a repo with code you can use to customize it. From the builder you can: Write the instructions that define the agent's identity Pick any model available through AI Gateway Add a Next.js web chat or Slack channel where people can talk to the agent Give the agent tools and data from other services through built-in connections like Linear and Notion, or a custom MCP server Select Add New -> Agent in your dashboard to create your first agent. Read more

## August 2026 Security Release

DevFeed: [August 2026 Security Release](<https://devfeed.tech/articles/august-2026-security-release-3138.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/august-2026-security-release>)

Author: Sebastian Silbermann

Published: 2026-08-25T18:00:00Z

Content type: release

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [Security](<https://devfeed.tech/topics/security.md>), [vulnerability](<https://devfeed.tech/topics/vulnerability.md>), [vulnerability management](<https://devfeed.tech/topics/vulnerability-management.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>)

Tags: [bug-bounty](<https://devfeed.tech/tags/bug-bounty.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [release](<https://devfeed.tech/tags/release.md>), [security](<https://devfeed.tech/tags/security.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [vulnerability](<https://devfeed.tech/tags/vulnerability.md>), [vulnerability-management](<https://devfeed.tech/tags/vulnerability-management.md>)

### AI overview

Next.js released versions 16.3.3 and 15.5.24 to address critical vulnerabilities, including unauthenticated remote code execution through AVIF image optimization and on Windows-hosted servers. The patched releases disable AVIF optimization until an upstream fix is propagated.

### Source excerpt

The August 2026 security release for Next.js is now available

## Vercel applications are protected from Next.js August 2026 security vulnerabilities

DevFeed: [Vercel applications are protected from Next.js August 2026 security vulnerabilities](<https://devfeed.tech/articles/vercel-applications-are-protected-from-next-js-august-2026-security-vulnerabilities-1028.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/nextjs-august-2026-security-release>)

Author: Karim Rahal

Published: 2026-08-25T16:39:17Z

Content type: article

Language: en

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

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [Security](<https://devfeed.tech/topics/security.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [AVIF Images](<https://devfeed.tech/topics/avif-images.md>), [Cache](<https://devfeed.tech/topics/cache.md>), [Linux](<https://devfeed.tech/topics/linux.md>)

Tags: [avif-images](<https://devfeed.tech/tags/avif-images.md>), [cve](<https://devfeed.tech/tags/cve.md>), [dependency](<https://devfeed.tech/tags/dependency.md>), [linux](<https://devfeed.tech/tags/linux.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [remote-code-execution](<https://devfeed.tech/tags/remote-code-execution.md>), [security](<https://devfeed.tech/tags/security.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>)

### AI overview

Vercel reports two critical Next.js vulnerabilities disclosed in the August 2026 Security Release. Vercel-hosted applications are protected without customer action, while self-hosted applications should upgrade to patched versions.

### Source excerpt

Summary Two vulnerabilities affecting Next.js were disclosed in the August 2026 Security Release. Next.js applications hosted on Vercel are protected and require no customer action. Next.js August 2026 vulnerabilities Next.js disclosed the following critical vulnerabilities: GHSA-2xp9-vwfh-vxw4 originates in the upstream libheif dependency and can lead to unauthenticated remote code execution when Image Optimization processes a crafted AVIF input. CVE-2026-75604 (GHSA-p293-qw3h-jr36) can lead to unauthenticated remote code execution on Windows-hosted Next.js servers in applications using the Pages Router and App Router without Cache Components. After the AVIF vulnerability was identified, Vercel applied protections to its managed Image Optimization service. Impact on Vercel deployments Applications hosted on Vercel are protected. No upgrades, configuration changes, or redeploys are required. Once the AVIF vulnerability was identified, Vercel disabled AVIF optimization across its managed Image Optimization service. AVIF inputs are served as-is and do not pass through the affected processing path. The second vulnerability only affects servers using a Windows filesystem. Vercel's Next.js runtime uses Linux and is not affected. Resolution for self-hosted applications Self-hosted Next.js applications should upgrade to the appropriate patched version. For applications running Next.js 15.x or earlier: For applications running Next.js 16.x: In the patched releases, AVIF images are not resized or optimized. They are served as-is until a fixed libheif version is available. There is no workaround for the Windows vulnerability; affected servers should upgrade immediately. Credit Thanks to the Hacktron team for responsibly disclosing the AVIF vulnerability, and to evolutionstorm and B0RI for responsibly disclosing the Windows vulnerability. References Next.js August 2026 security release GHSA-2xp9-vwfh-vxw4 Upstream libheif advisory GHSA-p293-qw3h-jr36 Read more

## Update: August Next.js Security Release

DevFeed: [Update: August Next.js Security Release](<https://devfeed.tech/articles/update-august-next-js-security-release-3270.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/nextjs-security-release-august-2026-update>)

Author: Sebastian Silbermann

Published: 2026-08-25T15:00:00Z

Content type: news

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>)

Tags: [bug-bounty](<https://devfeed.tech/tags/bug-bounty.md>), [frameworks](<https://devfeed.tech/tags/frameworks.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [release](<https://devfeed.tech/tags/release.md>), [security](<https://devfeed.tech/tags/security.md>), [update](<https://devfeed.tech/tags/update.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>), [vulnerability-management](<https://devfeed.tech/tags/vulnerability-management.md>)

### AI overview

Next.js is advancing its August security release to address two critical vulnerabilities in a single update and recommends that users upgrade when patched versions are available.

### Source excerpt

Next.js is moving the August security release forward to August 25, 2026.

## How Lovable Migrated lovable.dev from Next.js to TanStack Start

DevFeed: [How Lovable Migrated lovable.dev from Next.js to TanStack Start](<https://devfeed.tech/articles/how-lovable-cut-ttfb-49-after-leaving-next-js-18126.md>)

Original publisher: [Read original article](<https://hungrymindsdev.substack.com/p/how-lovable-cut-ttfb-49-after-leaving>)

Author: Alexandre Zajac

Published: 2026-08-24T15:30:50Z

Content type: article

Language: en

Sources: [Hungry Minds](<https://devfeed.tech/sources/hungry-minds.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [Development](<https://devfeed.tech/topics/development.md>), [Software Engineering](<https://devfeed.tech/topics/software-engineering.md>), [dogfooding](<https://devfeed.tech/topics/dogfooding.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>)

Tags: [adapter-pattern](<https://devfeed.tech/tags/adapter-pattern.md>), [development](<https://devfeed.tech/tags/development.md>), [dogfooding](<https://devfeed.tech/tags/dogfooding.md>), [framework](<https://devfeed.tech/tags/framework.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [software-engineering](<https://devfeed.tech/tags/software-engineering.md>), [trends](<https://devfeed.tech/tags/trends.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

The article describes Lovable's migration of lovable.dev from Next.js on Vercel to TanStack Start. It outlines a gradual rollout using parallel routing and feature flags, route grouping, shared framework-agnostic code, adapters, and AI-assisted migration.

### Source excerpt

PLUS: Semantic layer at PostHog 🏗, AliExpress fingerprinting 🔎 , Git serving rebuilt at Datadog 📈

## Build a multi-user Claude Agent SDK app that acts as each of your users

DevFeed: [Build a multi-user Claude Agent SDK app that acts as each of your users](<https://devfeed.tech/articles/build-a-multi-user-claude-agent-sdk-app-that-acts-as-each-of-your-users-16006.md>)

Original publisher: [Read original article](<https://workos.com/blog/build-multi-user-claude-agent-sdk-app>)

Author: WorkOS

Published: 2026-08-24T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [Claude](<https://devfeed.tech/topics/claude.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Multitenancy](<https://devfeed.tech/topics/multitenancy.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [anthropic](<https://devfeed.tech/topics/anthropic.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [build](<https://devfeed.tech/tags/build.md>), [claude](<https://devfeed.tech/tags/claude.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [multi-tenancy](<https://devfeed.tech/tags/multi-tenancy.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [sdk](<https://devfeed.tech/tags/sdk.md>)

### AI overview

This tutorial explains how to build a multi-user Claude Agent SDK application whose tool calls run with the signed-in user's identity. It recommends constructing the tool surface per request, capturing the acting user in a closure, and exposing no tool parameter that lets the model choose another user.

### Source excerpt

Follow the official Agent SDK examples and every user's agent runs on one shared token, which is usually yours. Here is how to bind each tool call to the signed-in user instead, using AuthKit and Pipes relay.

## Upcoming Next.js August Security Release

DevFeed: [Upcoming Next.js August Security Release](<https://devfeed.tech/articles/upcoming-next-js-august-security-release-3288.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/upcoming-nextjs-security-release-august-2026>)

Author: Sebastian Silbermann

Published: 2026-08-20T18:00:00Z

Content type: release

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [Security](<https://devfeed.tech/topics/security.md>), [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [Bug Bounty](<https://devfeed.tech/topics/bugbounty.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>)

Tags: [bug-bounty](<https://devfeed.tech/tags/bug-bounty.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [release](<https://devfeed.tech/tags/release.md>), [security](<https://devfeed.tech/tags/security.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>)

### AI overview

Next.js is preparing a scheduled August 2026 security release addressing critical-severity vulnerabilities. The release is expected to include patched versions 16.3.3 and 15.5.24, with a full advisory and upgrade instructions.

### Source excerpt

Next.js is preparing a scheduled August security release for August 26, 2026.

## Bun 1.4 is now available in Vercel Functions

DevFeed: [Bun 1.4 is now available in Vercel Functions](<https://devfeed.tech/articles/bun-1-4-is-now-available-in-vercel-functions-829.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/bun-1-4-is-now-available-in-vercel-functions>)

Author: Tom Lienard

Published: 2026-08-20T00:00:00Z

Content type: release

Language: en

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

Topics: [Bun](<https://devfeed.tech/topics/bun.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [Zig](<https://devfeed.tech/topics/zig.md>), [Hono](<https://devfeed.tech/topics/honojs.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>)

Tags: [2](<https://devfeed.tech/tags/2.md>), [bun](<https://devfeed.tech/tags/bun.md>), [compatibility](<https://devfeed.tech/tags/compatibility.md>), [compute](<https://devfeed.tech/tags/compute.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [features](<https://devfeed.tech/tags/features.md>), [frameworks](<https://devfeed.tech/tags/frameworks.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [node](<https://devfeed.tech/tags/node.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [performance](<https://devfeed.tech/tags/performance.md>), [release](<https://devfeed.tech/tags/release.md>), [rust](<https://devfeed.tech/tags/rust.md>), [support](<https://devfeed.tech/tags/support.md>), [update](<https://devfeed.tech/tags/update.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [zig](<https://devfeed.tech/tags/zig.md>)

### AI overview

Vercel Functions now support Bun 1.4, which rewrites Bun from Zig to Rust and includes resolved issues, additional Node.js compatibility tests, new features, and performance improvements. Bun runs on Fluid compute, supports Active CPU pricing and WebSockets, and works with frameworks including Next.js and Hono. Upgrading is an explicit opt-in because of breaking changes.

### Source excerpt

Vercel Functions now support the new Bun 1.4 release, a rewrite of Bun from Zig to Rust, with over 2,900 issues resolved, more than 1,500 additional Node.js compatibility tests passing, and new features and performance improvements. Bun on Vercel Functions: Runs on Fluid compute with Active CPU pricing Supports WebSockets and Bun.serve() Supports common frameworks such as Next.js, Elysia, and Hono To update from the previous Bun version, set bunVersion to 1.4.x in vercel.json. Upgrading is an explicit opt-in because Bun 1.4 has several breaking changes. Review the breaking changes and update your application before upgrading. Learn more about using Bun on Vercel in the runtime documentation. Read more

## Exa joins the Vercel AI Gateway and Agent Marketplace

DevFeed: [Exa joins the Vercel AI Gateway and Agent Marketplace](<https://devfeed.tech/articles/exa-joins-the-vercel-ai-gateway-and-agent-marketplace-923.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/exa-joins-vercel-ai-gateway-agent-marketplace>)

Author: Carlton Aikins

Published: 2026-08-19T00: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>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [API](<https://devfeed.tech/topics/api.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Web](<https://devfeed.tech/topics/web.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [api](<https://devfeed.tech/tags/api.md>), [cost](<https://devfeed.tech/tags/cost.md>), [data](<https://devfeed.tech/tags/data.md>), [integration](<https://devfeed.tech/tags/integration.md>), [latency](<https://devfeed.tech/tags/latency.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Exa is now a native integration in the Vercel AI Gateway and Agent Marketplace. AI Gateway provides Exa search as a built-in tool for models without requiring users to maintain an Exa account or key, while Marketplace installation enables Vercel projects to use Exa for search, research agents, deep answers, and content extraction.

### Source excerpt

Exa is now available on the Vercel AI Gateway and Agent Marketplace as a native integration. Exa's neural search engine grounds models in current information. Exa search is now a built-in tool on AI Gateway, which runs the search for you without an Exa account of your own. You can also add Exa to a Vercel project from the Agent Marketplace to power search or a research agent, with a single API key that works across every Exa product and billing through your Vercel account. Exa search on AI Gateway Every model on AI Gateway can search with Exa through a built-in tool, with no Exa account or key of your own required. Pass gateway.tools.exaSearch() alongside your prompt and the gateway runs the search, hands the results back to the model, and keeps going until the model stops searching. You get one finished response with a synthesized answer rather than raw results to stream back yourself. The tool takes the same controls as the Exa API, so you can set how many results come back, focus a search on a category such as news or research papers, restrict it to a country, and include or exclude domains. Searches bill through AI Gateway next to your model usage at list price with no markup. Exa on the Agent Marketplace Install Exa from the Marketplace or deploy the Next.js Search template to integrate Exa's instant search, deep answers, and content extraction to your Vercel project. About Exa: For developers building AI features on Vercel, Exa gives agents the web, organized for them. Whether you're answering questions, monitoring changes, or extracting structured data, Exa's one API for search, crawling, and research returns token-efficient highlights with grounded citations, so your agents get the context they need with fewer round trips, lower cost, and lower latency. Read more

[Next page](<https://devfeed.tech/tags/next-js.md?cursor=WyIyMDI2LTA4LTE5VDAwOjAwOjAwKzAwOjAwIiwgImRhMGFjZmU1LTFjMjctNGFkYy05MGE5LWEwZDBiN2JmMzkyZSJd>)