Import repository
MSS reads the repository shape, detects framework, package manager, Docker files and the safest adapter path.
$ mss import githubMSS CONTROL PLANE
A premium control plane for GitHub-imported apps, backend services, desktop/mobile gateways and managed MSS instances. The UI is generated from capabilities, and every dangerous action goes through preview, dry-run, passkey step-up and audit.
$ mss import githubNestJS backend, Yarn workspace and Docker support detected.
Lifecycle storytelling
This is the core product flow: import a project, install a thin adapter, read capabilities, then control the instance through a protected command lifecycle.
MSS reads the repository shape, detects framework, package manager, Docker files and the safest adapter path.
$ mss import githubThe integration adds a small MSS Link SDK bridge instead of rewriting application business logic.
+ ControlModule.register()The app tells the admin panel which modules and commands are real. Unsupported controls stay hidden.
GET /control/v1/capabilitiesEvery dangerous command has a visible path: preview, dry-run, passkey step-up, execution, acknowledgement and audit.
REVOKE_SESSION → audit.okCapabilities unlock UI
Each connected service exposes a small capabilities contract. MSS turns that contract into visible modules, safe command buttons and disabled states.
{
"service": "mss-link.web",
"protocol_version": "v1",
"capabilities": [
"accounts",
"sessions",
"storage"
],
"supported_commands": [
"REVOKE_SESSION",
"APPLY_QUOTAS",
"ROTATE_WEBHOOK_SECRET"
]
}Any runtime, one contract
MSS starts with Node/NestJS/Express, Docker and GitHub import, then grows into desktop, mobile and service gateways through the same control API.
Security operations
Security is shown as evidence: HMAC, nonce, timestamp, passkey step-up, command acknowledgement and a high-fidelity audit stream.
workspace · billing · audit
accounts · sessions · storage
devices · sync · command relay
Product system
This public home is not a decorative page. It explains the operating model that will support mss-link.web, future backend services, desktop/mobile gateways and any managed instance connected to MSS.
One inventory for web apps, backend services, desktop gateways, mobile gateways and future managed MSS runtimes.
Preview, dry-run and execute operations without giving operators raw database or server access.
Passkeys, signed requests, nonce replay protection, timestamp checks and audit retention are part of the product surface.
Ready for the next layer
The landing page now explains why MSS exists: connect applications by contract, unlock only supported modules and execute risky operations through a secure command lifecycle.