Ecosystem

Modules & Integrations

NuxtHub features & Nuxt Official modules powering this starter

NuxtHub

Database
SQL Database with Drizzle ORM — SQLite locally, Bunny Database in production via libsql
Drizzle ORMdb0libsqlAuto-migrations
Blob Storage
File storage via S3-compatible API — Bunny Storage with geo-replication
S3 APIunstorageBunny StorageGeo-replicated
KV Storage
Key-Value storage for sessions, flags, counters — Persistent Volume on Bunny
unstoragePersistent VolumeEncrypted
Cache
TTL-based caching with cachedEventHandler — Bunny CDN edge caching on top
cachedEventHandlerTTLBunny CDN Edge1min default
Auth Utils
Authentication utilities for OAuth, sessions, and user management
OAuthSessionsCSRF Protection

Nuxt Modules

Nuxt UI
Beautiful UI component library with Tailwind CSS
50+ ComponentsDark ModeTailwind v4
Nuxt Content
Git-based CMS with Markdown, YAML, CSV support
MDC SyntaxQuery APIHot Reload
Nuxt Image
Image optimization with ipx — automatic resizing, format conversion
ipxSharpLazy LoadingBunny Optimizer
Nuxt Scripts
Performance-optimized third-party script loading
RegistryWeb WorkerConsent
Nuxt A11y
Accessibility auditing and guidance during development
WCAGLive AuditAxe-core
Nuxt ESLint
ESLint integration with flat config and stylistic rules
Flat ConfigStylisticAuto-fix
PWA
Progressive Web App with offline support via Workbox
Service WorkerInstallableOfflineWorkbox
Nuxt Studio
Self-hosted CMS editor for content editing at /_studio
Live PreviewMDC EditorGit-based
Studio SSO
Centralized OAuth 2.0 SSO server for Nuxt Studio sites — login once, access all sites
OAuth 2.1PKCEGitHub SSOMulti-site
Docus
Beautiful documentation framework built on Nuxt Content + Nuxt UI — write docs with Markdown
Nuxt ContentNuxt UIllms.txtSEO
Studio

Nuxt Studio

Self-hosted content editing interface — edit Markdown, manage media, and preview changes in real-time

What is Nuxt Studio?

Self-Hosted

Nuxt Studio is a self-hosted CMS editor that lets you edit Nuxt Content pages directly from your browser. It provides a rich editing experience with live preview, media management, and team collaboration — all without leaving your site.

Rich Editor

WYSIWYG Markdown editor with MDC components support

Live Preview

See your changes instantly with hot-reload preview

Media Manager

Upload and manage images directly in the editor

SSO Authentication

GitHub OAuth login with centralized single sign-on

Access the Studio editor at /_studio

Nuxt Content v3MDC SyntaxGit-basedLive Preview
Content

Nuxt Content

Git-based CMS with MDC syntax — powered by Nuxt Content and Nuxt Studio

NuxtHub × bunny.net

Full-stack starter template built with NuxtHub and deployed on bunny.net Magic Containers.

Data Layer

FeatureDescriptionProduction
💾 DatabaseDrizzle ORM + db0 (libSQL)Bunny Database
📦 Blobunstorage S3 driverBunny Storage
🔑 KVunstorage Redis driverRedis sidecar
⚡ CachecachedEventHandler (TTL 1min)Bunny CDN edge

Server API

GET  /api/health           — Runtime detection + uptime
GET  /api/hub/cached-stats — Cached infrastructure stats
GET  /api/hub/visitors     — List visitors (Database)
POST /api/hub/visitors     — Record visit
GET  /api/hub/posts        — List posts (Drizzle CRUD)
POST /api/hub/posts        — Create post
PUT  /api/hub/posts/:slug  — Update post
DELETE /api/hub/posts/:slug — Delete post
GET  /api/hub/kv           — List KV entries
POST /api/hub/kv           — Set KV entry
GET  /api/hub/files        — List blob files
POST /api/hub/upload       — Upload file
GET  /api/auth/session     — Session info
WS   /_ws                  — WebSocket

Modules

20 Nuxt modules including Nuxt UI, Content, Studio, i18n (EN/TH/ZH), PWA, Security, and SEO tools.

10 bunny.net services: CDN, Magic Containers, Storage, Stream, Optimizer, Edge Scripting, Database, Shield, DNS, and Fonts.

Deployment

Docker on bunny.net Magic Containers with Redis sidecar, persistent volumes, and GitHub Actions CI/CD.

Clone → configure .env → deploy via Magic Containers.
Foundation

UnJS Ecosystem

12 UnJS packages built-in — the backbone of Nitro & Nuxt
Nitro
Server engine
h3
HTTP framework
db0
SQL connector
unstorage
Storage API
crossws
WebSocket
ofetch
Fetch API
unhead
SEO & Head
ipx
Image proxy
destr
JSON parse
ohash
Hashing
consola
Logging
ufo
URL utils
Nitro
Server engine
h3
HTTP framework
db0
SQL connector
unstorage
Storage API
crossws
WebSocket
ofetch
Fetch API
unhead
SEO & Head
ipx
Image proxy
destr
JSON parse
ohash
Hashing
consola
Logging
ufo
URL utils
PWA

PWA Ready

Installable Progressive Web App with offline support via Workbox
Install App

Scan the QR code or use your browser's install prompt to add this app to your device.

Service Worker with Workbox
Offline-first caching strategy
Auto-update on new versions
Standalone display mode