Build full-stack Nuxt apps.

NuxtHub is a Nuxt module giving you all the features required to ship full-stack applications, with no vendor lock-in.
nuxt.config.ts
export default defineNuxtConfig({
  modules: ['@nuxthub/core'],
  hub: {
    ai: true,
    blob: true,
    cache: true,
    database: 'postgresql',
    kv: true,
  }
})

Multi-Platform

Deploy your application with confidence to your favorite cloud provider.

SQL Database

Add SQL databases to your app and build any kind of full-stack applications.

Files Storage

Upload, store and serve images, videos and any kind of file.

KV Storage

Leverage a Key-Value data store replicated globally for maximum performance.

Caching

Cache Nuxt pages, API routes and server functions on the Edge.

AI

Run generative AI tasks on a global network and build full-stack AI applications.

I created NuxtHub to give Nuxt developers the ability to create full-stack applications, with the same DX as Nuxt and a progressive approach.
Sébastien Chopin

Sébastien Chopin

Creator of Nuxt & NuxtHub