Supabase

AWS Azure Application Stacks 2 variations

Supabase, the open source Firebase alternative, deployed as the official self host stack with every secret rotated on first boot.

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Variations

Choose the operating system, cloud and version you need. Every variation is the same hardened Supabase image, built and supported by cloudimg.

ProductCloudOperating systemVersion
Supabase AWS Standard View · Guide
Supabase on Ubuntu 24.04 LTS Azure Ubuntu 24.04 Standard View · Guide

Overview

Supabase is an open source backend platform and Firebase alternative built around PostgreSQL. It bundles a database, authentication, auto generated REST and Realtime APIs, object storage and the Studio dashboard so developers can stand up an application backend quickly.

Why the cloudimg image

The cloudimg image is hardened and fully patched with the official self host stack deployed and published on port 80 behind an authenticating gateway, with no manual setup. First boot rotates every secret in the stack for each instance, the database and JWT secrets, derived API keys, the dashboard password and encryption keys, and the database and object storage sit on a dedicated resizable data disk. Every instance is backed by 24/7 cloudimg support.

Common uses

  • Application backends
  • Backend as a service
  • Realtime APIs