Current Release Quick Start
If this is your first time using commflow, start here. This page only shows APIs that exist in commflow@0.0.2.
Install
Runtime Requirement
The package runtime is Node.js >=20.0.0.
The documentation site uses Rspress and has its own build-time Node.js requirement. That requirement does not change the runtime requirement for applications that only install commflow.
Read The Manifest
Create quick-start.mjs:
Run It
Expected Output
If you see this output, the package is installed correctly and the released manifest API is working.
What The Output Means
The manifest describes the current project direction, not released runtime clients:
request: planned first runtime path for one-shot request/response orchestration.sse: planned one-way streaming delivery.rpc: planned procedure-style communication with typed contracts.socket: planned long-lived duplex messaging.
primaryIntegration is currently vextjs, which means VextJS is the first intended integration target. plannedReplacement is vext/app.fetch, which identifies the VextJS request path planned for replacement after a real request runtime exists.
What This Does Not Include Yet
commflow@0.0.2 does not yet provide a request runtime client. Do not use planned API names as production imports.
Next Steps
- Read Manifest API for every field and export.
- Read Transport Map for the long-term channel model.
- Read Request Preview for planned request capabilities.
- Read Troubleshooting if import or version checks fail.
- Read VextJS Adoption for capability mapping, adoption stages, and compatibility checks.