---
title: 'Nuxt API Reference'
titleTemplate: '%s'
description: 'Explore all Nuxt Internals: Components, Composables, Utils, Commands and more.'
navigation: false
surround: false
---

::card-group
  ::card{icon="i-ph-cube-duotone" title="Components" to="/docs/api/components/client-only"}
  Explore Nuxt built-in components for pages, layouts, head, and more.
  ::
  ::card{icon="i-ph-arrows-left-right-duotone" title="Composables" to="/docs/api/composables/use-app-config"}
  Discover Nuxt composable functions for data-fetching, head management and more.
  ::
  ::card{icon="i-ph-function-duotone" title="Utils" to="/docs/api/utils/dollarfetch"}
  Learn about Nuxt utility functions for navigation, error handling and more.
  ::
  ::card{icon="i-ph-terminal-window-duotone" title="Commands" to="/docs/api/commands/add"}
  List of Nuxt CLI commands to init, analyze, build, and preview your application.
  ::
  ::card{icon="i-ph-toolbox-duotone" title="Nuxt Kit" to="/docs/api/kit/modules"}
  Understand Nuxt Kit utilities to create modules and control Nuxt.
  ::
  ::card{icon="i-ph-brain-duotone" title="Advanced" to="/docs/api/advanced/hooks"}
  Go deep in Nuxt internals with Nuxt lifecycle hooks.
  ::
  ::card{icon="i-ph-gear-duotone" title="Nuxt Configuration" to="/docs/api/nuxt-config"}
  Explore all Nuxt configuration options to customize your application.
  ::
::