npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@rito-blue/labeler

v0.0.5

Published

Lightweight Bluesky labeler server for Cloudflare Workers.

Downloads

4,012

Readme

Rito Labeler

English | 日本語


English

npm version license

Lightweight Bluesky labeler server designed for Cloudflare Workers. Fast, serverless, and easy to deploy.

Features

  • 🚀 Full Stack: Both Solo PDS (Cirrus) and Labeler in a single Cloudflare Worker.
  • 🛠️ Unified CLI: Zero-config setup for both identity and moderation services.
  • 🛡️ Secure by Design: Automatic password hashing and separate signing keys.

Prerequisites

Before you start, you will need:

  • Cloudflare Account: To host the worker and storage.
  • Managed Domain: A domain name managed in your Cloudflare account (used for your Handle and did:web).
  • pnpm / npm: To install dependencies.

Supported Endpoints

This library implements a subset of atproto XRPC endpoints relevant to labeling and moderation:

  • Labeling: queryLabels, subscribeLabels (Websocket).
  • Moderation: emitEvent, queryStatuses, queryEvents, createReport.
  • Team: listMembers, updateMember.

日本語

🚀 特徴

  • 🚀 フルスタック: Solo PDS (Cirrus) とラベラーを1つの Cloudflare Worker に統合。
  • 🛠️ 統合CLI: アイデンティティとモデレーションサービスの両方を設定不要でセットアップ可能。
  • 🛡️ 安全な設計: パスワードの自動ハッシュ化と個別の署名鍵管理。

📋 前提条件

開始する前に以下が必要です:

  • Cloudflare アカウント: Worker とストレージのホスティング用。
  • 管理ドメイン: Cloudflare で管理されているドメイン名(ハンドル名および did:web として使用)。
  • pnpm / npm: 依存関係のインストール用。

📡 サポートされているエンドポイント

atproto の XRPC エンドポイントのうち、ラベリングとモデレーションに関連するサブセットを実装しています:

  • ラベリング: ラベルの取得 (queryLabels)、リアルタイム配信 (subscribeLabels)。
  • モデレーション: イベント発行、ステータス照会、履歴照会、ユーザーからの通報受付。
  • チーム管理: モデレーターの一覧表示、ロール設定。

Quick Start / クイックスタート

1. Setup / セットアップ

Create a new directory and initialize your project: 新しいディレクトリを作成し、プロジェクトを初期化します:

mkdir my-rito-labeler
cd my-rito-labeler
npx @rito-blue/labeler@latest setup

Follow the prompts for Domain (Handle) and Password. The CLI handles everything. プロンプトに従って ドメイン(ハンドル)パスワード を入力してください。残りの設定はすべて CLI が自動で行います。

2. Deploy / デプロイ

pnpm install
pnpm run deploy

CLI Commands / CLIコマンド

  • npx @rito-blue/labeler setup: Interactive setup. / インタラクティブなセットアップ。
  • npx @rito-blue/labeler deploy: Set secrets and deploy. / シークレットを設定してデプロイ。

Architecture / アーキテクチャ

Rito Labeler uses Hono (High-performance web framework) and Durable Objects (Websocket & state management).

License

MIT License - Copyright (c) 2026 usounds.work

Contributing

Vulnerabilities should be reported via Bluesky @usounds.work.