nuxthub

Consolidate database, KV, blob, and cache management for NuxtHub apps.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/vito1317/security-one-waf-website --skill nuxthub-vito1317
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxthub
Source: https://github.com/vito1317/security-one-waf-website/tree/main/.tessl/tiles/onmax/nuxt-skills/skills/nuxthub
Command: npx skills add https://github.com/vito1317/security-one-waf-website --skill nuxthub-vito1317

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a cohesive foundation for building NuxtHub applications by unifying database access (Drizzle ORM with sqlite/postgresql/mysql), KV storage, blob storage, and caching under a single framework, reducing setup boilerplate and integration complexity.

Core Features & Use Cases

  • Unified data layers: database, KV, blob, and cache APIs designed for NuxtHub apps.
  • Multi-cloud deployments support (Cloudflare, Vercel) with hub:db, hub:kv, hub:blob virtual module imports.
  • Migration and configuration handling within Nuxt projects, enabling scalable cloud architectures.

Quick Start

Install NuxtHub by adding the hub module and configure hub in nuxt.config.ts to enable db, kv, blob, and cache.

Frequently Asked Questions about nuxthub

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

FAQPage Schema
How do I manage database, KV, and blob storage together in a NuxtHub project?

You can manage database, KV, and blob storage in a NuxtHub project by configuring the hub module in nuxt.config.ts, which unifies data layers and enables hub:db, hub:kv, and hub:blob virtual module imports.

Can I use Drizzle ORM with NuxtHub for database migrations?

Yes, NuxtHub supports Drizzle ORM with sqlite, postgresql, and mysql, enabling schema definition and database migrations within your Nuxt project configuration for scalable cloud architectures.

Does NuxtHub support multi-cloud deployment on Cloudflare and Vercel?

Yes, NuxtHub supports multi-cloud deployments on Cloudflare and Vercel, allowing you to configure and manage database, KV, blob, and cache layers across different cloud providers seamlessly.

What's the best way to configure caching in a full-stack Nuxt application?

The best way to configure caching in a full-stack Nuxt application is using NuxtHub's unified framework, which consolidates cache management alongside database, KV, and blob storage to reduce integration boilerplate.

Do I need to manually import hub:db and hub:kv modules in my Nuxt config?

No, you do not need to manually import hub:db and hub:kv modules; configuring the hub module in nuxt.config.ts automatically satisfies these virtual module imports for your NuxtHub application.

Why use a unified storage framework for NuxtHub instead of separate database and cache tools?

Using a unified storage framework for NuxtHub reduces setup boilerplate and integration complexity by providing cohesive APIs for database, KV, blob, and cache management under a single configuration.