Skip to content
duxt

Devtools

Ten panels that show what your sources became. Dev only.

sources is a compact list. What the site serves is a set of collections, URL prefixes, redirects, message catalogues and a download cache the build computed from it — and until this tab existed, the only way to see any of that was to read the code that produces it.

Opening it

Run the dev server and open Nuxt Devtools (Shift + Alt + D, or the button in the corner). The tab is called duxt; the panels sit behind the tab row at the top of it. The same pages answer directly under /_duxt/devtools if you would rather have them in their own window.

The panels

About the previews on these pages

Every panel below is embedded as it renders — not as a screenshot. The pages run the panels' own rendering functions over a fixture site and save the result, so a panel that gains a column gains it in this documentation in the same commit.

That fixture site is one imagined project: acme/sdk published at two versions (v2 from main, v1.9 from a tag) in English and German, plus acme/cli at one. It has deliberate gaps — a guide the old version predates, two pages the translation has not caught up with, a page with no frontmatter — because a panel with nothing to report teaches nobody what it looks like when something is wrong.

Without a dev server

pnpm exec duxt-report prints the sources, the checks and the redirects as Markdown — the same data these panels draw, in a form you can paste into a ticket or hand to a model. --json gives it unrendered. See What the build checks.

The previews are inert: their tabs move between panels, and everything else — the editor links, the drop button, the search form — does nothing.

Was this page helpful?