Start, host, and cultivate communities. Own your communications, organize your resources, and share documents. Groups is a decentralized platform that integrates with Talk, Notebook, and Gallery for a full, communal suite of tools.
Send encrypted direct messages to one or many friends. Talk is a simple chat tool for catching up, getting work done, and everything in between.
Notebook is a standard short and long form text editor. Within Groups, you can use Notebook to write, edit, and publish text.
Gallery is a versatile repository for collective knowledge and references you want to share or remember. Within Groups, you can use Gallery to collect links, images, media, and even random musings.
This project uses the formal comment spec for all Hoon code to ensure compatibility with doccords once support is released.
Additionally, detailed documentation is available in the Docs Landscape app if you have both Docs and Groups installed on a running Urbit ship.
Visit this repository's wiki for an overview of how to use Landscape and its apps.
The %groups
desk provides several simple agents with discrete concerns. This
list may expand over time, but new agents are unlikely for the time being.
%groups
- The organizational substrate for constructing, joining, finding, and managing groups (different than the in-group activity of chatting, writing, or collecting)%chat
- 1:1 and multi-DM capabilities for Talk and Chat channels in Groups%diary
- Notebook channels in Groups%heap
- Gallery channels in Groups%hark
- Notifications within Groups and Talk, and a general notification bus for Landscape, which will eventually be moved to Landscape proper%notify
- Hooks for iOS push notifications
All actions are performed with pokes. See the on-ship developer documentation for more details.
At the moment, Groups and Talk both make use of %settings-store
, %s3-store
,
and %contact-store
agents in the %landscape
desk (the historical name for
the Groups 1 app). We will eventually distribute these as part of the base
%garden
desk (the system launcher UI we now call Landscape). Finally, we will
rename %garden
to %landscape
, reducing confusion everywhere.
We have plans to replace %contact-store
with a Groups agent (and standalone
contact + identity management app) on the tails of Tlon core devs’ subscription
reform
efforts.
Nothing is changing in the short-term, but if your app uses this store, you may
want to stay subscribed to our announcements in the urbit-dev mailing
list.