# Workflow SDK now runs natively in Nitro v3

DevFeed: [Workflow SDK now runs natively in Nitro v3](<https://devfeed.tech/articles/workflow-sdk-now-runs-natively-in-nitro-v3-1203.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/workflow-sdk-now-runs-natively-in-nitro-v3>)

Author: Rihan Arfan

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

Content type: release

Language: en

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

Topics: [SDKs](<https://devfeed.tech/topics/sdks.md>), [Web](<https://devfeed.tech/topics/web.md>), [debug](<https://devfeed.tech/topics/debug.md>), [monitor](<https://devfeed.tech/topics/monitor.md>), [browser](<https://devfeed.tech/topics/browser.md>)

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [code](<https://devfeed.tech/tags/code.md>), [debug](<https://devfeed.tech/tags/debug.md>), [dev](<https://devfeed.tech/tags/dev.md>), [monitor](<https://devfeed.tech/tags/monitor.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [web](<https://devfeed.tech/tags/web.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

## AI overview

Workflow SDK now has a beta native integration with Nitro v3. Workflow steps run in the same bundled runtime as the application, can use Nitro server-side APIs and storage directly, and are served with a workflow web UI for inspecting, monitoring, and debugging runs. Nitro also bundles workflow routes, traces dependencies, tree-shakes unused code, and produces faster builds with smaller bundles.

## Source excerpt

Workflow SDK's native Nitro v3 integration is now in beta. Steps run inside the same bundled runtime as the rest of your app, instead of a separate bundle. Nitro's useStorage() and other server-side APIs work directly inside "use step" functions. The Nitro dev server also serves the workflow web UI at /_workflow. Open it in your browser to inspect, monitor, and debug workflow runs. Workflow routes are now bundled by Nitro as part of the app build. Dependencies are traced, and unused code is tree-shaken, so the output includes only what runs, with faster builds and smaller bundles. Get started with Workflow SDK on Nitro. Read more