nuxthub

Configure and deploy NuxtHub backends for Nuxt applications.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/daveio/syn-horse --skill nuxthub-daveio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxthub
Source: https://github.com/daveio/syn-horse/tree/main/.agents/skills/nuxthub
Command: npx skills add https://github.com/daveio/syn-horse --skill nuxthub-daveio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NuxtHub provides a unified backend layer for Nuxt apps, bundling database, KV, blob, and cache APIs with multi-cloud deployment support.

Core Features & Use Cases

  • Database access via Drizzle ORM across sqlite, PostgreSQL, and MySQL.
  • KV storage, blob storage, and caching integrated under hub configuration.
  • Multi-cloud deployment patterns across Cloudflare, Vercel, and Netlify with automatic bindings.
  • Hub module imports: hub:db, hub:kv, hub:blob for clean, scalable code organization.

Quick Start

Install NuxtHub in your Nuxt project by adding hub:db, hub:kv, and hub:blob to nuxt.config.ts.

Frequently Asked Questions about nuxthub

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

FAQPage Schema
How do I configure a Nuxt backend with database, KV, and blob storage?

To configure a Nuxt backend, add hub:db, hub:kv, and hub:blob to your nuxt.config.ts file. This wiring integrates database, KV, blob, and cache APIs directly into your Nuxt application.

Can I deploy NuxtHub backends across multiple cloud platforms?

Yes, NuxtHub supports multi-cloud deployment across Cloudflare, Vercel, and Netlify. It provides automatic bindings to ensure your Nuxt application connects seamlessly regardless of the deployment environment.

What databases are supported for NuxtHub multi-cloud backend setup?

NuxtHub backend setup supports sqlite, PostgreSQL, and MySQL databases. Database access is managed via Drizzle ORM, and the configuration includes automatic migrations setup.

How do I add KV and blob storage to my Nuxt application?

You add KV and blob storage by importing the hub:kv and hub:blob modules into your Nuxt config. This provides unified caching and storage APIs for clean, scalable code organization.

Does NuxtHub handle database migrations automatically?

Yes, NuxtHub ensures migrations setup as part of the backend configuration process. By wiring the hub:db module in your Nuxt config, your Drizzle ORM database migrations are managed automatically.