Browse, build, and install Codex pets faster.

Start with a finished pet, a hatch-pet brief, or a package check. Each path leads to one focused tool instead of making you decode the whole workflow at once.

1536 x 1872 atlas8 x 9 grid192 x 208 cells

Live Codex pet preview

Open a pet detail page for the full 9-state preview, or use this compact preview to test interactions quickly.

Floating mode uses viewport bounds.

Pick the job you actually need.

Get comfortable with the work behind the pet.

Install Codex, choose the app or CLI, and build a routine for reviewing and resuming your work.

For a first project, start with one small, checkable task. Before using the result, read the diff and verify a real user action. If work stops midway, preserve the objective, changed files, and next check in a handoff. Each guide includes a worked approach, a bounded prompt, and a way to check the outcome.

Explore guides

Codex pet basics

Can this site generate a finished Codex pet spritesheet?

No. This site helps you browse existing Codex pets, preview spritesheets, copy AI setup prompts, and build AI hatch-pet briefs. Finished new spritesheets still come from the hatch-pet Codex skill plus image generation, or another image workflow.

What is the easiest way to use a pet from this site?

The easiest way is to open a pet detail page and copy the AI setup prompt. The prompt asks an AI assistant to add and enable that existing pet in Codex, usually by trying the community @eyichan/codexpets CLI first and falling back to the package files if needed.

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?

The downloadable packages in this catalog use a 1536 x 1872 spritesheet arranged as 8 columns by 9 rows, with 192 x 208 pixel cells. Generation skills and renderers can evolve, so a newly generated pet should follow the contract reported by the installed hatch-pet skill instead of copying an old size blindly.

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.