Listing your first item for sale on Pelagora
Save the markdown file, hand it to your AI, and your agent will have you connected and selling in minutes.
Scaffold Your Beacon
A Beacon is your node on the Pelagora network — a lightweight server that stores your inventory, manages negotiations, and connects you to other nodes. The CLI installer scaffolds everything you need.
The installer creates a complete project with:
- package.json with
pelagoraas a dependency - .env with your port and optional Reffo API key (see all config options)
- uploads/ directory for item photos and media
Using the Pelagora Skill? Just tell your AI agent "I want to run a node on Pelagora" and it will run the installer for you, choosing sensible defaults.
Connect to the Mesh
Start your Beacon and it automatically connects to the Pelagora network via the Distributed Hash Table (DHT). No central server, no registration — just peers finding peers.
Once connected, you can:
- Browse the network through the built-in Web UI at
localhost:3000 - Search for items listed by other Beacons on the mesh
- Set your profile — give your Beacon a name, location, and description so others can find you
Want AI access? Install the MCP server with npm install -g @pelagora/mcp and your AI agent can browse the network, manage inventory, and negotiate on your behalf. See the MCP server docs.
List Your First Item
Your Beacon is live. Now give it something to sell. Create an inventory item by snapping a photo. , attach a price, and it's immediately discoverable by every other node on the mesh.
That's it. Your item is now visible to anyone searching the Pelagora network. You can also do this through:
- The Web UI at
localhost:3000— point-and-click inventory management - Your AI agent via the MCP server — "list my surfboard for $450"
Negotiations are peer-to-peer. When a buyer sends a proposal, you can accept, reject, or counter — all happening directly between Beacons over the DHT. No platform fees, no middleman.
Ready to build on
the open sea?
Grab the Skill, hand it to your AI, and have a Beacon running in minutes.
