Skip to Content
DocumentationMulti Tenant Guide

Multi-Tenant Guide

After enabling signups on your app (click “Enable Signups” in your app’s menu), make sure your users know about these URLs (i.e. link to them from your app’s UI):users:

For app at yourapp.hyperclay.com:

ActionURLWhat it does
Sign upyourapp.hyperclay.com/signupCreate new account & get personal instance
Loginyourapp.hyperclay.com/loginAccess their instance
Forgot passwordyourapp.hyperclay.com/forgot-passwordReset password via email

What Happens After Signup

When a user signs up:

  1. They create an account with username, email, and password
  2. They automatically get their own instance at: yourapp-by-[username].hyperclay.com
    1. If you’re using a custom domain, it’ll be yourapp-by-[username].customdomain.com
  3. They’re redirected to their personal instance after signup
  4. Each instance is a complete copy of your app that they can edit

As the developer, you can access and edit the app from your dashboard

Billing & Limits

  • Currently, there are no limits of the number of free signups you can get for your app, but in the future we’ll need to limit it if there’s high demand
Last updated on