This is a Blog Intercom Instance

Manages IndieWeb things for https://serverless.industries. 🚀

Blog Intercom is an API to connect statically generated websites with other websites or social media platforms via webmention protocol.

$ # Show some statistics
$ curl "https://intercom.serverless.industries/stats/summary" | jq
{
    "lastReceivedMention": "2025-05-21 23:46:32",
    "lastSentMention": "2025-05-09 21:39:04",
    "queuedIncoming": 0,
    "queuedOutgoing": 0,
    "pendingApproval": 1,
    "storedReactionsStats": {
        "bookmark": 2,
        "comment": 2,
        "like": 7,
        "mention": 4
    },
    "usedProtocolStats": {
        "webmention": 15,
        "pingback": 2
    }
}

Current Project State

In development: