# Nuxt Content > Nuxt Content is a Git-based headless CMS for Nuxt ## Documentation Sets - [Complete Documentation](https://content.nuxt.com/llms_full.txt): The complete documentation including all content ## Docs - [Nuxt Content v3](https://content.nuxt.com/docs/getting-started): The powerful Git-based CMS designed specifically for Nuxt developers. - [Installation](https://content.nuxt.com/docs/getting-started/installation): Get started with Nuxt Content v3 in your Nuxt application. - [Configuration](https://content.nuxt.com/docs/getting-started/configuration): Nuxt Content is configured with sensible defaults. - [Migration](https://content.nuxt.com/docs/getting-started/migration): How to migrate from v2 to v3 - [Define Content Collections](https://content.nuxt.com/docs/collections/define): Learn how to define and configure content collections in your Nuxt application. - [Collection Types](https://content.nuxt.com/docs/collections/types): Learn about the two types of collections you can define in Nuxt Content. - [Collection Sources](https://content.nuxt.com/docs/collections/sources): Learn how to import your files in Nuxt Content collections. - [Markdown](https://content.nuxt.com/docs/files/markdown): Create and query Markdown files in your Nuxt applications and use the MDC syntax to integrate Vue components. - [YAML](https://content.nuxt.com/docs/files/yaml): How to define, write and query YAML data. - [JSON](https://content.nuxt.com/docs/files/json): How to define, write and query JSON data. - [CSV](https://content.nuxt.com/docs/files/csv): How to define, write and query CSV data. - [queryCollection](https://content.nuxt.com/docs/utils/query-collection): The queryCollection composable provides methods for querying and fetching your collections. - [queryCollectionNavigation](https://content.nuxt.com/docs/utils/query-collection-navigation): The queryCollectionNavigation composable generates the navigation tree of given collection. - [queryCollectionItemSurroundings](https://content.nuxt.com/docs/utils/query-collection-item-surroundings): The queryCollectionItemSurroundings composable looks for sibling contents of an specific path. - [queryCollectionSearchSections](https://content.nuxt.com/docs/utils/query-collection-search-sections): The queryCollectionSearchSections composable generates searchable sections from a collection for enhanced content discovery. - [ContentRenderer](https://content.nuxt.com/docs/components/content-renderer): Takes your component from an AST to a wonderful template. - [Slot](https://content.nuxt.com/docs/components/slot): The fastest way to inject Markdown into your Vue components. - [Prose Components](https://content.nuxt.com/docs/components/prose): A list of Prose components. - [Server Hosting](https://content.nuxt.com/docs/deploy/server): Node preset is the default preset for Nuxt and Nuxt Content. It is used to build and run Nuxt applications on Node.js. - [Serverless Hosting](https://content.nuxt.com/docs/deploy/serverless): How to deploy Nuxt Content on various serverless platforms. - [NuxtHub](https://content.nuxt.com/docs/deploy/nuxthub): Deploy your Content app to NuxtHub - [Cloudflare Pages](https://content.nuxt.com/docs/deploy/cloudflare-pages): Deploy your Content app to Cloudflare Pages - [Vercel](https://content.nuxt.com/docs/deploy/vercel): Deploy your Content app to Vercel - [Netlify](https://content.nuxt.com/docs/deploy/netlify): Deploy your Content app to Netlify - [Docker](https://content.nuxt.com/docs/deploy/docker): Deploy your Content app with Docker - [Static Hosting](https://content.nuxt.com/docs/deploy/static): How to deploy Nuxt Content to static hosting with static site generation. - [Full-Text Search](https://content.nuxt.com/docs/advanced/fulltext-search): Implement full-text search in your website using Nuxt Content - [Raw Content](https://content.nuxt.com/docs/advanced/raw-content): Access to contents raw data in appliction - [Database](https://content.nuxt.com/docs/advanced/database): How Nuxt Content stores and retrieves content - [Tools](https://content.nuxt.com/docs/advanced/tools): Debugging tools - [Hooks](https://content.nuxt.com/docs/advanced/hooks): Modify your content using Nuxt build time hooks - [Custom Source](https://content.nuxt.com/docs/advanced/custom-source): Define a custom source to retrive data. - [AI-ready content files(`llms.txt`)](https://content.nuxt.com/docs/advanced/llms): Learn how to generate AI-ready content files using Nuxt Content and the Nuxt LLMs module. - [Setup Nuxt Studio](https://content.nuxt.com/docs/studio/setup): Studio is the intuitive CMS interface to edit Nuxt Content websites. Edit your Markdown, YAML and JSON files and publish your changes to GitHub. - [Real time synchronization between Studio and GitHub](https://content.nuxt.com/docs/studio/github): Nuxt Studio is natively synced with GitHub. Install the Nuxt Studio GitHub app and enable content publication on GitHub directly from Studio. - [Edit your content](https://content.nuxt.com/docs/studio/content): Discover and select your favorite way to manage your content between the visual or the code editor. - [Manage and integrate Medias in Nuxt Content Studio CMS](https://content.nuxt.com/docs/studio/medias): Explore how to browse and manage media files, and integrate them into your projects using Nuxt Content Studio CMS features. - [Tailor application configuration edition](https://content.nuxt.com/docs/studio/config): Discover how to customize application config edition in Studio by providing schema. Ensure a smooth and structured content management experience. - [Local Debug](https://content.nuxt.com/docs/studio/debug): Validate your customization in local development. ## Landing - [The git-based CMS for Nuxt projects.](https://content.nuxt.com): Nuxt Content is a module for Nuxt that provides a simple way to manage content for your application. It allows developers to write their content in Markdown, YAML, or JSON files and then query and display it in their application. - [Meet Studio, content edition for everyone.](https://content.nuxt.com/studio): Nuxt Studio brings visual editing to your Nuxt Content projects. Anyone can contribute to the website thanks to our versatile editor that adapt to markdown, YAML, or JSON – no technical expertise needed. Built for developers, made for everyone. ## Templates - [Canvas](https://content.nuxt.com/templates/canvas): This is a fully customizable portfolio template with internationalization. - [Content Wind](https://content.nuxt.com/templates/content-wind): A lightweight Nuxt theme to build your portfolio in minutes. - [Docs](https://content.nuxt.com/templates/docs): Create your documentation in seconds with this template - [Minimal Starter](https://content.nuxt.com/templates/minimal-starter): Minimalist start, limitless possibilities: craft your vision! - [Minted Directory](https://content.nuxt.com/templates/minted-directory): A SEO optimized directory starter kit that does not require a database. - [Saas](https://content.nuxt.com/templates/saas): It includes a landing page, a pricing page, a documentation and a blog. ## Posts - [Introducing Nuxt Studio v2](https://content.nuxt.com/blog/studio-v2): We are excited to announce the v2 release of Nuxt Studio, the new editing experience for your Nuxt Content website - [Migrate Nuxt UI Pro Documentation Starter](https://content.nuxt.com/blog/ui-pro-docs-migration): How to upgrade your Nuxt UI Pro documentation to Content and UI v3 - [Nuxt Content v3](https://content.nuxt.com/blog/v3): Content version 3 is out - introducing SQL based storage, collections, preview API for a better Studio integration and tons of performance improvements. - [Behind the scenes of Nuxt Studio's visual editor](https://content.nuxt.com/blog/visual-editor): Discover the inner workings of Nuxt Studio's visual editor and how it interprets the Markdown syntax and generate it back. - [Visual Front-matter Edition](https://content.nuxt.com/changelog/frontmatter-form): Your page metadata is now editable through a visual interface instead of YAML. - [Studio Form Customisation](https://content.nuxt.com/changelog/studio-customisation): Studio forms are dynamically generated based on the collection schema defined in your content configuration file. - [Visual YAML and JSON File Edition](https://content.nuxt.com/changelog/yaml-json-form): Edit YAML and JSON files with an automatically generated form. ## Notes - The documentation only includes Nuxt Content v3 docs. - The content is automatically generated from the same source as the official documentation.