SOAD Hub User Guide
A clear workflow for using SOAD Hub to create and manage your SOAD workspace.
1. What This Guide Is For
This guide explains how to use SOAD Hub to create, open, manage, and support your SOAD workspace.
SOAD Hub is not the full SØAD Framework manual. For detailed SØAD architecture, transactions, SOADMIN tools, database usage, built-in AI features, and development examples, read the official SØAD documentation:
2. What SOAD Hub Does
SOAD Hub prepares a ready-to-use workspace for you. It handles the setup work so you can focus on using SØAD.
SOAD Hub can:
- Register your workspace.
- Create your workspace URL.
- Prepare the SOAD runtime and database.
- Install a trial license.
- Create your user login.
- Open your Workspace Dashboard.
- Let you manage environment variables.
- Let you restart or stop your workspace when available.
- Help you request support.
3. Workspace Workflow Overview
The normal workflow is:
- Register a workspace in SOAD Hub.
- Wait while SOAD Hub prepares the workspace.
- Open the Workspace Dashboard.
- Confirm the workspace is ready.
- Open your SOAD application or SOADMIN.
- Log in using the email and password from registration.
- Use SOADMIN or your preferred SOAD development workflow.
- Return to SOAD Hub when you need to manage workspace settings.
For learning how to build in SØAD, use the official docs:
4. Before You Register
Prepare this information:
| Field | What To Enter | Example |
|---|---|---|
| Application Name | Project or system name | Customer Portal |
| Code Name | Short unique workspace name | customer_portal |
| Developer Name | Main contact person | Ahmad Ali |
| Company Name | Company or organization | Webgeaz Sdn Bhd |
| Contact Number | Support contact number | +60123456789 |
| Login and support email | developer@company.com | |
| Password | Your account password | Minimum 8 characters |
The code name becomes part of your workspace URL. Use lowercase letters, numbers, and underscores. Avoid spaces and symbols.
Example:
customer_portal
5. Register A Workspace
- Open SOAD Hub in your browser.
- Click Try SOAD Now or open the registration page.
- Fill in the registration form.
- Check that your email is correct.
- Choose a secure password.
- Submit the form.
SOAD Hub will validate your details and start preparing the workspace.
6. What Happens During Setup
During setup, SOAD Hub automatically:
- Checks your code name and email.
- Creates a trial license.
- Creates your workspace environment.
- Starts the SOAD runtime and database.
- Creates your workspace URL.
- Creates your user account.
- Opens your Workspace Dashboard.
Setup can take a short time. If you see a loading screen, wait until it completes.
7. Workspace URL
Your workspace URL uses this format:
https://sh-<code-name>.soad.app
Example:
https://sh-customer-portal.soad.app
Use this URL to access your SOAD workspace.
8. Workspace Dashboard
The Workspace Dashboard is your SOAD Hub control screen.
Use it to:
- Check workspace status.
- Open your SOAD application.
- Open SOADMIN.
- Manage environment variables.
- Restart SOAD when needed.
- Stop or resume the workspace if available.
- Request support.
- Delete the workspace.
9. Understand Workspace Status
| Status | Meaning | What To Do |
|---|---|---|
| Starting | Workspace is still preparing | Wait and refresh after a short time |
| Ready | Workspace is running | Open SOADMIN or your application |
| Running | Service is running | Continue normally |
| Pending | Service is still starting | Wait and refresh |
| Failed | Service did not start correctly | Restart if available, then contact support |
| Suspended | Workspace is stopped | Resume if available or contact support |
| Deleted | Workspace has been removed | Create a new workspace or contact support |
If the workspace is not ready immediately after registration, wait a short while and refresh the dashboard.
10. Open SOADMIN
SOADMIN is the browser-based SOAD development environment.
To open SOADMIN:
- Open the Workspace Dashboard.
- Click Go to App, Host, or your workspace URL.
- Open the SOADMIN login page.
SOADMIN URL format:
https://sh-<code-name>.soad.app/s0adm/t/uac/login
Example:
https://sh-customer-portal.soad.app/s0adm/t/uac/login
Use the same email and password you entered during SOAD Hub registration.
For details on using SOADMIN, transactions, database tools, file manager, logs, and built-in AI features, read:
11. What To Do After First Login
After SOADMIN opens:
- Confirm you can log in.
- Confirm the page loads without error.
- Explore the available SOADMIN tools.
- Follow the official SØAD documentation for development steps.
SOAD Hub prepares the workspace. The official SØAD docs explain how to build applications inside it.
12. Manage Environment Variables
Environment variables are runtime settings for your workspace.
Use them for:
- API URLs.
- Integration settings.
- Feature flags.
- Public configuration values.
To update environment variables:
- Open the Workspace Dashboard.
- Open the manage or environment settings area.
- Add or update the key and value.
- Save the changes.
- Wait for the workspace to redeploy or restart.
- Test your SOAD application again.
Do not store highly sensitive secrets unless your organization has approved that workflow.
13. Restart SOAD
Use restart when your SOAD runtime is not responding or when a runtime setting needs to reload.
Restarting SOAD:
- Restarts the SOAD runtime.
- Does not delete your workspace.
- Does not remove your database.
- Does not remove your license.
- Does not delete application files.
After restart, wait for the status to become ready before testing.
14. Stop Or Resume Workspace
Some workspaces may allow stop, suspend, or resume.
Stop or suspend means the workspace is intentionally stopped and may not be accessible.
Resume starts the workspace again. After resume, wait until the status becomes ready before opening SOADMIN or testing the application.
If you do not see these controls, your account may not have that option.
15. Delete A Workspace
Delete only when you no longer need the workspace.
Deleting can:
- Mark the workspace as deleted.
- Remove the running workspace environment.
- Stop access to the workspace URL.
- Prevent normal login to that workspace.
SOAD Hub may ask you to confirm deletion by typing:
DELETE
Before deleting, save or export anything important.
16. License
Each new workspace receives a trial license.
If the license expires or you need a different license type, contact support.
17. Support Request
When requesting support, include:
- Workspace code name.
- Workspace URL.
- Your email address.
- What you were trying to do.
- What happened instead.
- Any error message shown.
- Approximate time the issue happened.
Clear information helps support respond faster.
18. Official SØAD Documentation
Use the official SØAD documentation when you need to learn:
- SØAD architecture.
- SOADMIN features.
- Transactions.
- Database tools.
- File manager.
- Server logs.
- Built-in AI features.
- SØAD CLI usage.
- Framework examples.
Official docs:
19. Common Issues
Code name already used
Choose a different code name. Each workspace needs a unique code name.
Workspace is still starting
Wait a short while, then refresh the Workspace Dashboard.
SOADMIN login page does not open
Check that the workspace status is ready. Then open:
https://sh-<code-name>.soad.app/s0adm/t/uac/login
Cannot log in
Check that you are using the same email and password entered during registration. If available, use password reset. If it still fails, contact support.
Application is not responding
Check the workspace status. If the workspace is ready but the application still does not respond, try restarting SOAD. If the problem continues, contact support.
Environment variable change does not appear
After saving environment variables, wait for the redeploy or restart process to complete. Then refresh and test again.
I need to learn how to build in SØAD
Open the official SØAD documentation:
20. Quick Start Checklist
- Register your workspace.
- Wait for setup to complete.
- Open the Workspace Dashboard.
- Confirm the workspace status is ready.
- Open SOADMIN.
- Log in with your registered email and password.
- Use the official SØAD docs to learn development.
- Return to SOAD Hub to manage workspace settings.
- Contact support if you are blocked.