Published by crows call me breadlady

published

crows call me breadlady's Post

In Reply To: this post

the first app that will support minos integration — to support multi-device sync — will be my diary “spellbook” which you can already use:

garbados.github.io/spellbook/

spellbook stores its data in your browser, so your data never leaves your machine. once it has minos integration, your data will be able to sync using a minos token, so your data will only leave your machine to get stored on infrastructure you trust.


Likes: 0
Boosts: 0
Hashtags:
Mentions:

Comments

Displaying 0 of 1 comments

crows call me breadlady

In response to this post

my appdev philosophy these days is to make web apps that clock in at under a megabyte, so they run everywhere and load *fast*. i want to make tooling that allows me to make more kinds of apps into tiny websites, especially multi-user apps like chatrooms, or social feeds. even once i complete minos 1.0, there will be tons of documentation to write to explain best practices in a “bring your own data” paradigm, but, personally? i think i write decent docs


in pursuit of making tiny websites, i’m cutting react out of my stack as much as i can, which practically also includes nixing jsx. to that end, i published html-alchemist to provide a more concise way to express and template html in javascript, completely eliminating my need for jsx. combined with webcomponents, you can remove react from your stack entirely without losing any functionality — and you’ll never have to write an end tag again!

npmjs.com/package/html-alchemi

by crows call me breadlady ;


Likes: 0

Replies: 1

Boosts: 0