应用目录

Bitsocial 应用

Bitsocial 旨在成长为由任何人都能创建的成千上万款应用、工具和服务,而不是只经过守门人批准的那些。先看看现在已经上线了什么,然后提交你自己的。

提交应用

在 GitHub 上探索开发中的 Bitsocial 应用。如果你正在构建一个,请在 repo 中添加 "bitsocial" topic,方便其他人找到。

打开 GitHub topic

用于自定义 5chan communities 的 board 管理工具。

5chan Board Manager 连接到 Bitsocial CLI,帮助管理员创建、配置和管理自定义 imageboard 板块。它是为希望掌控运营的板块所有者提供的工具层。

OpenAI-compatible moderation checks against each community's rules.

AI Moderation Challenge evaluates Bitsocial comment content against community.rules with an OpenAI-compatible model endpoint. Communities can route risky posts to review while keeping provider keys and prompts in private node settings.

用于 nodes、communities 和 automation workflows 的命令行控制。

Bitsocial CLI 是该协议的官方终端界面。可用它来管理节点、发布内容、启动用于程序化控制和代码自动化的 WebSocket JSON-RPC 服务器、自动化管理流程,并且无需 GUI 客户端即可直接与 Bitsocial 原语交互。

将新的 Bitsocial posts 转发到 Telegram channels 或 groups 的 feed bots。

Bitsocial Telegram Bots 会监控 client 的 community lists,并把新的 posts 转发到 Telegram destinations,同时附带返回 Bitsocial clients 的 inline links。当前 active bot 覆盖 5chan feeds,repo 也已按可持续扩展的方式组织,便于未来加入更多 client-specific bots。

面向希望进行人工 verification 的社区的自定义图片验证码。

Captcha Canvas Challenge 会生成视觉验证码,社区可以把它接入自己的 publishing flow。对于想要直接人工检查、又不想放弃 self-hosted moderation 的社区来说,这是一个轻量选择。

面向想要 token 或 contract 检查的社区的 on-chain gating。

EVM Contract Call 会在 post 被接受之前调用 EVM contract 来验证 publications。它让社区可以把 token gate、staking rules 或其他 on-chain checks 集成到 moderation flow 中。

Mintpass logo

面向需要更强 anti-spam gate 的社区的 NFT 驱动访问控制。

Mintpass 是 Bitsocial 社区的灵活 authentication layer。它允许 moderators 组合 NFT ownership、verification flows 和 custom challenge modules,而不用把所有人推向一个中心 login system。

用于过滤 abusive publications 的集中式风险评分层。

Spam Blocker 会评估 publications 并返回一个 risk score,社区可以把它和自己的 moderation logic 结合起来使用。当你想在构建更自定义的 anti-spam rules 之前先加一层实用的额外保护时,它很有用。

适合偏好受控增长的社区的邀请码式 voucher code。

Voucher Challenge 让 moderators 分发可信的 voucher code,在不依赖全局 identity provider 的情况下解锁 publishing。它很适合 invite-driven community、niche board 和逐步 rollout。