Techservice.cloud

Getting started

The fastest path through the Techservice.cloud product and engineering documentation.

Techservice.cloud is an async-managed infrastructure platform for business websites, production apps, and agency client servers.

Use this section when you need the shortest path from product direction to implementation decisions.

Reading path

StepReadOutcome
1ArchitectureUnderstand the system model and core stack.
2API boundariesKnow which system owns each class of data and action.
3ProvisioningUnderstand how long-running server work is queued and tracked.
4DashboardAlign new pages to the client portal UI direction.
5VPS and server surfacesKeep the VPS list and server detail pages scoped to supported actions.

Product jobs

The web app has two jobs:

  • Help customers request and manage isolated hosting infrastructure.
  • Give operators a clear control plane for provisioning, monitoring, backups, support, and account management.

Dashboard language

Use language that maps to the user-visible operation.

PreferAvoid
Create serverExecute provider workflow
Sync inventoryPoll external APIs
Manage backupsConfigure backup subsystem
Open support requestCreate handoff record

Before adding a page

Every new dashboard page should answer these questions:

  • What object is the user trying to inspect or change?
  • Which system owns the data behind this action?
  • Can the connected API actually complete the action?
  • Should this be a table, a detail page, or a focused form?

On this page