Hi! First of all, thanks for maintaining dummyimage — it has been very helpful for many frontend developers (including myself).
I recently built a lightweight re-implementation based on Cloudflare Workers.
It is inspired by this project, but uses a different approach:
✨ What’s different
- Uses SVG rendering instead of GD/PNG
- Extremely lightweight (no server, no dependencies)
- Easy to self-host on Cloudflare Workers
- Deployable with just:
npx wrangler login
npm run deploy
🔗 Project repo
https://github.com/shuizhongyueming/dummyimage
🔗 Live demo
https://dummyimage.shuizhongyueming.workers.dev/
This is not meant to replace the original project.
I’m sharing it here just in case it’s helpful for other users who are looking for a Cloudflare-based or SVG-based variant.
Thanks again for the original project and inspiration!
Hi! First of all, thanks for maintaining
dummyimage— it has been very helpful for many frontend developers (including myself).I recently built a lightweight re-implementation based on Cloudflare Workers.
It is inspired by this project, but uses a different approach:
✨ What’s different
🔗 Project repo
https://github.com/shuizhongyueming/dummyimage
🔗 Live demo
https://dummyimage.shuizhongyueming.workers.dev/
This is not meant to replace the original project.
I’m sharing it here just in case it’s helpful for other users who are looking for a Cloudflare-based or SVG-based variant.
Thanks again for the original project and inspiration!