Vercel rebuild in progress
Private access, real availability, now rebuilt for Vercel.
This new Next.js App Router site recreates the public NTC experience with a cleaner deployment target for Vercel, while preserving the booking, VIP, Secure Deal, and admin intent from the current platform.
Why this migration
Live route coverage
Public route map recreated
The new app includes public route structure for the marketing and marketplace experience, plus placeholder shells for protected surfaces that still need their backend wiring migrated.
Public
- /
- /providers
- /providers/[service]
- /providers/[service]/[city]
- /secure-deal
- /secure-deal/[city]
- /vip
- /how-it-works
- /privacy
- /terms
- /refund-policy
- /cancellation-policy
- /support
- /login
Private shells
- /member-dashboard
- /provider-dashboard
- /admin
Provider preview
The public marketplace keeps its premium tone.
New York
Atlas Private
companionship access path
~9 min response
North Jersey
Luna Concierge
concierge access path
~14 min response
Miami
River Select
events access path
~11 min response
VIP membership
VIP is recreated as a first-class Vercel route.
The pricing page is already live in the new app and designed to accept Stripe, auth, and policy acceptance wiring next.
- Priority routing for new requests
- Reduced friction across provider discovery and follow-up
- Direct request support and cleaner completion handling
- VIP-only offers, drops, and trust surfaces
- Immediate membership activation after successful checkout
Migration plan
What still needs to move from the Vite app
- Replace Vite + React Router routing with App Router segments and Vercel-native layouts.
- Move auth, provider data, and booking writes behind Next route handlers or server actions.
- Reconnect Stripe checkout, Secure Deal, and Telegram deep-link flows with environment-backed integrations.
- Port admin/member/provider dashboards incrementally instead of cutting over the entire SPA at once.