The public hub for the Ring ecosystem — opportunities, vendors, docs, messaging, wallet, and white-label community clones powered by the same React 19 + Next.js 16 codebase.
| Badge | Value |
|---|---|
| Version | 1.97.6 |
| Stack | Next.js 16 · React 19 · TypeScript 6 · Tailwind 4 · wagmi 3 |
| Site | ring-platform.org |
| Changelog | ring-platform.org/changelog |
Ring Platform Portal is the community face of Ring:
- Single entry to entities, opportunities, store, news, wiki, and wallet
- AI Matcher for relevant opportunities (not noise)
- User credit + native / RING token economy with PaymentConductor (WayForPay, Stripe, PayPal, credit)
- Professional networking with confidential tiers
- Docs and customization guides for self-hosted clones
- Turnkey path via Ringdom settlers (MCP / Reggie ringization)
- Offers and requests with AI Matcher scoring
- Ring customization / mentorship / partnership types
- Real-time feed updates via Tunnel (SSE / WebSocket)
- Multi-vendor catalog, cart, checkout
- PaymentConductor ledger; promotions and share-and-earn
- Product AI chat (Messenger + SSE)
- Custodial + connected wallets
- Credit top-up, token swap paths, staking module
- NFT gates and NFT market (gallery / generative art)
- Direct messaging (list, thread, composer)
- News collaboration, amendments, TipTap editor
- Owner project CRM lab (
/my-orders,/my-jobs)
- MDX docs at
docs/{locale}/**(EN/UK/RU/ES/DE packs) - Karpathy-style wiki; file cabinet + public galleries
- Mood player: manage
/profile/songs, public/{username}/player
- Entity profiles and vertical presets
- Role hierarchy VISITOR → SUBSCRIBER → MEMBER → CONFIDENTIAL → ADMIN
- Ring Mailer auth (OTP / magic link / password) — no Resend
Next.js 16 App Router + React 19 RSC
├── TypeScript 6
├── Tailwind CSS 4 + Radix UI
├── next-intl (en, uk, ru, es, de)
├── Tunnel SSE / WebSocket
└── wagmi 3 / viem / Solana + EVM adapters
PostgreSQL-primary (Firebase / Connect adapters available)
├── ring-db *Doc domain API
├── PaymentConductor
├── AI Matcher + LLM clients
├── Email CRM pipeline (features/email-crm/pipeline)
├── Ring Mailer (lib/mailer.ts)
└── FCM + Tunnel notifications
ring-platform.org/
├── app/ # Pages, API routes, server actions
├── features/ # Domain modules (41+)
├── lib/ # Shared SSOT
├── docs/{locale}/ # Public docs + changelog.json
├── locales/ # i18n packs
└── data/ # schema + migrations
| Asset | Role |
|---|---|
| User credit | Platform utility balance (top-up, store, promotions) |
| Native / RING token | Governance-style + Web3 payments, staking, NFT gates |
| PaymentConductor | Unified ledger across card, PayPal, WayForPay, credit, on-chain lanes |
Exact supply / APY figures are deployment-specific — see /docs/customization/token-economics.
- Auth.js v5 with role-based gates
- Rate limits, CSP, XSS sanitization
- Email CRM: multi-layer prompt-injection defenses on inbound
- OSS tree excludes k8s secrets and empire CLI (
install.sh+ env templates)
- Sign up (OAuth, wallet, or Ring Mailer email)
- Complete profile / entity
- Browse opportunities, store, news, wiki
- Message partners; optional membership / NFT gate
- Member+ vendor profile
- List products / services
- Checkout via PaymentConductor
- Optional generative media and promotions
git clone+install.sh/scripts/setup-dev.sh- Read README.md and
/docs - White-label via env + presets; or settle on ringdom.org
- FEATURESET.md — capability inventory
- ROADMAP.md — status and priorities
- README.md — full project README