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:
| Action | URL | What it does |
|---|---|---|
| Sign up | yourapp.hyperclay.com/signup | Create new account & get personal instance |
| Login | yourapp.hyperclay.com/login | Access their instance |
| Forgot password | yourapp.hyperclay.com/forgot-password | Reset password via email |
What Happens After Signup
When a user signs up:
- They create an account with username, email, and password
- They automatically get their own instance at:
yourapp-by-[username].hyperclay.com- If you’re using a custom domain, it’ll be
yourapp-by-[username].customdomain.com
- If you’re using a custom domain, it’ll be
- They’re redirected to their personal instance after signup
- 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