Experiment to rebuild Diffuse using web applets.
0

Configure Feed

Select the types of activity you want to include in your feed.

1{ 2 "imports": { 3 "@web-applets/sdk": "npm:@web-applets/sdk@0.2.0-alpha.8", 4 "astro": "npm:astro@^5.4.1" 5 }, 6 "tasks": { 7 "build": "astro build", 8 "dev": "astro preview" 9 }, 10 "compilerOptions": { 11 "lib": ["dom", "dom.iterable", "dom.asynciterable", "deno.ns"] 12 }, 13 "nodeModulesDir": "auto" 14}