You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,15 @@ The codebase is automatically tested using Vitest and Playwright.
35
35
36
36
# Credits ❤️
37
37
38
+
We build on top of some really great technologies:
39
+
40
+
-[Monaco](https://github.com/microsoft/monaco-editor): the open source editor that also powers VS Code
41
+
-[Yjs](https://github.com/yjs/yjs): CRDT for multi-user collaboration
42
+
-[MobX](https://mobx.js.org/): for our Reactive Runtime
43
+
-[Matrix](https://www.matrix.org): the backend of TypeCell.org is a single Matrix instance, using [Matrix-CRDT](https://github.com/yousefed/matrix-crdt) to store and collaborate on "documents as chat rooms"
44
+
-[ESM.sh](https://www.esm.sh/): for dynamic ESM imports from NPM
45
+
-[Typescript](https://www.typescriptlang.org/): for our compiler and language toolkit
46
+
38
47
TypeCell is proudly sponsored by the renowned [NLNet foundation](https://nlnet.nl/foundation/) who are on a mission to support an open internet, and protect the privacy and security of internet users. Check them out!
0 commit comments