@CalebPanza@matsugfx@shadcn Hi @CalebPanza, I’m working on this exact problem for Figma’s MCP server, would love to hear what’s not working well for you! Feel free to reach out with a DM so we can try and get it working better for you.
The Dev Mode MCP Server is now available in beta. Access Dev Mode data directly in your agentic coding workflow
→ VS Code with Copilot
→ Cursor
→ Windsurf
→ Claude Code
#Config2023 launches bridge the gap between design and development, all in Figma.
→ Dev Mode, a new space for developers
→ Variables
→ Advanced prototyping
→ Auto layout updates
→ Font picker
→ File browser redesign
Plus, we previewed the future of Figma with AI and announced the acquisition of @diagram. https://t.co/RB3qHFSSPz
Experimenting with a tool for prototyping games without code using ChatGPT’s API. Used it to build a basic pong in 2 and a half minutes (parts of the video are sped up)
How to add @PrettierCode and eslint to a react-ts @vite_js app in 10 seconds:
1.
npm i -D --save-exact prettier
npm i -D eslint eslint-config-prettier eslint-plugin-prettier @typescript-eslint/parser @typescript-eslint/eslint-plugin