SDK overview
Nodepod publishes five supported entry points.
| Import | Purpose |
|---|---|
@scelar/nodepod |
Browser runtime, types, filesystem, terminal, packages, process, HTTP, profiling, and inspection APIs |
@scelar/nodepod/headless |
Node.js, Bun, and explicitly headless runtime defaults |
@scelar/nodepod/server |
Fetch-style and Node-style runtime asset response helpers |
@scelar/nodepod/vite |
Vite plugin for development and production assets |
@scelar/nodepod/next |
Next.js route, middleware, proxy, matcher, and asset helpers |
Main browser lifecycle
Section titled “Main browser lifecycle”- Call
Nodepod.boot(options). - Use
fs,packages,spawn(),request(),port(),createTerminal(),snapshot(), or inspection/profiling capabilities. - Detach UI integrations.
- Call
teardown().
The generated reference includes every exported declaration from the five entry points and links source locations to the repository revision used for the build.
See the generated API reference.