inspecting your gift
What are starkits doing when you do the following in your top-level main.tcl file:
package require starkit starkit::startup package require app-hello
Look inside the box:
cp tclkit tcopy sdx unwrap tcopy
Now look at "tcopy.vfs/lib/vfs/*.tcl" to see what is going on inside; it is all plain Tcl; no magic ;)
Thanks a lot jcw!