Add database, KV, blob storage, and cache to your Nuxt application. NuxtHub works on Vercel, Cloudflare, Netlify, and more.
Full-Stack Nuxt made easy โจ
[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![License][license-src]][license-href] [![Nuxt][nuxt-src]][nuxt-href]
Build and deploy powerful full-stack Nuxt applications with ease.
NuxtHub supercharges your Nuxt development workflow so you can focus on shipping features.
โจ Key Features
NuxtHub provides optional features to help you build full-stack applications:
- SQL database to store your application's data with automatic migrations
- Files storage to store static assets, such as images, videos and more
- Caching system for your Nuxt pages, API routes or server functions
- Key-Value to store JSON data accessible globally with low-latency
Legacy version
If you are looking for the legacy version of NuxtHub (0.9), checkout the 0.9 branch and visit https://legacy.hub.nuxt.com for its documentation.
๐ Resources
๐ Quickstart
Head over to our Installation guide to learn more.
๐ค Community
- ๐ก Feature request: Suggest an idea or improvement.
- ๐ Bug report: Create a report to help us improve the platform.
- ๐๏ธ New Template: Share a template you made based on NuxtHub.
๐ Contributing
# Install dependencies
pnpm i
Generate type stubs
pnpm dev:prepare
Develop with the playground
pnpm dev
Build the playground
pnpm dev:build
Run ESLint
pnpm lint
Run Vitest
pnpm test
pnpm test:watch
๐ License
[npm-version-src]: https://img.shields.io/npm/v/@nuxthub/core/latest.svg?style=flat&colorA=020420&colorB=00DC82 [npm-version-href]: https://npmjs.com/package/@nuxthub/core
[npm-downloads-src]: https://img.shields.io/npm/dm/@nuxthub/core.svg?style=flat&colorA=020420&colorB=00DC82 [npm-downloads-href]: https://npm.chart.dev/@nuxthub/core
[license-src]: https://img.shields.io/npm/l/@nuxthub/core.svg?style=flat&colorA=020420&colorB=00DC82 [license-href]: https://npmjs.com/package/@nuxthub/core
[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js [nuxt-href]: https://nuxt.com