Changelog

What's shipped recently.

Aug 23

Deploy any build to your own Vercel account

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.

Aug 23

Fixed a hydration bug on the homepage, pricing, and marketplace pages

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.

Aug 23

Google Fonts loading fixed app-wide

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.

Aug 23

Bolder footer, added "Work with us"

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.