---
title: "Universal Router"
description: "This example demonstrates Nuxt universal routing utilities without depending on `pages/` and `vue-router`."
canonical_url: "https://nuxt.com/docs/3.x/examples/routing/universal-router"
---
# Universal Router

> This example demonstrates Nuxt universal routing utilities without depending on `pages/` and `vue-router`.

<code-explorer default-value="plugins/add.ts" path="examples/routing/universal-router">



</code-explorer>

<browser src="https://universal-router.example.nuxt.space">



</browser>

---

- [Source](https://github.com/nuxt/examples/tree/main/examples/routing/universal-router)


## Sitemap

See the full [sitemap](https://nuxt.com/sitemap.md) for all pages.
