olibato Documentation
Browse documentation

Concepts

Precise terms for namespaces, sites, deploys, versions, access, and usage.

Status
current
Audience
everyone
Updated

Olibato organizes durable hostnames and isolated runtimes around sites. Source changes produce deploys and immutable versions without changing a site's identity.

Core concept#

Read Sites and deploys for the canonical model, including app templates, access control, quotas, and measured usage.

Product terms#

  • Namespace: the permanent DNS and ownership boundary for a person or organization.
  • Site: a named application with an immutable slug and permanent host inside one namespace.
  • Deploy: one attempt to turn a source input and manifest into a runnable version.
  • Version: an immutable, validated deploy output. A site selects one active version at a time.
  • Instance: the isolated runtime for a site. It may sleep and wake without changing the site or host.
  • App template: a supported, parameterized starting point that enters the normal deploy pipeline.