SERVIX
Turn compatible npm packages into managed background services
Wrap a function, CLI, package, or listener once — then start, pause, resume, stop, and inspect it like a service.
npm
Knowledge package for agents
Give AI tooling versioned Servix truth as a devDependency.
npm i -D @x12i/servix-docs
Why install it
- Structured Markdown books, use-case packs, and a typed SDK
- Stable use-case ids keep agent prompts reproducible
When Wiring coding agents or CI tooling into a repo that uses Servix.
Not for Never a production runtime dependency.
What Servix owns
Lifecycle
install, start, pause, resume, stop, restart — one surface for every service.
Workers
Listener workers for events, proactive workers for schedules and API polls.
Wrapping
Your logic stays untouched; the wrapper is one small defineServixService call.
State & logs
Structured logs, persistent state, health checks, and per-service data directories.
Servix is a service shell, not your business logic. You wrap what already exists once, then run it like a service.