What's shipped recently.
Every project's "..." menu on the dashboard now has "Deploy to Vercel" -- downloads your build as a ready-to-deploy folder and opens vercel.com/new so you can drag it straight onto your own account. GYSM never sees your Vercel login.
Pages were throwing React hydration errors on load in some cases -- root-caused to a few different things (a page reading URL query params in a way that forced full re-rendering on every visit, and font names getting mis-escaped inside an inline stylesheet) and fixed at the source on each affected page.
Inter (and Instrument Serif on a couple of pages) was silently failing to load and falling back to system fonts everywhere, caused by a broken font URL. Fixed across every page that loads a custom font.
The homepage footer's Product, Account, and Company columns are now bold instead of regular weight, and "Work with us" was added as a real contact link.