zlacker

[return to "Gemini 2.5 Pro Preview"]
1. ramesh+l3[view] [source] 2025-05-06 15:27:07
>>meetpa+(OP)
>Best-in-class frontend web development

It really is wild to have seen this happen over the last year. The days of traditional "design-to-code" FE work are completely over. I haven't written a line of HTML/CSS in months. If you are still doing this stuff by hand, you need to adapt fast. In conjunction with an agentic coding IDE and a few MCP tools, weeks worth of UI work are now done in hours to a higher level of quality and consistency with practically zero effort.

◧◩
2. shosta+A3[view] [source] 2025-05-06 15:28:37
>>ramesh+l3
What does your tool and model stack look like for this?
◧◩◪
3. ramesh+P4[view] [source] 2025-05-06 15:35:27
>>shosta+A3
Cline with Gemini 2.5 (https://cline.bot/)

Framelink MCP (https://github.com/GLips/Figma-Context-MCP)

Playwright MCP (https://github.com/microsoft/playwright-mcp)

Pull down designs via Framelink, optionally enrich with PNG exports of nodes added as image uploads to the prompt, write out the components, test/verify via Playwright MCP.

Gemini has a 1M context size now, so this applies to large mature codebases as well as greenfield. The key thing here is the coding agent being really clever about maintaining its' context; you don't need to fit an entire codebase into a single prompt in the same way that you don't need to fit the entire codebase into your head to make a change, you just need enough context on the structure and form to maintain the correct patterns.

◧◩◪◨
4. jjani+Yf[view] [source] 2025-05-06 16:35:48
>>ramesh+P4
The designs itself are still done by humans, I presume?
[go to top]