Setup

NuxtHub

Learn how to set up your Supersaas project with NuxtHub

NuxtHub is a powerful, Cloudflare-powered platform that provides everything you need to deploy and scale your Nuxt applications worldwide.

Supersaas comes with NuxtHub pre installed, you don't need to do anything.

Supersaas is database-agnostic. While NuxtHub provides an excellent developer experience, you're free to choose the stack that best fits your needs.

How Supersaas uses NuxtHub

NuxtHub provides three essential services that power Supersaas's core functionality:

Database (D1)

A serverless SQLite based database powered by Cloudflare D1, providing global distribution and zero configuration.

Blob Storage (R2)

Store and serve files globally using Cloudflare R2, perfect for user uploads and media storage.

KV Store

Global key-value storage powered by Cloudflare KV, ideal for caching and quick data access.

CF Workers

Cloudflare Workers are used to power Supersaas's edge rendering and caching.

Getting Started

To use NuxtHub with Supersaas, you'll need:

  1. A Cloudflare account (free)
  2. The NuxtHub CLI installed globally:
terminal
npm install -g nuxthub

NuxtHub provides a generous free tier perfect for getting started.

Setting Up Your Project

We'll cover the complete setup process in the next sections, but here's a quick overview:

  1. Connect your Cloudflare account
  2. Initialize NuxtHub in your project
  3. Configure your database, storage, and KV settings
  4. Deploy your application

Stay tuned for detailed instructions on each of these steps in the following sections.

NuxtHub's integration with Cloudflare's infrastructure means your Supersaas application will be blazing fast out of the box, with minimal configuration required.

Is it a paid service?

No, NuxtHub the core framework is free and open source. You can use it and deploy it on your own cloudflare account. Follow this guide to get started.

NuxtHub Admin - the platform/admin panel is a paid service, they also have a very generous free tier.

Do I need NuxtHub?

While Supersaas is built to work seamlessly with NuxtHub, it's designed to be flexible - you can also use Postgres or Turso as your database solution.

Do I need to pay CF?

No, if your app is light weight and doesn't require a lot of resources, you can use the free tier.

More on the Cloudflare pricing page

Additional Features

FYI, NuxtHub offers several other powerful features if you need them:

  • AI Gateway: Access to 60+ machine learning models for AI-powered applications
  • Headless Browser: Run browser automation tasks directly on the edge