The official developer platform for JSDex OS. Build apps with the JSDex SDK, publish via jsdxpkg, and reach every JSDex user on wideweb.pages.dev.
Every JSDex app is a self-contained HTML file with a jsdex.manifest.json sidecar. No build tools required.
jsdex.manifest.json next to your app file to register it with JSDex.Every JSDex app needs a manifest. This is how JSDex knows your app's name, icon, permissions, and which editions it supports.
go has all apps, minimal has limited set.utility, media, productivity, games, developerfree or a dollar amount like "2.99". Paid apps require a WideWeb developer account.The JSDex SDK gives your app access to OS-level features — filesystem, notifications, window management, and more. All calls go through the JSDex global object.
filesystem.read or filesystem.write permission.notifications permission.user.read permission.launch permission.Write a mini JSDex app right here. The preview shows exactly how it would look running inside a JSDex window.