hayleigh
banner
hayleigh.dev
hayleigh
@hayleigh.dev
✨Core Team at Gleam
💪 Founder of Lustre Labs
👩‍💻 Frontend Consultant at ???? 👀

I’m just a 🏳️‍⚧️ girl learning 🇫🇷 and vibing in 🇧🇪

Fuck Nazis. ACAB. Black Lives Matter. Trans Rights Now.
renata has been on a warpath recently, she's released a bunch of really good libraries and shipped two real-world sites with gleam/lustre go give her some love

github.com/renatillas
renatillas.pages.dev
September 19, 2025 at 6:01 PM
i've not even released clique yet and someone is already using it to build out their personal site!! the gleam community is just built different i swear
September 19, 2025 at 5:58 PM
any svg wizards know what the deal with this <path> is :(
September 13, 2025 at 12:39 PM
ok and backgrounds too
September 13, 2025 at 7:58 AM
Update on my reactflow ripoff, we have properly functional handles and connections! I think almost all the fundamentals are here enough to publish a v1.

Before I do that it's time for a round of docs and polish ^.^
September 12, 2025 at 9:01 PM
September 11, 2025 at 12:17 PM
cracked itttttttttt, the html for this is killer too like:

<clique-viewport>
<clique-edge-renderer>
<clique-edge from="a.out" to="b.in" type="bezier" />
</clique-edge-renderer>

<clique-node id="a" x="0" y="200">
<clique-handle name="freq" />
</clique-node>
</clique-viewport>
September 9, 2025 at 5:02 PM
tonight i added panning inertia and rewrote how the core rendering works, i'm super pleased.

that's the fundamentals down i think, tomorrow is on to all the events required to implement real things. first up is connecting handles together.
September 9, 2025 at 12:26 AM
Earlier this year I left @xyflow.com to, among other things, spend more time working on gleam and lustre. it was a bit of a running joke that eventually i'd make a lustreflow fork...

i'm still a long way off but i'm giving it a shot and already have the basic pan/zoom/nodes/edges canvas down!
September 7, 2025 at 8:35 PM
May 9, 2025 at 6:44 PM
the @gleam.run community is made up of some of the most incredible trans folks i know. even when it feels like the rest of the world is stacking up against us, gleam will always be a safe space. come join us! 💕
April 19, 2025 at 4:24 PM
We've written a BUNCH of examples to help people get on their feet quickly, there's over 20 now and we'll be adding more over time!

hexdocs.pm/lustre/refer...
April 19, 2025 at 3:08 PM
We rewrote the entire vdom from scratch, and now we're way faster than we used to be. Fast enough that we compete with latest versions of Elm and React.

Which is great news for me because it means I can never think about this again, and neither do Lustre users now ^.^
April 19, 2025 at 3:01 PM
look at this blasphemy!
April 3, 2025 at 10:16 AM
Wait this is actually fucking genius
February 25, 2025 at 9:49 PM
Creator of @gleam.run talking about SQL for some reason, weird
February 2, 2025 at 3:40 PM
like?????? incredible. no js!
January 20, 2025 at 11:39 PM
They already made concessions on the home page. We need to push harder ✊
January 14, 2025 at 9:45 AM
The only way I'm going to convince @codebeam.bsky.social to update their promo materials is if I bring an army of gleamlins to SF.

If you've missed what we've been up to the last year you've missed *a lot*. You can still grab an early bird ticket and listen to me yap about it 👀

codebeamamerica.com
January 14, 2025 at 9:43 AM
satisfactory
December 13, 2024 at 12:35 PM
Unironically stuck buffering on gleam, its a sign from the gods.
November 27, 2024 at 9:51 AM
Not yet! 😘
November 18, 2024 at 4:44 PM
As part of my ongoing effort to follow @codesync.bsky.social around the playground until we're best friends, I'll be speaking at #CodeBEAMAmerica next march 🎉

Gleam has had a super busy year since we released v1, so I'll be giving an update for all y'all that haven't been paying enough attention 👁️👁️
November 18, 2024 at 3:29 PM
I'll be honest elm really fumbled the bag by not having nested TEA. Building components at this abstraction level with lustre has been an absolute *joy*, here's the message type for this accordion.

It's just so explicit, we can see all the interaction up front; its great!
November 18, 2024 at 8:03 AM
✅ Accordion...
- each item navigable in the page tab sequence
- up/down/home/end keyboard navigation
- "multi" mode allows many items open at once
- "exactly-one" mode prevents collapsing
November 18, 2024 at 7:30 AM