# NuxtHub Documentation for LLMs > NuxtHub helps you build and deploy full-stack Nuxt applications globally on your Cloudflare account. ## Documentation Sets - [NuxtHub Complete Documentation](https://hub.nuxt.com/llms-full.txt): The complete NuxtHub documentation, blog posts and changelog written in Markdown (MDC syntax). ## Docs - [What is NuxtHub?](https://hub.nuxt.com/raw/docs/getting-started.md): NuxtHub helps you build and deploy full-stack Nuxt applications. - [Installation](https://hub.nuxt.com/raw/docs/getting-started/installation.md): Learn how to create a NuxtHub project or add it to your current Nuxt project. - [Deploy Nuxt on a cloud provider](https://hub.nuxt.com/raw/docs/getting-started/deploy.md): Learn how to host a full-stack Nuxt application with minimal configuration. - [Migrating from v0.9 to v0.10](https://hub.nuxt.com/raw/docs/getting-started/migration.md): Learn how to migrate your NuxtHub project to be multi-cloud compatible. - [Environments](https://hub.nuxt.com/raw/docs/getting-started/environments.md): Configure and manage multiple environments for your NuxtHub application, including production, preview, staging, and local development. - [Nuxt SQL Database](https://hub.nuxt.com/raw/docs/database.md): Setup your SQL database in Nuxt with Drizzle ORM, including installation, environment setup, and database connection. - [Database Schema](https://hub.nuxt.com/raw/docs/database/schema.md): Define and manage your database schema with Drizzle ORM in Nuxt, including tables, columns, relations, and type-safe models. - [Database Queries](https://hub.nuxt.com/raw/docs/database/query.md): Learn how to read and write data using Drizzle ORM in Nuxt, including filtering, joining, and aggregating relational data safely and efficiently. - [Database Migrations](https://hub.nuxt.com/raw/docs/database/migrations.md): Manage database schema changes in Nuxt with Drizzle ORM migrations, including creating, applying, and tracking migration files safely. - [Database CLI](https://hub.nuxt.com/raw/docs/database/cli.md): Manage your Nuxt SQL database with the `npx nuxt db` CLI, including generating migrations, applying them, running SQL queries, and marking migrations as applied. - [Nuxt Blob Storage](https://hub.nuxt.com/raw/docs/blob.md): Setup Blob Storage in your Nuxt application to store assets like images, videos, documents. Compatible with AWS S3, Cloudflare R2, Vercel Blob and more. - [File Uploads](https://hub.nuxt.com/raw/docs/blob/upload.md): Learn how to upload files in your Nuxt application using validation, simple uploads, and multipart uploads for large files. - [Using the Blob SDK](https://hub.nuxt.com/raw/docs/blob/usage.md): Learn how to use the @nuxthub/blob SDK to list, read, store, and delete files in your Blob Storage. - [Setup](https://hub.nuxt.com/raw/docs/kv.md): Set up Key-Value Storage in your Nuxt application, including installation, environment configuration, and connecting to your KV database. - [Using KV SDK](https://hub.nuxt.com/raw/docs/kv/usage.md): Learn how to use the KV SDK to store, retrieve, update, and delete key-value pairs in your Nuxt application, with practical examples and best practices. - [Setup](https://hub.nuxt.com/raw/docs/cache.md): Configure caching in your Nuxt application, including setup for pages, API routes, and serverless functions to improve performance and reduce load. - [Caching in Nuxt](https://hub.nuxt.com/raw/docs/cache/usage.md): Learn how to cache API routes, server functions, and pages in your Nuxt application, with practical examples and best practices. - [Pre-rendering](https://hub.nuxt.com/raw/docs/guides/pre-rendering.md): Pre-render pages at build time for maximum performance and avoid server CPU usage. - [Realtime & WebSockets](https://hub.nuxt.com/raw/docs/guides/realtime.md): Build real-time experiences with NuxtHub. - [CI/CD Deployment](https://hub.nuxt.com/raw/docs/guides/ci-cd.md): Set up continuous integration and deployment for your NuxtHub application with proper database migration handling. - [Environment Variables](https://hub.nuxt.com/raw/docs/reference/environment-variables.md): Reference for all environment variables used by NuxtHub for database, blob storage, KV, cache, and deployment configuration. ## Changelog - [NuxtHub Multi-Vendor is now available](https://hub.nuxt.com/raw/changelog/nuxthub-multi-vendor.md): NuxtHub is now available on multiple cloud providers. You can now deploy your NuxtHub project on your own hosting provider. - [Self-Hosting First & Cloud-Agnostic Future](https://hub.nuxt.com/raw/changelog/self-hosting-first.md): We are evolving NuxtHub to become a truly multi-cloud platform. This transition requires us to move away from features tightly coupled to a single cloud provider and adopt a more flexible, cloud-agnostic approach. ## Pages - [Build full-stack Nuxt applications.](https://hub.nuxt.com/raw/index.md): Build full-stack Nuxt applications, with zero configuration. NuxtHub supercharges your Nuxt development workflow so you can focus on shipping features.