🇬🇧 English | 🇫🇷 Français
Turn anything into anything.
Not an API. A transformation language.
/transmute/photo.jpg?800x600
/transmute/photo.jpg.webp?0x0:q80
/transmute/document.pdf.txt
/transmute/data.xlsx.csv
Transmuter transforms any file on the fly:
- Images → resize, crop, blur, WebP
- PDFs → render, extract text
- Excel → CSV / JSON
One syntax. One engine.
/transmute/*path.ext?{operations}
Chain operations with :.
Same input → same output.
Most tools do one thing.
Transmuter does everything.
- No Cloudinary
- No converters
- No pipelines to glue together
input → fetch → validate → transform → cache → output
Stateless. Deterministic. Fast.
- Zero-copy streaming
- Worker pool
- Anti-cache stampede
- Smart ETag / 304
- Rate limiting
- Secure by default
Every input is hostile.
Every transformation is explicit.
Every output is predictable.
WIP. Core is solid.
MIT