# Next.js

React framework for building full-stack web applications.

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 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 track Webflow Cloud app metrics with Datadog Dashboards

DevFeed: [How to track Webflow Cloud app metrics with Datadog Dashboards](<https://devfeed.tech/articles/how-to-track-webflow-cloud-app-metrics-with-datadog-dashboards-9251.md>)

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

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>), [Latency](<https://devfeed.tech/topics/latency.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>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Application Performance Management (APM)](<https://devfeed.tech/topics/apm.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [api-keys](<https://devfeed.tech/tags/api-keys.md>), [apm](<https://devfeed.tech/tags/apm.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [guides](<https://devfeed.tech/tags/guides.md>), [latency](<https://devfeed.tech/tags/latency.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [node-js](<https://devfeed.tech/tags/node-js.md>)

### AI overview

Tutorial showing how to monitor Webflow Cloud applications by sending request counts, error counts, and latency metrics from Next.js Route Handlers to Datadog's v2 metrics API, then visualizing them in a Datadog dashboard.

### Source excerpt

Learn how to track Webflow Cloud app metrics with Datadog by sending request, latency, and error data from your Route Handlers to the metrics API and dashboard.

## 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 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 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.

## 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

## 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

## Building App-like Experiences with Next.js 16.3

DevFeed: [Building App-like Experiences with Next.js 16.3](<https://devfeed.tech/articles/building-app-like-experiences-with-next-js-16-3-3142.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/building-app-like-experiences-with-nextjs-16-3>)

Author: Aurora Scharff

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

Content type: article

Language: en

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

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

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [cache](<https://devfeed.tech/tags/cache.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [server](<https://devfeed.tech/tags/server.md>), [streaming](<https://devfeed.tech/tags/streaming.md>)

### AI overview

Next.js 16.3 introduces Instant Navigations through Cache Components and Partial Prefetching, enabling immediate UI display while server-rendered content completes. The article also explains caching data and route payloads across navigations.

### Source excerpt

Build app-like experiences with Instant Navigations, server-rendered data, optimistic updates, and live client state in Next.js 16.3.

## 8 Best Thinkific Alternatives in 2026 for Course Creators

DevFeed: [8 Best Thinkific Alternatives in 2026 for Course Creators](<https://devfeed.tech/articles/8-best-thinkific-alternatives-in-2026-for-course-creators-10422.md>)

Original publisher: [Read original article](<https://dodopayments.com/blogs/thinkific-alternatives/>)

Author: Deepak Jangir

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

Content type: article

Language: en

Sources: [Dodo Payments Blog](<https://devfeed.tech/sources/dodo-payments-blog.md>)

Topics: [hosting](<https://devfeed.tech/topics/hosting.md>), [WordPress](<https://devfeed.tech/topics/wordpress.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Notion](<https://devfeed.tech/topics/notion.md>)

Tags: [alternatives](<https://devfeed.tech/tags/alternatives.md>), [billing](<https://devfeed.tech/tags/billing.md>), [checkout](<https://devfeed.tech/tags/checkout.md>), [comparison](<https://devfeed.tech/tags/comparison.md>), [creator-economy](<https://devfeed.tech/tags/creator-economy.md>), [fees](<https://devfeed.tech/tags/fees.md>), [global](<https://devfeed.tech/tags/global.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [merchant-of-record](<https://devfeed.tech/tags/merchant-of-record.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [platform](<https://devfeed.tech/tags/platform.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [tax](<https://devfeed.tech/tags/tax.md>), [wordpress](<https://devfeed.tech/tags/wordpress.md>)

### AI overview

A comparison of eight Thinkific alternatives for course creators, focusing on platform fees, checkout control, billing, global tax handling, and who is legally responsible for cross-border sales. It highlights hosted platforms, self-hosted WordPress LMS setups, and payment-layer approaches such as Dodo Payments.

### Source excerpt

Compare the best Thinkific alternatives for selling online courses in 2026, covering platform fees, checkout control, global tax handling, and the best fit for each seller.

## Inside Appwrite's new build cache: 4x faster dependency installs

DevFeed: [Inside Appwrite's new build cache: 4x faster dependency installs](<https://devfeed.tech/articles/inside-appwrite-s-new-build-cache-4x-faster-dependency-installs-16484.md>)

Original publisher: [Read original article](<https://appwrite.io/blog/post/inside-appwrites-new-build-cache>)

Author: Torsten Dittmann

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

Content type: article

Language: en

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

Topics: [Appwrite](<https://devfeed.tech/topics/appwrite.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Cache](<https://devfeed.tech/topics/cache.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Package manager](<https://devfeed.tech/topics/package-manager.md>), [Compression](<https://devfeed.tech/topics/compression.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>)

Tags: [cache](<https://devfeed.tech/tags/cache.md>), [compression](<https://devfeed.tech/tags/compression.md>), [dependencies](<https://devfeed.tech/tags/dependencies.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [filesystem](<https://devfeed.tech/tags/filesystem.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [object-storage](<https://devfeed.tech/tags/object-storage.md>), [pnpm](<https://devfeed.tech/tags/pnpm.md>), [production](<https://devfeed.tech/tags/production.md>)

### AI overview

Appwrite's build network caches dependencies between builds for sites and functions. The cache is restored before installation and saved after successful builds, with snapshots isolated per resource. The article explains how Appwrite uses SquashFS images to efficiently store and unpack package-manager data, reporting faster installs for example Next.js applications.

### Source excerpt

A deep dive into how Appwrite now caches your dependencies between builds, and what it means for your deployment times.

## How to add step-up authentication to your Next.js app with WorkOS AuthKit

DevFeed: [How to add step-up authentication to your Next.js app with WorkOS AuthKit](<https://devfeed.tech/articles/how-to-add-step-up-authentication-to-your-next-js-app-with-workos-authkit-16065.md>)

Original publisher: [Read original article](<https://workos.com/blog/step-up-authentication-nextjs-workos-authkit>)

Author: WorkOS

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

Content type: tutorial

Language: en

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

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [OpenID connect (OIDC)](<https://devfeed.tech/topics/oidc.md>), [MFA](<https://devfeed.tech/topics/mfa.md>), [ui](<https://devfeed.tech/topics/ui.md>)

Tags: [auth](<https://devfeed.tech/tags/auth.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [build](<https://devfeed.tech/tags/build.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>), [oidc](<https://devfeed.tech/tags/oidc.md>), [sign-in](<https://devfeed.tech/tags/sign-in.md>), [ui](<https://devfeed.tech/tags/ui.md>)

### AI overview

This tutorial shows how to add step-up authentication to a Next.js application using WorkOS AuthKit. It gates a destructive action, revoking all API keys, behind recent interactive re-authentication using auth_time and max_age, while preserving the user's session and location in the interface.

### Source excerpt

Build a Next.js app with AuthKit sign-in, then gate a destructive action behind a fresh re-authentication using auth_time and max_age.

## How to build a Gemini content assistant that belongs inside your Webflow CMS

DevFeed: [How to build a Gemini content assistant that belongs inside your Webflow CMS](<https://devfeed.tech/articles/how-to-build-a-gemini-content-assistant-that-belongs-inside-your-webflow-cms-9204.md>)

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

Author: Ismail Ajagbe

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

Content type: tutorial

Language: en

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

Topics: [Content Management System](<https://devfeed.tech/topics/cms.md>), [webflow](<https://devfeed.tech/topics/webflow.md>), [Google AI](<https://devfeed.tech/topics/google-ai.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [API](<https://devfeed.tech/topics/api.md>), [JSON](<https://devfeed.tech/topics/json.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [google-ai](<https://devfeed.tech/tags/google-ai.md>), [guides](<https://devfeed.tech/tags/guides.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [json](<https://devfeed.tech/tags/json.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [webflow](<https://devfeed.tech/tags/webflow.md>)

### AI overview

A tutorial for building a Gemini-powered content assistant inside Webflow CMS using Webflow Cloud, Next.js, and the Gemini API. It covers streaming drafts for open-ended writing and a JSON mode that returns content mapped to CMS fields.

### Source excerpt

Learn how to build a Gemini content assistant on Webflow Cloud that streams drafts and returns CMS-ready JSON.

## How do you generate PDFs in Webflow Cloud without Puppeteer or external services?

DevFeed: [How do you generate PDFs in Webflow Cloud without Puppeteer or external services?](<https://devfeed.tech/articles/how-do-you-generate-pdfs-in-webflow-cloud-without-puppeteer-or-external-services-9252.md>)

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

Author: Ismail Ajagbe

Published: 2026-08-08T00: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>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [pdf](<https://devfeed.tech/topics/pdf.md>), [Workers](<https://devfeed.tech/topics/workers.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Puppeteer](<https://devfeed.tech/topics/puppeteer.md>), [App](<https://devfeed.tech/topics/app.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [chromium](<https://devfeed.tech/tags/chromium.md>), [guides](<https://devfeed.tech/tags/guides.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [learn](<https://devfeed.tech/tags/learn.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [pdf](<https://devfeed.tech/tags/pdf.md>), [webflow](<https://devfeed.tech/tags/webflow.md>), [workers](<https://devfeed.tech/tags/workers.md>)

### AI overview

Learn how to build a document builder in Webflow Cloud with a Next.js Route Handler and a pure-JavaScript PDF generation library. The tutorial explains the architecture, local requirements, form submission flow, PDF delivery, and optional storage of generated documents.

### Source excerpt

Learn how to build a document builder app in Webflow Cloud using pdf-lib and a Next.js route handler.

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