# yyx990803/pod

Git push deploy for Node.js

Repository: https://github.com/yyx990803/pod
Canonical: https://ross.abutalabs.com/products/pod
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2020-10-31T13:02:39+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4943, "days_push": 2132, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1333, forks 109 (observed 2026-08-28T04:04:24.738654+00:00)

## What it is
Pod is a CLI tool that simplifies deploying and managing multiple Node.js apps on a Linux server via git push deployment using git hooks. It pairs git-based deploys with process management powered by pm2, and includes a web interface and optional proxy routing.

## Use cases
- deploy a node app to a vps with git push
- set up and manage multiple node.js apps on a linux server
- automatically restart node apps after pushing code
- host personal node projects on a cheap vps
- manage node app processes with pm2 from a simple cli
- route requests to multiple node apps on port 80

## When to choose
- you want dead-simple git push deploys for node.js apps on your own vps
- you manage several small personal node apps on one linux server
- you prefer minimal tooling over full CI/CD pipelines

## When to avoid
- you need containerized or multi-server deployments
- you require DNS management or full reverse-proxy configuration out of the box
- you need a tool with active recent development and modern node version support
- you deploy non-node.js applications

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: deployment, cli, developer-tools
- domain: developer-tools, backend
- platform: cli
- tags: git-push-deploy, nodejs, pm2, vps-hosting, process-management, devops, automation, linux

## Member repositories
- yyx990803/pod (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:24.738654+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:44:55.973967+00:00, confidence not recorded.
  - readme: https://github.com/yyx990803/pod (fetched 2026-08-28T04:04:24.738654+00:00, sha 2860394fb982)
  - registry_npm: https://registry.npmjs.org/pod (fetched 2026-08-29T12:04:23.038351+00:00, sha 23669b503de0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
