Alpha version is out!

Build full-stack Nuxt apps, on the edge.

Access to a Database, Key-Value, and Blob storage with zero configuration. Deploy with confidence on your Cloudflare account and access to your remote storage locally with our secured proxy.

server/api/hello.ts
export default eventHandler(async (event) => {
  const database = hubDatabase()
  const blob = hubBlob()
  const kv = hubKV()

  // Do your magic here
  return { hello: 'world' }
})

All you need to start shipping

NuxtHub provides you with all the tools you need to build and deploy your Nuxt apps, on the edge with zero configuration.

Database

Access to a SQLite database in your server with zero configuration.

Key-Value

Global, low-latency, key-value data storage in development and production.

Blob

Large storage of unstructured data to put anything inside and serve it as you want.

Remote Storage

Access your remote storage locally or from other Nuxt projects with our secured proxy, work with your data as if they were local.

Cloudflare Pages

Deploy to your Cloudflare account and enjoy dynamic rendering with low latency and cost (if not free).

NuxtHub Admin (alpha)

Our web based dashboard to deploy & manage your NuxtHub apps with zero configuration.

Copyright NuxtLabs © 2024