Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/pagesToDisplay/EtherpadEcosystem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
faPlug,
faDesktop,
faTerminal,
faShieldHalved,
faNetworkWired,
faDatabase,
faHouse,
Expand Down Expand Up @@ -59,6 +60,12 @@ const PROJECTS: EcosystemProject[] = [
icon: faRobot,
description: "Agent-native Etherpad tooling — a Go CLI, a Claude Code skill and an MCP server, generated from a spec so AI agents can drive Etherpad.",
},
{
name: "Etherpad Scanner",
url: "https://scanner.etherpad.org",
icon: faShieldHalved,
description: "Security-focused scanner for public Etherpad instances — check whether an instance is healthy, correctly configured and up to date.",
},
{
name: "Socket.IO Proxy",
url: `${ETHERPAD_ORG}/etherpad-proxy`,
Expand Down