nuxthub

Configure NuxtHub-enabled full-stack Nuxt projects with database, KV, blob, and cache settings.

45|3|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Charles5277/nuxt-supabase-starter --skill nuxthub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxthub
Source: https://github.com/Charles5277/nuxt-supabase-starter/tree/main/.claude/skills/nuxthub
Command: npx skills add https://github.com/Charles5277/nuxt-supabase-starter --skill nuxthub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NuxtHub provides a turnkey full-stack Nuxt integration with database, KV, blob, and multi-cloud deployment, simplifying setup and operation for complex apps.

Core Features & Use Cases

  • Full-stack data layer with Drizzle ORM support, local and cloud databases, and migrations
  • KV and Blob storage integration with multi-cloud deployment (Cloudflare, Vercel, Netlify)
  • Production-ready deployment patterns and server patterns guidance for NuxtHub apps

Quick Start

Install the hub module and configure nuxt.config.ts to enable database, KV, blob, and cache integrations across Cloudflare, Vercel, or Netlify.

Frequently Asked Questions about nuxthub

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a full-stack Nuxt project with database and cloud storage?

To set up a full-stack Nuxt project, you install the hub module and configure nuxt.config.ts to enable database, KV, blob, and cache integrations. This provides local and cloud database access alongside multi-cloud deployment.

Can I deploy Nuxt applications with blob and KV storage to multiple cloud providers?

Yes, NuxtHub supports multi-cloud deployment across Cloudflare, Vercel, and Netlify. Configuring hub:blob and hub:kv allows your Nuxt application to integrate blob and KV storage seamlessly across these platforms.

What is the best way to manage database migrations in a NuxtHub application?

Managing database migrations in a NuxtHub application involves using Drizzle ORM with the hub:db configuration. This setup provides full-stack data layer support, handling migrations between local and cloud databases effectively.

Does NuxtHub work with Drizzle ORM for local and cloud database access?

Yes, NuxtHub works directly with Drizzle ORM to provide full-stack data layer support. You can configure hub:db to validate and manage both local development and production cloud databases within your Nuxt project.

Why use NuxtHub for configuring server patterns and cache in full-stack Nuxt apps?

NuxtHub simplifies the setup of full-stack Nuxt apps by validating core configurations like hub:cache and providing production-ready deployment patterns. It offers turnkey integration for database, KV, and blob storage, reducing complex setup operations.

How do I configure hub:cache and hub:kv in nuxt.config.ts for a Nuxt app?

You configure hub:cache and hub:kv directly within nuxt.config.ts after installing the hub module. This enables KV storage and caching integrations, allowing your Nuxt app to utilize multi-cloud deployment across Cloudflare, Vercel, or Netlify.