Apps

A collection of small, self-contained HTML/JS apps. Each subfolder is one app — just open its index.html directly in a browser, no build step required (the one exception is Progression, which fetch()es data files and so needs a local static server — see its README).

Apps

Shared data

data/ holds downloadable data files shared across apps, rather than duplicated per-app — currently the datasets Progression scrubs through.

Publishing

Most apps are published to https://agentscript.acequia.io/agentscript/apps/ by a small Deno + WebDAV script that walks each app folder recursively (so any JS, CSS, images, or data an app adds go up alongside its index.html). That script and its server credentials are kept local, not in this repo.

A few apps are instead hosted as Deno Deploy Playgrounds — noted per app above.