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

Hi Michiel, indeed, I have had the same thought process. I've started 
work on a few unhosted apps myself that I simply did not ever have the 
time for. And have ideas for more.

I've been announcing them at https://community.remotestorage.io

Found a few rs.js bugs, and proposed a token exchange addition to the spec:
https://github.com/remotestorage/spec/issues/201

It's really nice to finally be able to build the apps I've wanted, but 
have up until now only been available as commercial products where you 
don't own your data.

Looking forward to seeing what you create!

-Nick


On 14.04.2026 03:11, Michiel de Jong wrote:
> Wow, amazing results!
>
> I’m travelling now but when I get back to work I want to look into 
> your JSS work.
>
> For my own part I also want to see how the recent advances in AI for 
> software engineering (notably since December 2025) can help us make it 
> (economically) viable to finally build all the open source software 
> that we have been wanting to build for the last 15 years or so.
>
> It used to be that building a good Unhosted app or Solid app would 
> easily be 6 months full time work. Nowadays an app of the same quality 
> can probably be built in 6 hours using AI, which means I think we 
> finally have a viable chance to make an impact in the real world with 
> our work. So I’m super excited about the possibilities!
>
> Cheers,
> Michiel
>
> On Mon, 13 Apr 2026 at 23:16, Melvin Carvalho 
> <melvincarvalho@gmail.com> wrote:
>
>
>
>     čt 12. 3. 2026 v 15:19 odesílatel Michiel de Jong
>     <michiel@unhosted.org> napsal:
>
>         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!
>
>
>     I've added a few more protocols, and I think JSS is now feature
>     complete.
>
>     image.png
>
>     https://github.com/JavaScriptSolidServer/JavaScriptSolidServer
>
>
>         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.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, 14 April 2026 09:51:13 UTC