reptiles.dev

Generate colorful and temporarily identifiable SVGs with unique urls.

Including the identifier of the image in a link will return the cached image. The generated SVGs are cached for up to 30 minutes before they are removed. After that point a new image will be generated when the url is visited.

This method of generating random yet temporarily identifiable images is great to use when mocking & developing front-ends, mapping some fake ids to images, or as placeholder images inside a Storybook.
<img src="https://reptiles.dev/svg" />

<img src="https://reptiles.dev/svg/?size=20&hue=green" />

<img src="https://reptiles.dev/da6" />

@linesofcodedev

reptiles