Profile avatar
idered.bsky.social
Building https://chalk.ist and a few other things. Currently @meetglimpse
51 posts 100 followers 353 following
Regular Contributor
Active Commenter
comment in response to post
If you mean those particles then you can find code here github.com/Idered/chalk...
comment in response to post
I'm just building it for fun and to learn how ai agents work. I'm not even sure if I'll release this
comment in response to post
In case anyone is wondering about the pretty code, that's chalk.ist by @idered.bsky.social - I stumbled across a link to it here on bluesky 🦋 a while back 😻
comment in response to post
better-fetch.vercel.app
comment in response to post
It's even better when you point it to the latest docs directory.llmstxt.cloud
comment in response to post
Added SVGO, which means that every SVG included in copied figma element will be minified, easy
comment in response to post
✅ Vector rendering Now I'll focus on using AI to clean up generated code. These designs were mostly made without using auto layout so a lot of things use position absolute instead of flex layout.
comment in response to post
Day 5 progress: I can now copy whole layouts. Still far from perfection and no vector support yet. Figma file by @guerriero.bsky.social 🐐 #figma #vscode
comment in response to post
✅ tailwindcss integration ✅ auto layout support ⏭️ use tailwindcss theme instead of arbitrary values ⏭️ link component instances to files and auto import when pasted
comment in response to post
No worries, I'll add it, just not now. I have a big update coming
comment in response to post
comment in response to post
comment in response to post
Also check wxt.dev
comment in response to post
Yup, it will be open source but I'm going to change license from MIT to AGPLv3 - same as Dub and Plausible. Also part of this feature will be paid
comment in response to post
Back to Cursor
comment in response to post
cc @arie.ls
comment in response to post
looks like bsky cuts quality a little bit :/
comment in response to post
Even better in HD! but there is a tiny lag, not sure why yet
comment in response to post
comment in response to post
Thanks! Yup, maybe even this year
comment in response to post
comment in response to post
Hey, you can try Nova font, looks like it's the only one that works for tables. You can also try to render markdown(supports html) but styling is limited to white background. If you want to fully customize look, you can try to render html
comment in response to post
Dude, you're absolutely killing it with all these components! Amazing work 👏
comment in response to post
Thanks! I've had this feature but it was hard to maintain because whole theme configuration was stored in url - after adding a new features I had to do migrations on those query params. I can make a simpler variant where you can share url but only with a default theme - would that be enough?