
React Shot
Code your App Store screenshots. Ship in minutes.
7 followers
Code your App Store screenshots. Ship in minutes.
7 followers
A declarative React SDK for App Store / Play Store screenshots. 11 primitives, in-browser preview, export PNGs with one command. Ships with an AI agent skill so Claude can localize and iterate your sets.




jared.so
Code as source-of-truth for app store screenshots (so an agent can actually edit it) is the right inversion — Figma-as-master is what breaks agent-driven localization. 11 primitives is disciplined; most similar tools sprawl into 60 components nobody uses. Curious how React Shot handles device-variant diffs when Apple introduces a new aspect ratio mid-campaign.
@mcarmonas Presets are just `{ width, height, safeArea }` and tokens scale from device width, so a new Apple size is one preset entry and a re-export. Same composition, no padding re-tweaks. The agent can even write the new preset from Apple's spec itself.