Reply-thread engineering:
@kitto.nekoweb.org
pitched
"a Gleam SSG that pulls docs from a Tangled repo and publishes them to the PDS,"
then asked their own question back:
"couldn't this just be a webasm static page?"
This is the "yes, and here it is" answer. Paste markdown — or a raw doc URL,
from a Tangled repo's raw-file link or anywhere with permissive CORS — and it's
parsed by a real WebAssembly build of
md4c right here in the tab, then
exported as an actual static site. No Gleam backend, no server round-trip, no PDS write
required to prove the shape works.
loading render engine…