Sorry for the confusion, not sure what a "true embed of node" on a webpage would be. "Replicating node" certainly wouldn't be either, I suppose the only thing that would be truly embedding node is compiling the node binary with emscripten or NaCL? If that's what you were thinking then no, we are allowing you to embed "node source code examples" into a webpage that users can run.
a "true embed" would be something like Electron, that's running a node instance on the client, and can work independently without any interaction with a server.
We're using the word "embed" in what I feel like is a pretty generically understood web term of "take this external thing and embed it in your page".
The actual thing you are embedding is a version of our app, Tonic, which yes interfaces remotely with Node.js. I think this title is the best way of getting the idea across in a few words though.
That means your embeds can write to the filesystem, use any npm package, (even spin up child processes if that's what you want to show off!).