New:Socket for Asana Is Now Available.Learn more
Get Started

underpost

Package Overview
Dependencies
Maintainers
1
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

underpost

Underpost Platform — end-to-end CI/CD and application-delivery toolchain CLI. Covers bare metal, Kubernetes, K3s, kubeadm, LXD, container/image orchestration, secrets, databases, cron jobs, monitoring, SSH, runners, PWA + Workbox delivery, and release orc

latest
Source
npmnpm
Version
3.3.73
Version published
Weekly downloads
453
-64.91%
Maintainers
1
Weekly downloads
 
Created
Source

underpost engine core server

underpost

rockylinux npm nodedotjs mongodb

Node.js CI Test Coverage Status Socket Badge

Version Downloads jsDelivr License

Base template for pwa/api-rest projects.

Underpost Platform

Underpost is an platform for application delivery, from infrastructure to runtime. The underpost npm package is its CLI toolchain surface.

The project covers:

  • Bare metal provisioning on Rocky Linux 9.
  • Kubernetes / K3s / kubeadm / LXD workflows for production, edge, and isolated workloads.
  • GitHub OSS repository flow — clone, pull, push, commit, release, and CI integrations as first-class CLI subcommands.
  • CI/CD orchestration — GitHub Actions integrations, container builds, multi-environment deployments.
  • Static build + PWA delivery — every deploy ships as an installable Progressive Web App with Workbox-based offline support.
  • Cloudinary-backed static asset flow for image/asset delivery.
  • ERP/CRM-style PWA base applications as the default workload.
  • Cyberia — a dedicated MMO extension built on top of the platform, with its own content backend (engine-cyberia), authoritative simulation runtime (cyberia-server), and presentation runtime (cyberia-client).

See Detailed platform doc.

Architectural roles (Cyberia stack)

When the platform is hosting the Cyberia MMO extension, three independent runtime processes participate. Their boundaries are non-overlapping.

ProcessRole
engine-cyberia (Node.js)Content authority: maps, object layers, atlas/asset metadata, world configuration, persistence, validation, gRPC + REST data services, editor backend, asset distribution.
cyberia-server (Go)Authoritative simulation runtime: tick advancement, AOI replication, input command processing, snapshot generation.
cyberia-client (C → WebAssembly)Presentation runtime: rendering, UI, input capture, prediction, reconciliation, interpolation, client-side presentation defaults.

The ecosystem is playable only when all three are running and healthy. Each service is supervised independently and owns its own monitor/reconnector. If any one is unhealthy, the game enters standby and resumes automatically once all three are healthy again.

See detailed Cyberia architecture.

Create a new project

npm install -g underpost
underpost new app-name

After template installation, the server will be running on http://localhost:4001

Usage

cd app-name

Build client bundle

npm run build

Run dev client server

npm run dev

See Docs.

Underpost CLI

underpost ci/cd cli v3.3.73

Usage: underpost [options] [command]

Global options

OptionDescription
-V, --versionoutput the version number
--profile <profile>Execution profile. One of: LIVE_CLUSTER, HERMETIC_BUILD, OFFLINE_DRY_RUN. LIVE_CLUSTER Full access: cluster and host mutation permitted. HERMETIC_BUILD Build outputs only: no cluster, host or network side effects. OFFLINE_DRY_RUN Nothing executes; every command is reported as intent.
-h, --helpdisplay help for command

Commands

CommandDescription
newInitializes a new Underpost project, service, or configuration.
clientBuilds client assets, single replicas, and/or syncs environment ports.
startInitiates application servers, build pipelines, or other defined services based on the deployment ID.
cloneClones a specified GitHub repository into the current directory.
pullPulls the latest changes from a specified GitHub repository.
cmtManages commits to a GitHub repository, supporting various commit types and options.
pushPushes committed changes from a local repository to a remote GitHub repository.
staticManages static build of page, bundles, and documentation with comprehensive customization options.
rootDisplays the root path of the npm installation.
ipDisplays the current public machine IP addresses.
clusterManages Kubernetes clusters, defaulting to Kind cluster initialization.
deployManages application deployments, defaulting to deploying development pods.
secretWorkload secret store: SOPS/Age encrypted credentials projected as Kubernetes Secrets.
hostHost configuration: the node-level operational environment shared by the cluster.
appApplication environment: one deployment's runtime configuration.
stateRuntime state: live container execution state, health and metrics, exported off-cluster.
imageManages Docker images, including building, saving, and loading into Kubernetes clusters.
installQuickly imports Underpost npm dependencies by copying them.
dbManages database operations with support for MariaDB and MongoDB, including import/export, multi-pod targeting, and Git integration.
metadataManages cluster metadata operations, including import and export.
cronManages cron jobs: execute jobs directly or generate and apply K8s CronJob manifests.
fsManages file storage, defaulting to file upload operations.
monitorManages health server monitoring, the cluster observability stack, and host dashboards.
eventDispatches operational events and provisions the monitoring rules that trigger them.
sshManages cluster scoped SSH credentials and sessions for remote access to cluster nodes or services. Users are registered in engine-private/deploy/conf.users.json and keys are stored in engine-private/deploy/users/.
wireguardManages the WireGuard L3 hub-and-spoke transport and the HAProxy edge gateway in front of it.
haproxyManages the HAProxy edge gateway over the WireGuard transport (same subsystem as underpost wireguard).
vultrMeters the edge VPS bandwidth against its Vultr plan quota and blocks egress before overage accrues.
runRuns specified scripts using various runners.
testRuns the test tiers locally, inside deployment pods, or as a cluster Job with Allure reporting.
docker-composeGeneral-purpose Docker Compose development pipeline (mirrors the Kubernetes dev stack).
lxdManages LXD virtual machines as K3s nodes (control plane or workers).
baremetalManages baremetal server operations, including installation, database setup, commissioning, and user management.
packageGenerates the package manifests a deploy id owns, from the engine manifest and the deploy's product catalog, and installs the dependencies that catalog pins.
releaseRelease orchestrator for building new versions and deploying releases of the Underpost CLI.

See CLI Docs.

Keywords

underpost

FAQs

Package last updated on 01 Sep 2026

Related posts