I generated a collection of 80 templates for Takumi #493
jymaa
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was playing around with Takumi for a project and immediately loved the JSX syntax + fast rendering combo. After some testing I discovered that LLMs are surprisingly good at generating Takumi templates. There is still some improvement to be made but with nice guard it render sometime really good result.
I ran 500+ generations, cherry-picked ~80 of the best ones, and open-sourced them all:
https://github.com/htmlpix/takumi-templates
Each template is a single .tsx file, you can copy any of them straight into the Takumi Playground to preview and tweak live.
The experience was good enough that I ended up building a full product around it (https://htmlpix.com) an image generation API powered by Takumi. The core problem it solves for me: generate a lot of images, fast, cheaply, with good typography. Takumi made that possible since every template is just JSX with really good CSS support.
Beta Was this translation helpful? Give feedback.
All reactions