xtr.dev is building essential plugins for PayloadCMS and tools for peer-to-peer connectivity.
We create open-source packages that solve real development needs.
A comprehensive suite of PayloadCMS plugins for building production applications:
- @xtr-dev/payload-automation - Visual workflow builder with collection triggers and JSONata expressions
- @xtr-dev/payload-feature-flags - Feature toggles and A/B testing
- @xtr-dev/payload-notifications - Complete notification system with web push support
- @xtr-dev/payload-billing - Payment provider integrations (Mollie, Stripe) with test mode
- @xtr-dev/payload-mailing - Template-based email system with scheduling
- @xtr-dev/payload-ecommerce - Products, orders, and carts for e-commerce
- @xtr-dev/payload-ecommerce-plus - Premium features with subscriptions and booking
Tags-based WebRTC signaling with HMAC authentication and durable connections.
- 🏷️ Tags-based discovery - Find peers by topic (e.g.,
["chat", "video"]) - 🔐 HMAC-SHA256 authentication - Secure credential-based API calls
- 🔄 Automatic reconnection - Built-in exponential backoff and message buffering
- 💾 Multiple backends - Memory, SQLite, MySQL, PostgreSQL, Cloudflare Workers
- rondevu-server - HTTP signaling server with JSON-RPC interface
- rondevu-client - TypeScript client with durable peer connections
- rondevu-demo - Interactive demo → ronde.vu
- rondevu-webtorrent - WebTorrent peer discovery plugin using Rondevu signaling