Welcome to MassiCloud
This guide walks you through getting up and running with MassiCloud in about 10 minutes. By the end, you’ll have:
- A MassiCloud account
- A project with a working database
- Made your first API call from JavaScript
What you’ll need
- A computer with Node.js 18+ installed
- A code editor
- Curiosity, mostly
What MassiCloud gives you
MassiCloud is an opinionated Backend-as-a-Service. Instead of stitching together your own auth, database, and storage, you get all three as a single integrated platform:
- Managed Postgres or MySQL — every project gets a Postgres database by default, with an auto-generated REST API on top; add MySQL databases alongside it whenever you need one
- Authentication — sign your users up and in with a few SDK calls, with JSON Web Tokens and Row Level Security baked in
- Object storage — S3-compatible buckets for files, with presigned URLs
- Sovereignty — all data stays in Algerian datacenters, compliant with Law 18-07 and 25-11
The mental model is similar to Firebase or Supabase, but local. The SDK is intentionally close to Supabase’s, so if you’ve used that, the API will feel familiar.