···11+---
22+title: "Introducing Disperse: A Share Sheet for the Atmosphere"
33+pubDate: 2026-04-30
44+image: /assets/disperse-hero.png
55+tags:
66+ - disperse
77+ - at protocol
88+ - atmosphere
99+ - atproto
1010+ - bluesky
1111+ - blacksky
1212+ - semble
1313+ - margin
1414+ - rabbithole
1515+ - kipclip
1616+ - sill
1717+ - open social web
1818+ - social media
1919+ - social web
2020+atUri: "at://did:plc:xgvzy7ni6ig6ievcbls5jaxe/site.standard.document/3mkq2cw7svw2e"
2121+---
2222+
2323+Over the last few months, I've been thinking through what services that cross the Atmosphere would look like. It's led to a few experiments that are worth sharing, so here's the first one.
2424+2525+[Disperse](https://disperse.social) is a website, bookmarklet, linkable service, and (soon) a browser extension that allows you to share in several different formats across the Atmosphere all at once. It uses the unique account and data ownership of Atmospheric accounts, and helps people discover apps in the ecosystem beyond Bluesky.
2626+2727+The thought behind this was "What if we build a service like Buffer from the ground up for the Atmosphere?" In short, it would mean not having to directly integrate with other services, automatically adopting new services that speak in the same formats, and - most importantly - giving the user a view of all of the different destinations they can share to without needing to create multiple accounts.
2828+2929+### Destinations, not Services
3030+[Disperse](https://disperse.social) uses the basic mechanics of reading and writing directly from your [Everything Account](https://augment.ink/the-everything-account/), or "Atmosphere account", rather than integrating directly with any service.
3131+3232+When you bring a link to [Disperse](https://disperse.social), it invites you to share in three ways:
3333+* Microblogs that show up in Bluesky and Blacksky feeds
3434+* Collections that you are a part of in Semble, Margin, and Rabbithole
3535+* Bookmarks that you can come back to in Kipclip, Sill, and Margin
3636+3737+When you send to microblogs, [Disperse](https://disperse.social) writes the post into your account - not to a service - then, lets services like Bluesky and Blacksky ingest it and distribute it. Simple as that.
3838+3939+When you want to add to a collection, we look at the various collections you already have in your Atmosphere acccount that are compatible with Semble, Margin, and Rabbithole. When you add the link, we add it to your account - again, not a service - in the format that makes sense. Since all of these services interoperate, whatever collections you add to will be ingested and distributed by all the services.
4040+4141+Finally, when you want to add a bookmark, we also give you the option to add tags that you've created in Kipclip. Once again, these bookmarks and tags will be added to your account - say it with me, not sent directly to a service - and will be ingested by Kipclip, Sill, and Margin so you can revisit them later.
4242+4343+The best part about all of this is that when new platforms and services use the same formats as the ones above, [Disperse](https://disperse.social) doesn't need to do any extra work to support them. New services will automatically ingest the link in the formats available, and you'll have more distribution without either of us doing any extra work.
4444+4545+That's not any magic by me, that's just how the Atmosphere works.
4646+4747+### How do I Disperse?
4848+You can use [Disperse](https://disperse.social) in four ways: the website, a bookmarklet, a link from your site, or (soon) a browser extension.
4949+5050+To use on the website, go to [disperse.social](https://disperse.social) and start Dispersing!
5151+5252+To add as a bookmarklet, **[drag this link](javascript:(function(){window.open('https://disperse.social/share?url='+encodeURIComponent(location.href),'_blank','width=540,height=800');})();)** to your bookmarks bar.
5353+5454+If you have a publication/blog, and want to be able to add it as a sharing option, you can use this block of code like I have across all the posts on augment (including this one!):
5555+```
5656+<a href="javascript:(function(){window.open('https://disperse.social/share?url='+encodeURIComponent(location.href),'_blank','width=540,height=800');})();">
5757+ Share with Disperse
5858+</a>
5959+```
6060+6161+And, soon, Disperse will have Chrome and Firefox extensions as well.
6262+6363+### Open Source and Open For Features
6464+[Disperse](https://disperse.social) is fully open source, and you can find the official repo on [Tangled](https://tangled.org/quillmatiq.com/disperse) along with mirrors on [Blacksky Forge](https://forge.blacksky.community/quillmatiq.com/disperse) and [GitHub](https://github.com/quillmatiq/disperse).
6565+6666+I already have a few other features in mind for Disperse, including a PWA with native mobile sharesheet integration, being able to search across collections and bookmark tags for folks who have a lot, and so much more. If there's any feature you want, feel free to [cut an issue on Tangled](https://tangled.org/quillmatiq.com/disperse/issues/new).
6767+6868+I hope you enjoy using [Disperse](https://disperse.social) as much as I enjoyed building it, and that it's useful for your Atmosphere sharing needs.