Live data from Hacker News

Show HN: Open-source Figma design to code

github.com

1–10 of 12 posts

Show HN: Open-source Figma design to code

#1
Hi HN, founders of VibeFlow (YC S25) here.

We mostly work on backend and workflow tooling, but we needed a way to turn Figma designs into frontend code as a kickstart for prototyping. It takes a Figma frame and converts it into React + Tailwind components (plus assets).

If you want to try it: You can run it locally or use it via the VibeFlow UI to poke at it without setup (https://app.vibeflow.ai/)

Show HN: Open-source Figma design to code
github.com

Re: Show HN: Open-source Figma design to code

#3
Interesting. It appears this doesn't use AI itself (though it's probably vibe coded). Figma in dev mode already gives react components and css styles [1] and this seems like a more automated way to pull that functionality. It's unfortunate figma paywalls dev mode and this might be a good way to work around the limitation.

1: https://help.figma.com/hc/en-us/articles/15023124644247-Guid...

Re: Show HN: Open-source Figma design to code

#6

Interesting. It appears this doesn't use AI itself (though it's probably vibe coded). Figma in dev mode already gives react components and css styles [1] and this seems like a more automated way to pull that functionality. It's unfortunate figma paywalls dev mode and this might be a good way to work around the limitation. 1: https://help.figma.com/hc/en-us/articles/15023124644247-Guid...

This was just a fun experiment where we played around with the figma api, but their api has been rate limited since nov

Re: Show HN: Open-source Figma design to code

#7
post #4

This is not open source, it's under a proprietary (FSL) license: https://github.com/vibeflowing-inc/vibe_figma/blob/main/LICE...

Yes, we currently use FSL-1.1-MIT, but we’re open to changing it to AGPLv3 or another open-source license.

Would much appreciate a relicense to AGPLv3!
Post reply on HN