Pelagora Node
Pelagora is a local-first marketplace node that runs on your machine. It provides:
- Web UI — A built-in browser interface for managing your inventory
- REST API — Full HTTP API for programmatic access
- DHT Networking — Peer discovery and communication over Hyperswarm
- SQLite Storage — All data stored locally in WAL mode
- Skill System — Extend functionality with installable plugins
Install
bash
npm install pelagoraOr use the interactive installer:
bash
npx pelagora-cli-installerQuick links
- Installation — All installation methods
- Web UI — Using the built-in interface
- API Reference — Full REST API
- Data Model — Ref model, traits, and statuses
- DHT Networking — Peer discovery
- Sync — Cloud sync protocol
- Configuration — Environment variables and settings