[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Open Source](/c/open-source/45)

# Takumi: Rust-based JSX to image rendering engine inspired by Satori

49 views · 1 like · 1 post


Kane Wang (@kanewang) · 2026-02-25 · ♥ 1

`Takumi` is an **image rendering engine** written in `Rust`. The design is mainly inspired by [`satori`](https://github.com/vercel/satori), but with a focus on portability and performance.

You can use it to generate images for various use cases such as `OpenGraph` images, name cards, etc.

Here are some examples:  
![image](https://global.discourse-cdn.com/vercel/original/3X/4/1/413747bb39bc26d44c6f405393ae60a9cca3b3f6.jpeg)  
![image](https://global.discourse-cdn.com/vercel/original/3X/7/b/7b4e40c58b93044d5e869559c401f6a987cbb752.png)

## Links

*   **Documentation:** [https://takumi.kane.tw/docs](https://takumi.kane.tw/docs)
*   **Playground:** [https://takumi.kane.tw/playground](https://takumi.kane.tw/playground)
*   **GitHub:** [https://github.com/kane50613/takumi](https://github.com/kane50613/takumi)