BSB (Better-Service-Base) - LLM Index Purpose: Use this index to keep context minimal. Each link is a focused guide. Only load what you need. Bootstrap (start here for a new project): - Explains the minimal project skeleton, config files, and entry points so code you generate compiles and runs. https://bsbcode.dev/llms/nodejs-bootstrap.txt Docker Images: - Official image tags, base image behavior, plugin search paths, and container environment variables. https://bsbcode.dev/llms/docker.txt Production Deployment: - Runtime Docker/Compose deployment, config plugins, BSB_CONFIG variables, Vault keys, writable paths, and plugin install behavior. https://bsbcode.dev/llms/deploy-production.txt Plugins (Node.js) - pick the type you are building: - Service plugin: a deployable service with lifecycle hooks, config, and plugin clients. https://bsbcode.dev/llms/nodejs-plugin-service.txt - Events plugin: implements the event bus (emit, returnable, streaming). https://bsbcode.dev/llms/nodejs-plugin-events.txt - Observable plugin: implements tracing/metrics/logging output. https://bsbcode.dev/llms/nodejs-plugin-observable.txt - Config plugin: implements configuration providers (file, env, vault, etc). https://bsbcode.dev/llms/nodejs-plugin-config.txt - Vault managed config: secure config service, runtime API key binding, plugin catalog, and latest-active profile config. https://bsbcode.dev/llms/config-vault.txt - Plugin overview: shared structure and the common steps for any plugin type. https://bsbcode.dev/llms/nodejs-plugin-new.txt Build Hooks (Node.js): - Run custom npm scripts at specific points in the build/dev pipeline (codegen, transforms, packaging). https://bsbcode.dev/llms/nodejs-build-hooks.txt Docker Builds (Node.js): - Extend the official BSB Node image for service/plugin builds without mixing in deployment config. https://bsbcode.dev/llms/nodejs-docker.txt Dev Mode (Node.js): - Dev watcher paths, default dot-directory ignores, generated output ignores, and `bsb.dev.ignore`. https://bsbcode.dev/llms/nodejs-dev.txt Testing (Node.js): - Test runner usage and `bsb-tests.json` format for repo-defined test config. https://bsbcode.dev/llms/nodejs-tests.txt Registry: - Registry API guide for discovering published plugins/packages. https://io.bsbcode.dev/llms.txt