web interface for labeling content in atproto / Bluesky
The Ozone service is a labeling tool designed for the Bluesky application and other related atproto apps. The Ozone user interface, built with Next.js, communicates directly with the Ozone labeling service. This tool is typically used by moderators or administrators to handle various tasks related to content moderation, account management, labeling, and more.
To install Ozone, follow these steps:
npm install --global yarn
.yarn dev
.For running your own Ozone labeler service:
Ozone is a valuable tool for content moderation and management, particularly designed for Bluesky and related atproto applications. Its features include handling moderation reports, content takedowns, labeling, account suspension, and more. Installation involves setting up Node.js, cloning the repository, and running the development server. Additionally, users can run their own Ozone labeler service by following the guide provided in the HOSTING.md file.