This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Max McDonnell
maxmcd.bsky.social
did:plc:iwk7gca376isiyd3g77zeusn
```js
import { greet } from 'at://maxmcd.bsky.social/3mdxxvwx4r227';
export default {
fetch(request) {
return new Response(greet("World"));
}
}
```
2026-02-03T18:46:03.595Z