Can this site generate a finished Codex pet spritesheet?
No. This tool helps you build prompts, validate manifests, preview spritesheets, and install packages. Finished spritesheets still come from the official hatch-pet skill or another image workflow.
What files does a Codex pet need?
A Codex pet needs a pet.json manifest and a spritesheet image, usually spritesheet.webp. Both files live inside ~/.codex/pets/<pet-id>/ so Codex can find the custom companion.
What spritesheet layout does Codex use?
Codex pets use a 1536 x 1872 spritesheet arranged as 8 columns by 9 rows. Each frame cell is 192 x 208 pixels, and each row maps to a shared animation such as idle, waving, waiting, failed, or review.
How do I preview a Codex pet before installing it?
Open the preview tool and load an example or paste a browser-accessible spritesheet URL. The preview uses codex-pets-react with the shared atlas, so you can switch rows, scale the sprite, and test floating PetWidget behavior.
What is codex-pets-react used for?
codex-pets-react is the rendering layer for Codex pet spritesheets in React apps. It provides SpriteAnimator for atlas playback and PetWidget for floating, draggable pet previews.