Skip to content

Getting Started

Pelagora is an open, decentralized peer-to-peer marketplace network. It consists of four packages that work together:

PackageWhat it doesnpm
Pelagora NodeLocal marketplace node with web UI, REST API, and DHT networkingpelagora
PIM ProtocolShared TypeScript types and category schemas@pelagora/pim-protocol
MCP ServerAI assistant integration via Model Context Protocol@pelagora/mcp
CLI InstallerInteractive setup wizardpelagora-cli-installer

How it works

  1. Install a node — Each user runs their own Pelagora node locally
  2. List items — Add inventory through the web UI, REST API, or AI assistant
  3. Discover peers — Nodes find each other over the Hyperswarm DHT
  4. Trade — Browse, make offers, and negotiate directly peer-to-peer

No central server. No platform fees. Your data stays on your machine.

Next steps

Released under the MIT License.