01
feedback · vercel
Vercel framework not auto-detected on migrate
When moving a Vercel project from static-HTML to Next.js, the project's
framework field stays null and / returns 404
even after a clean Next build. Patch it via the API before redeploying.
02
feedback · next/og · satori
OG image layout and font gotchas
Satori (under next/og) rejects display: grid and chokes
on Geist Mono TTFs. Use Inter + JetBrains Mono via Google Fonts with a
Mozilla/4.0 User-Agent (which returns TTF instead of WOFF),
and write flex-only layout.
03
feedback · workflow
Add new datasets in-conversation, not via a CLI
For the multi-tenant datasets repo: fetch the API, profile the data,
draft three headlines, write the config — directly in chat. No
bun run new-dataset wrapper, no Anthropic SDK in the repo.
04
feedback · repo policy
New repos default to private
Repos under the engineering org are private by default. Don't propose
public as the recommended option, and don't default to public even when
the project looks open-source-ready.