remoteStorage server (JavaScriptSolidServer) + 4 vanilla JS apps (single HTML files)

Hi all,

We built a remoteStorage server and four small apps, each implemented as a
single index.html with no build step or framework. Try them here:

Four tiny apps demonstrating remoteStorage using a single HTML file and no
build step.

https://javascriptsolidserver.github.io/remotestorage/

Apps:

- Notes: quick note-taking
- Bookmarks: save, tag, and search (webmarks-compatible)
- GroupTabs: split expenses in a group
- Editor: minimal text editor with auto-save

[image: image.png]

To try locally:

https://github.com/JavaScriptSolidServer/JavaScriptSolidServer

npm install -g javascript-solid-server
jss start --activitypub --idp

Then enter me@localhost:3000 in any app's RS widget.

JSS implements draft-dejong-remotestorage-22 as part of the SAND stack, a
single server that speaks:

- Solid linked data, WAC, Solid-OIDC
- ActivityPub federation with Mastodon and the fediverse
- Nostr relay and DID-based auth
- remoteStorage  unhosted app storage with OAuth implicit grant
- Git hosted repositories with push/pull

All share the same storage layer, OAuth, and WebFinger.

Source:

Apps: https://github.com/JavaScriptSolidServer/remotestorage
Server: https://github.com/JavaScriptSolidServer/JavaScriptSolidServer

Feedback welcome if anyone gives it a spin.

Melvin

Received on Tuesday, 10 March 2026 07:14:41 UTC