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

út 14. 4. 2026 v 3:11 odesílatel Michiel de Jong <michiel@unhosted.org>
napsal:

> 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!
>

Thanks for the early feedback. It's honestly a really really good server. I
spent the last 4 months 24/7 putting in alot of the stuff we've spoken
about over the last decade

One thing that a huge amount of work went into is payments. I have
implemented PaymentConditions, HTTP 402, on-chain commentiments, and smart
contracts. A huge amount of thought went into it, but I am very happy with
the results. I dont believe there is anything else like it anywhere, with
the possible exception of x402, but that is much more specific.

I too believe that adding an economic layer to things can be a force
multiplier. Often the biggest challenge is to get things started, but
perhaps could become easier as groups form.


>
> 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: 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: 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 Wednesday, 15 April 2026 21:48:12 UTC