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