A lightweight browser-based viewer for SPXP (Social Profile Exchange Protocol) profiles.
Try it: https://spxp.org/viewer
- Load and render any SPXP profile (name, photo, bio)
- Browse posts with pagination
- Navigate through the friends network
- Back/history navigation
spxp-viewer/
├── index.html # UI
├── app.js # Client logic
├── proxy.php # CORS proxy (PHP, required for servers without CORS headers)
├── server.js # Local dev server (Node.js)
└── README.md
node server.js
# Open http://localhost:8080https://spxp.org/spxp— Official SPXP profilehttp://testbed.spxp.org/0.3/heavyfrog799— Testbed profilehttps://bridge.spxp.org/ap/@spaceflight@techhub.social— ActivityPub bridge profile
- Ed25519 signature validation
- Encrypted content support
- Comments & reactions display
- Deep-link via URL parameter
Apache 2.0