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

Wow, super cool, congrats!
I was just trying it out and it looks like it's all working. And super cool
that you're bringing all these protocols together in a single server!

Cheers,
Michiel

On Tue, 10 Mar 2026 at 15:14, Melvin Carvalho <melvincarvalho@gmail.com>
wrote:

> 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 Thursday, 12 March 2026 14:19:15 UTC