This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
James Snell
jasnell.me
did:plc:benxh5zltpietbgknd2l3jmq
Some things that will (fairly soon) Just Work in Cloudflare Workers:
import { readFileSync } from 'node:fs';
readFileSync('/bundle/config');
const r = await navigator.storage.getDirectory();
const tmp = await r.getDirectoryHandle('tmp');
const file = await tmp.getFileHandle('foo',{create:true});
2025-07-24T20:55:30.813Z