diff --git a/configuration/sources/modular-matrix/index.html b/configuration/sources/modular-matrix/index.html index e43703b..e55ece0 100644 --- a/configuration/sources/modular-matrix/index.html +++ b/configuration/sources/modular-matrix/index.html @@ -8,16 +8,44 @@

Modular Matrix

- NOTE: If you're looking for the Matrix website, go to Matrix.org. If you're looking for the Matrix hosting service, go to Modular.im. This project is not affiliated with either of those two. + NOTE: If you're looking for the Matrix website, go to Matrix.org. If you're looking for the commercial Matrix hosting service, go to Modular.im. This project is not affiliated with either of those two.

Hi! This will eventually be the website for Modular Matrix, a project to build a modular JavaScript SDK for the Matrix protocol, as an alternative to the matrix-js-sdk.

- Currently there's not really anything here yet, though you can have a look at the already-published packages if you're curious about how things are going. + Currently there's not much here yet, though you can have a look at the already-published packages if you're curious about how things are going.

You can contact me on Matrix as @joepie91:pixie.town.

+ +

Primary design goals

+ +

+ These are not the *only* goals, but they are the most important ones, and the ones that are most often overlooked in library design. +

+ + + +

+ The common theme here is that Modular Matrix is designed to be human-friendly. It's not about clever technical hacks or micro-optimized implementations that exploit runtime specifics, but about creating a set of libraries that are pleasant to work with and don't yield unpleasant surprises. +