NubleStation
Self-hosted · LAN-native · No cloud required

Your clinic's own
private cloud.

NubleStation turns any Linux machine into a complete backend platform — auth, database, storage, and frontend hosting — accessible from every device on the network via friendly subdomains.

bash
$ curl -sSL https://github.com/NabilMouzouna/NubleStation/releases/latest/download/install.sh | sudo bash
Docker detected
Host IP: 192.168.1.100
Stack started — all services healthy
Consolehttp://console.clinic.local

Introducing NubleStation — from one curl command to a live app on your network.

Zero to deployed

Up and running in three steps.

1

Install on any Linux machine

$ curl -sSL .../install.sh | sudo bash

# Prompts you for:
? Org name: clinic
? Admin email: admin@clinic.com
? Admin password: ••••••••
2

Create an app in the Console

# Install the CLI
$ npm install -g @nublestation/cli

# Link your project
$ nuble init \
  --url http://api.clinic.local \
  --slug tasks \
  --key nbl_••••••••
3

Deploy your frontend

$ npm run build
$ nuble deploy

Uploaded 847 KB
Live at http://tasks.clinic.local

The problem

Why clinics can't use the cloud.

Patient data cannot leave the premises. Most BaaS platforms are cloud-only. NubleStation fills that gap.

Existing options — why they fail

Firebase / Supabase Cloud

Patient data cannot leave premises (compliance)

Self-hosted Supabase / Appwrite

Requires DevOps expertise the clinic does not have

PocketBase / single-binary tools

No multi-app isolation, no LAN-native networking

Custom servers per app

Heavy footprint, no shared services, no SSO

NubleStation — what we offer

One-command install

curl | bash. No YAML, no DevOps knowledge needed.

LAN-native networking

CoreDNS + Caddy serve every subdomain on your network.

Enforced app isolation

Postgres RLS means one app cannot read another's data.

Offline by design

No internet dependency at runtime. Unplug the cable — everything keeps working.

Ready to deploy?

One curl command and your organization has a complete private cloud. No cloud account, no credit card, no internet needed at runtime.