1.0.5 • Published 9 days ago

create-iris v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 days ago

Iris Docs

Iris Docs is a proof-of-concept collaborative tool featuring docs, canvas and an explorer for the underlying IrisDB data structure.

Accounts are public keys: you can create them at will, and no one can take away your account. Your data is synced over Nostr relays and also stored locally in your browser.

Users can freely choose whose edits to a document they want to see. For example, editors can be a list of users curated by the document's creator, or it could be everyone you follow on Nostr. You can always fork someone else's document and change the list of editors you want to see.

This is especially useful in use cases like wikis, where all users might not trust the same authors. It avoids the centralization of power to a handful of moderators, and ultimately the owner of some domain name.

The underlying IrisDB can be used to easily create all kinds of decentralized applications. https://github.com/irislib/irisdb

For text document sync, we use https://github.com/yjs/yjs

Deployed on docs.iris.to

create-iris

This project is also a template for quickly getting started with IrisDB & Nostr web application development.

It has basic building blocks like app routing, navigation, authentication, network settings, social networking and IrisDB usage examples.

npm create iris@latest

Stack

Development

npm install
npm run dev