Open the console
Use the standalone console and sign in through the shared 0S/FS27 gate.
Open consolePost to SkyeNet
SkyeNet gives a workspace, live route, deployment receipt, account-scoped source download, and explicit transfer lane for client-facing static sites, PWAs, and built frontend apps. The shared 0S/FS27 gate owns account access, so there is no second SkyeNet password to manage.
Normal posting flow
Use the standalone console and sign in through the shared 0S/FS27 gate.
Open consoleCreate or resume a workspace, pick the plan, and keep the project slug simple.
Upload a built folder. SkyeNet promotes common roots like dist, build, out, and public.
SkyeNet checks for a root index.html, writes the deployment receipt, and returns the live URL.
What is ready now
Current boundary: Free99 is capped, custom domains are paid/approved, and unlimited arbitrary uploaded serverless functions are not sold until the isolated SkyeNet Sovereign Runtime lane has production proof. Full project downloads use the private source package lane, not public asset routes.
Source custody
SkyeNet keeps deployed source recovery scoped to the authenticated account that owns the deployment record. Public assets and private full project source packages are separate lanes, so a client can have a live app hosted for them without receiving the source code.
When source handoff is approved, the owner can store the transfer in SkyeDrive, store it in SkyeVault, create an instant gated link, or generate a secure encrypted .skye source pack backed by the SkyeSecure v2 lane.
Environment variables
The SkyeNet console includes project environment variables for production workspaces. Values are stored behind the shared gate and shown back only as redacted previews, so operators can verify a key exists without exposing the raw secret in the browser.
Use this lane for API keys, runtime toggles, and client-specific configuration that should travel with the SkyeNet deployment record without being copied into public assets.
Plan caps and pricing posture
Capped demo or tiny public workspace.
Basic hosted app or public landing surface.
Multi-route workspace with one approved custom domain.
Owner-approved managed function work and larger static releases.
Reserved lane for deeper runtime, domain, and managed infrastructure scope.
These are current SkyeNet offer caps and owner-review prices. Final paid activation, custom domains, managed functions, and higher limits require owner approval before they are promised to a customer.
CLI lane
npm run skyenet:deploy -- \ --dir dist \ --source-root . \ --project my-site \ --workspace default-workspace \ --host skyenet.my-site \ --mount / \ --url-mode subdomain \ --public \ --concurrency 4
Live examples