| Start an app, manage lifecycle, graceful shutdown | @hile/core, @hile/cli, @hile/bootstrap | Core lifecycle |
| Create an HTTP endpoint or Koa middleware | @hile/http | HTTP API, HTTP, Model, and TypeORM |
| Run Next.js and API controllers on one port | @hile/http-next | HttpNext, HttpNext fullstack |
| Run independently built RSC plugins through one Host | @hile/rsc | RSC packages, Complete RSC plugin guide |
| Compile immutable production RSC plugin artifacts | @hile/rsc-build | RSC packages |
| Add incremental RSC development and hot reload | @hile/rsc-development | RSC packages |
| Decode plugin Flight inside a Next Host | @hile/rsc-next | RSC packages, Complete RSC plugin guide |
| Put business logic somewhere reusable | @hile/model | Model and context |
| Propagate request id, tenant id, logger bindings, or micro context | @hile/context | Model and context |
| Connect to SQL through TypeORM | @hile/typeorm | Core lifecycle, Infrastructure architecture |
| Connect to Redis | @hile/ioredis | Core lifecycle, Infrastructure architecture |
| Create structured logs | @hile/logger | Core lifecycle, Infrastructure architecture |
| Add read-through Redis cache | @hile/cache | Infrastructure architecture, Redis cache |
| Run cron or delayed jobs | @hile/schedule | Infrastructure architecture |
| Build a custom file loader or understand route mapping | @hile/loader | Infrastructure architecture |
| Add request/response messaging over WS/IPC/worker | @hile/message-* | Messaging and Micro |
| Load file-based message handlers | @hile/message-loader | Messaging and Micro, Micro RPC |
| Build service discovery or RPC | @hile/micro | Messaging and Micro, Micro RPC |
| Expose distributed microservice capabilities through one MCP server | @hile/mcp | MCP API, Distributed MCP gateway |
| Push runtime config without restarts | @hile/micro-dynamic-configs | Messaging and Micro, Runtime config |
| Stabilize config-driven runtime reloads | @hile/reloader | Reloader, Stable runtime reload |
| Compose topics, config, and reloader state as refs | @hile/reactivity | Reactivity, Stable runtime reload |
| Protect a critical section with a lease | @hile/redis-lock | Redis reliability |
| Stop duplicate retry side effects | @hile/redis-idempotency | Redis reliability, Queue idempotency |
| Enforce shared quotas or 429s | @hile/redis-rate-limit | Redis reliability |
| Persist and retry background jobs | @hile/redis-stream-queue | Redis reliability, Queue idempotency |
| Scaffold a new project | create-hile | create-hile, Project scaffold |