This release updates how pull request previews are presented and managed, switching the frontend preview experience from Railway to Vercel.
Preview updates
Frontend previews are now provided via Vercel native preview deployments rather than Railway. This aligns preview behavior with where the frontend is actually hosted, and makes it clearer what to expect when reviewing PR changes.
Preview status messaging was also updated to reflect Vercel’s automatic cleanup. When a PR is closed, Vercel preview deployments are automatically deleted, and the preview summary now calls that out directly.