nuxthub

Integrate database, KV, blob, and cache APIs into Nuxt applications.

1|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/Kurrawong/prez-lite --skill nuxthub-kurrawong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxthub
Source: https://github.com/Kurrawong/prez-lite/tree/main/.claude/skills/nuxthub
Command: npx skills add https://github.com/Kurrawong/prez-lite --skill nuxthub-kurrawong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies building full-stack Nuxt applications by providing integrated database, key-value, blob, and cache APIs, abstracting away complex cloud provider configurations.

Core Features & Use Cases

  • Database Management: Offers type-safe SQL with Drizzle ORM, supporting migrations and multiple database backends (SQLite, PostgreSQL, MySQL).
  • Storage Solutions: Provides Key-Value (KV) and Blob storage APIs for flexible data and file management.
  • Caching: Implements response and function caching to improve application performance.
  • Multi-Cloud Deployment: Streamlines deployment across Cloudflare, Vercel, Netlify, and other platforms.
  • Use Case: Develop a real-time analytics dashboard for a web application, leveraging NuxtHub's database for data storage, KV for session management, and cache for API responses.

Quick Start

Install the NuxtHub module by running the command npx nuxi module add hub.

Frequently Asked Questions about nuxthub

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

FAQPage Schema
How do I add database and blob storage to a Nuxt application?

You can add database and blob storage to a Nuxt application by using the NuxtHub module, which provides integrated APIs for data management and multi-cloud deployment. Install it via `npx nuxi module add hub`.

Can I use Drizzle ORM for type-safe SQL queries in Nuxt?

Yes, you can use Drizzle ORM in Nuxt for type-safe SQL queries. This backend integration supports schema definitions, migrations, and multiple database backends including SQLite, PostgreSQL, and MySQL.

Does Nuxt support full-stack deployment across Cloudflare and Vercel?

Nuxt supports full-stack deployment across Cloudflare and Vercel by abstracting complex cloud provider configurations. This integration streamlines deployments using Cloudflare bindings and Vercel integrations.

What is the best way to implement caching and key-value storage in a Nuxt backend?

The best way to implement caching and key-value storage in a Nuxt backend is using the NuxtHub module, which provides built-in APIs for both functions. This integration enables response caching and flexible session management.

How do I manage database migrations when building a full-stack Nuxt app?

You manage database migrations in a full-stack Nuxt app by utilizing the integrated Drizzle ORM features. This setup allows you to define schemas and execute migrations directly within the Nuxt ecosystem.

Do I need separate storage services for files and key-value data in Nuxt?

You do not need separate storage services for files and key-value data in Nuxt. The NuxtHub module provides unified Key-Value (KV) and Blob storage APIs, abstracting away complex cloud provider configurations for flexible data management.