atproto is the only social protocol where a git star, a package like, and a blog post all flow through the same event stream.
The firehose doesn’t care which app made the record. It’s all just lexicons
Posts by exosphere.site
Screenshot of the airglow app and exosphere app side by side demonstrating the automation between both
@airglow.run 🤝 @exosphere.site
Screenshot of the Airglow app
Who wants to try @airglow.run?
I'm already using it on @exosphere.site to automatically create a task on the kanban board when a feature request is approved by the owner.
It's pretty flexible and unlocks a lot of use cases
Form to create a new automation based on a pds event
View of an automation that automatically writes a post on bluesky when an ew blog post is published an standard.site
Currently working on an automation tool for the AT Proto.
The MVP is almost ready to be released.
Stay tuned!
#buildinpublic
It's not yet in production, but I made a lot of progress this morning on the users and permissions management.
It will be needed for the next module (Kanban board), which must be more restrictive than the Feature Requests module
Two days ago I released the self-hosted version of Exosphere. It quickly became obvious that users might be more likely to use the hosted version.
Here it is! Our biggest upgrade yet 🤩
Let's talk a bit about the technical details. The app is built with @hono.dev @drizzle.team @preactjs.com and @vite.dev
Auth is managed with @atproto.com (of course).
The data fully live on the AT Protocol and is indexed in an SQLite DB.
And the code is open-sourced on @tangled.org