<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News - Newest: &#34;figma&#34;</title><link>https://news.ycombinator.com/newest</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 27 Jun 2026 18:29:12 +0000</lastBuildDate><atom:link href="https://hnrss.org/newest?q=figma" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[An Interview with Figma CEO Dylan Field About Design and AI]]></title><description><![CDATA[
<p>Article URL: <a href="https://stratechery.com/2026/an-interview-with-figma-ceo-dylan-field-about-design-and-ai/">https://stratechery.com/2026/an-interview-with-figma-ceo-dylan-field-about-design-and-ai/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48671391">https://news.ycombinator.com/item?id=48671391</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 25 Jun 2026 10:20:01 +0000</pubDate><link>https://stratechery.com/2026/an-interview-with-figma-ceo-dylan-field-about-design-and-ai/</link><dc:creator>swolpers</dc:creator><comments>https://news.ycombinator.com/item?id=48671391</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48671391</guid></item><item><title><![CDATA[Figma Code Prototypes in Canvas]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.figma.com/">https://www.figma.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48664324">https://news.ycombinator.com/item?id=48664324</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 24 Jun 2026 19:03:49 +0000</pubDate><link>https://www.figma.com/</link><dc:creator>chamsom</dc:creator><comments>https://news.ycombinator.com/item?id=48664324</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48664324</guid></item><item><title><![CDATA[How 2 Designers ditched Figma (sort of) to rebuild a marketing site]]></title><description><![CDATA[
<p>Article URL: <a href="https://buildwithfern.com/post/building-fern-site">https://buildwithfern.com/post/building-fern-site</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48646799">https://news.ycombinator.com/item?id=48646799</a></p>
<p>Points: 7</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 23 Jun 2026 15:39:54 +0000</pubDate><link>https://buildwithfern.com/post/building-fern-site</link><dc:creator>theanswa</dc:creator><comments>https://news.ycombinator.com/item?id=48646799</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48646799</guid></item><item><title><![CDATA[Show HN: Annotate.js – Turn anywebsite into Figma style reviewboard]]></title><description><![CDATA[
<p>MIT licensed and opensource. A simple Javascript plugin which turns any website into a Figma Style collaborative reviewboard. Users could submit their comments and download them as JSON to be shared with original author. No backend required.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48622545">https://news.ycombinator.com/item?id=48622545</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 21 Jun 2026 20:59:45 +0000</pubDate><link>https://reviewjs.github.io/annotate/</link><dc:creator>aagosh</dc:creator><comments>https://news.ycombinator.com/item?id=48622545</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48622545</guid></item><item><title><![CDATA[The Ridiculous Engineering of Figma [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=5t8dh3DSdBk">https://www.youtube.com/watch?v=5t8dh3DSdBk</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48538392">https://news.ycombinator.com/item?id=48538392</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 15 Jun 2026 08:44:36 +0000</pubDate><link>https://www.youtube.com/watch?v=5t8dh3DSdBk</link><dc:creator>enritarta</dc:creator><comments>https://news.ycombinator.com/item?id=48538392</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48538392</guid></item><item><title><![CDATA[Show HN: Peek – A Figma like DB GUI]]></title><description><![CDATA[
<p>Over the last year or so I've been building a DB GUI that has all the features I've wanted in a db client. It's built using Tauri (so react for the ui and Rust for all the db interactions, LSP and multiplayer networking). I've been using it as my primary db client for a while but it just recently got to a point where it would make sense for other people to try it so I've [open sourced](<a href="https://github.com/getpeek/peek" rel="nofollow">https://github.com/getpeek/peek</a>) it and slopped together a website for it.<p>What sets Peek apart from most other solutions is that all queries and results are laid out on an infinite canvas (like Miro or Figma). You can click on a primary key and see all references to that specific row, or click on a foreign key and it'll fetch and display those rows in new result nodes, kind of building a direct acyclic graph as you go. It'll also give you chart nodes for numerical data in results and you can draw on the canvas like a whiteboard or drop text nodes. You could also run two or three queries and check the results side by side.<p>There are a bunch more features such as fully P2P multiplayer (based on [iroh.computer](<a href="https://iroh.computer" rel="nofollow">https://iroh.computer</a>)) that works just like it does in figma/miro with live cursors etc. Guests never see the connection details, though, but rather they send commands to the host and the data is synced back to the guest when the host canvas updates. There is no centralized Peek service either, even for address resolution so you don't have to worry about leaking connection information, table data or anything else when using the multiplayer features.<p>There is a built-in AI agent that works both with local inference with your self-hosted OpenAI compatible server (ollama, llama.cpp etc) so nothing leaves the machine, or via MCP so Claude Code can create nodes, move the camera, analyze results etc. All AI features are fully optional of course and the MCP is disabled by default.<p>Have a Peek!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48529257">https://news.ycombinator.com/item?id=48529257</a></p>
<p>Points: 6</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 14 Jun 2026 16:35:20 +0000</pubDate><link>https://getpeek.dev</link><dc:creator>tehrash</dc:creator><comments>https://news.ycombinator.com/item?id=48529257</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48529257</guid></item><item><title><![CDATA[I design with Claude more than Figma now]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.janestreet.com/i-design-with-claude-code-more-than-figma-now-index/">https://blog.janestreet.com/i-design-with-claude-code-more-than-figma-now-index/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48431981">https://news.ycombinator.com/item?id=48431981</a></p>
<p>Points: 324</p>
<p># Comments: 266</p>
]]></description><pubDate>Sun, 07 Jun 2026 05:04:24 +0000</pubDate><link>https://blog.janestreet.com/i-design-with-claude-code-more-than-figma-now-index/</link><dc:creator>MrBuddyCasino</dc:creator><comments>https://news.ycombinator.com/item?id=48431981</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48431981</guid></item><item><title><![CDATA[Automating Figma-to-Code]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.coinbase.com/blog/automating-figma-to-code-at-coinbase">https://www.coinbase.com/blog/automating-figma-to-code-at-coinbase</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48401404">https://news.ycombinator.com/item?id=48401404</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 04 Jun 2026 16:58:38 +0000</pubDate><link>https://www.coinbase.com/blog/automating-figma-to-code-at-coinbase</link><dc:creator>dukebartnik</dc:creator><comments>https://news.ycombinator.com/item?id=48401404</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48401404</guid></item><item><title><![CDATA[Show HN: LocalizeASO, Figma plugin and dashboard for App Store localization]]></title><description><![CDATA[
<p>Article URL: <a href="https://localizeaso.com/">https://localizeaso.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48323315">https://news.ycombinator.com/item?id=48323315</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 29 May 2026 14:09:42 +0000</pubDate><link>https://localizeaso.com/</link><dc:creator>wotaso</dc:creator><comments>https://news.ycombinator.com/item?id=48323315</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48323315</guid></item><item><title><![CDATA[Figma Make, now on your local code]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.figma.com/blog/figma-make-now-on-your-local-code/">https://www.figma.com/blog/figma-make-now-on-your-local-code/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48309217">https://news.ycombinator.com/item?id=48309217</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 28 May 2026 14:11:29 +0000</pubDate><link>https://www.figma.com/blog/figma-make-now-on-your-local-code/</link><dc:creator>eugene0</dc:creator><comments>https://news.ycombinator.com/item?id=48309217</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48309217</guid></item><item><title><![CDATA[Show HN: I made a vi-like modal keyboard plugin for Figma]]></title><description><![CDATA[
<p>I live in Figma, and I’m constantly creating autolayouts, and I tend to know as I’m going what parameters each new autolayout is going to need. Figma gives you shift+a to frame objects into an autolayout, but that’s it.<p>So I built Figmode, which gives you a vi-like modal command layer. So you can type `w` to go into `width` mode and change it to fill/hug/fixed, then ` to back out, then h for height, then spacing, padding, and more. The default keys are optimized such that you can do it all with your left hand, and in nearly all cases without moving your hand.<p>It’s easiest to see it in action: <a href="https://www.youtube.com/watch?v=35yQikx1XNs" rel="nofollow">https://www.youtube.com/watch?v=35yQikx1XNs</a><p>And the plugin itself is here: <a href="https://www.figma.com/community/plugin/1638937084194831846" rel="nofollow">https://www.figma.com/community/plugin/1638937084194831846</a><p>It’s free and open-source, and I’ve been using it for a little while now and have developed a muscle memory that makes it super productive. I’d love to hear any feedback, and hope it’s as useful to y’all as it is to me :)</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48308193">https://news.ycombinator.com/item?id=48308193</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 28 May 2026 12:48:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48308193</link><dc:creator>virgil_disgr4ce</dc:creator><comments>https://news.ycombinator.com/item?id=48308193</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48308193</guid></item><item><title><![CDATA[Show HN: Breadboard – Figma for Breadboard Hackers]]></title><description><![CDATA[
<p>A few weeks ago, I got into the rabbit hole of creating neatly wired breadboards.
I got sick of spaghetti wiring and unstable connections when I wired an esp32 based lora node and carried it around the block for reception tests.<p>I thought of using pre-cut jumper kits laying around and planning the wiring ahead of time so I could have neater wiring. I also wanted to share the wiring with fellow hardware hacking enthusiasts in my local hackerspace.<p>First I tried a square-grid paper, then moved to Figma and after not too long I remembered we can create web apps quickly in the age of AI.<p>And that's more or less the story. Here's the repo for the folks interested in: <a href="https://github.com/safaorhan/breadboard" rel="nofollow">https://github.com/safaorhan/breadboard</a><p>Feel free to open issues for feature requests :)</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48267064">https://news.ycombinator.com/item?id=48267064</a></p>
<p>Points: 5</p>
<p># Comments: 5</p>
]]></description><pubDate>Mon, 25 May 2026 14:09:15 +0000</pubDate><link>https://breadboard.safaorhan.com/</link><dc:creator>safaorhan</dc:creator><comments>https://news.ycombinator.com/item?id=48267064</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48267064</guid></item><item><title><![CDATA[Notiqo – Visual analytics tracking validation directly from Figma]]></title><description><![CDATA[
<p>Article URL: <a href="https://notiqoapp.com/">https://notiqoapp.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48243267">https://news.ycombinator.com/item?id=48243267</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 23 May 2026 00:30:46 +0000</pubDate><link>https://notiqoapp.com/</link><dc:creator>abeltarazona</dc:creator><comments>https://news.ycombinator.com/item?id=48243267</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48243267</guid></item><item><title><![CDATA[Figma Design Agent]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.figma.com/blog/the-figma-agent-is-here/">https://www.figma.com/blog/the-figma-agent-is-here/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48217300">https://news.ycombinator.com/item?id=48217300</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 21 May 2026 02:59:01 +0000</pubDate><link>https://www.figma.com/blog/the-figma-agent-is-here/</link><dc:creator>satvikpendem</dc:creator><comments>https://news.ycombinator.com/item?id=48217300</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48217300</guid></item><item><title><![CDATA[Managing Postgres traffic spikes at Figma]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.figma.com/blog/pgkeeper-building-the-bouncer-we-needed-for-postgres/">https://www.figma.com/blog/pgkeeper-building-the-bouncer-we-needed-for-postgres/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48075955">https://news.ycombinator.com/item?id=48075955</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 09 May 2026 15:54:16 +0000</pubDate><link>https://www.figma.com/blog/pgkeeper-building-the-bouncer-we-needed-for-postgres/</link><dc:creator>bddicken</dc:creator><comments>https://news.ycombinator.com/item?id=48075955</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48075955</guid></item><item><title><![CDATA[Show HN: CopyProps – A Figma plugin that copies element properties as text]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/p32929/figma_copy_props">https://github.com/p32929/figma_copy_props</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48071626">https://news.ycombinator.com/item?id=48071626</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 09 May 2026 03:45:33 +0000</pubDate><link>https://github.com/p32929/figma_copy_props</link><dc:creator>heliskyr2</dc:creator><comments>https://news.ycombinator.com/item?id=48071626</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48071626</guid></item><item><title><![CDATA[Renovate with Figma]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.shapes.gg/renovate-with-figma/">https://www.shapes.gg/renovate-with-figma/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48061711">https://news.ycombinator.com/item?id=48061711</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 08 May 2026 11:41:20 +0000</pubDate><link>https://www.shapes.gg/renovate-with-figma/</link><dc:creator>GjermundG</dc:creator><comments>https://news.ycombinator.com/item?id=48061711</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48061711</guid></item><item><title><![CDATA[F2c – Convert Figma designs to React/Vue inside VSCode, no plugin needed]]></title><description><![CDATA[
<p>Article URL: <a href="https://marketplace.visualstudio.com/items?itemName=dujun-bot.f2c-figma-to-code">https://marketplace.visualstudio.com/items?itemName=dujun-bot.f2c-figma-to-code</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48046261">https://news.ycombinator.com/item?id=48046261</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 07 May 2026 06:53:59 +0000</pubDate><link>https://marketplace.visualstudio.com/items?itemName=dujun-bot.f2c-figma-to-code</link><dc:creator>crazy_code</dc:creator><comments>https://news.ycombinator.com/item?id=48046261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48046261</guid></item><item><title><![CDATA[Figmimic – A bookmarklet to copy any webpage into Figma as editable layers]]></title><description><![CDATA[
<p>Article URL: <a href="https://marcua.net/minitools/figmimic/">https://marcua.net/minitools/figmimic/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48027186">https://news.ycombinator.com/item?id=48027186</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 05 May 2026 19:17:03 +0000</pubDate><link>https://marcua.net/minitools/figmimic/</link><dc:creator>speckx</dc:creator><comments>https://news.ycombinator.com/item?id=48027186</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48027186</guid></item><item><title><![CDATA[Transjt.ai Automates WordPress Development, Converting Figma to Gutenberg Blocks]]></title><description><![CDATA[
<p>Article URL: <a href="https://transjt.ai">https://transjt.ai</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48019461">https://news.ycombinator.com/item?id=48019461</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 05 May 2026 08:15:50 +0000</pubDate><link>https://transjt.ai</link><dc:creator>transjt</dc:creator><comments>https://news.ycombinator.com/item?id=48019461</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48019461</guid></item></channel></rss>