---
title: "<NuxtWelcome>"
description: "The <NuxtWelcome> component greets users in new projects made from the starter template."
canonical_url: "https://nuxt.com/docs/4.x/api/components/nuxt-welcome"
---
# <NuxtWelcome>

> The <NuxtWelcome> component greets users in new projects made from the starter template.

It includes links to the Nuxt documentation, source code, and social media accounts.

```vue [app/app.vue]
<template>
  <NuxtWelcome />
</template>
```

<read-more target="_blank" to="https://templates.ui.nuxtjs.org/templates/welcome">

Preview the `<NuxtWelcome />` component.

</read-more>

<tip>

This component is part of [`@nuxt/ui-templates`](https://github.com/nuxt/nuxt/tree/main/packages/ui-templates) package.

</tip>

---

- [Source](https://github.com/nuxt/nuxt/blob/main/packages/ui-templates/templates/welcome/index.html)


## Sitemap

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