Submit your own Codex pet
A short walkthrough of categories, the folder layout, and what reviewers look for.
Categories
We keep the taxonomy small so browsing stays simple. Pick the closest match when you submit.
Anime CharactersAnimalsOriginal Characters
Folder layout
Each pet lives under pets/<pet-slug>--<author-slug>/ and only contains three files.
pets/
└── pet-slug--author-slug/
├── submission.json
├── pet.json
└── spritesheet.webpGenerated previews land in assets/previews/<pet-id>/ and are produced by the build pipeline.
Reviewer checklist
- Folder name matches the pet slug and author slug.
- pet.json id equals the folder name.
- spritesheet.webp is the final runtime asset.
- License is declared in submission.json.
- One pet per pull request.