feat(apps): scaffold register + validators-portal placeholder pages#91
Conversation
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis PR introduces two new Next.js 15 landing applications for SentrisCloud: Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested labels
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Replaces the silent `validators.sentrixchain.com` → landing-page redirect with a real placeholder app, and stands up the matching `register.sentrixchain.com` host promised by the validator onboarding docs.
Two new Next.js apps in the monorepo, both built on top of the existing `apps/landing` template (Next.js 15.5, App Router, Tailwind v4, dark theme, brand-consistent typography):
Both pages have CTAs (docs link, mailto: waitlist, cross-link to the other app) and footer with the shared social/contact set.
Infra (applied outside this PR, on vps4 directly)
Test plan
Follow-up workstreams
These were scoped OUT of this PR:
Summary by CodeRabbit
Release Notes
New Features
registerapp: a Sentrix validator registration landing page with live mainnet stats.validators-portalapp: a dedicated validators portal with chain data and product listings.Chores