Back to Home
d3-jon-allen icon

Figma-MUI

Verified Safe

by d3-jon-allen

Overview

A React component library and UI starter kit for building user interfaces with Material-UI, driven by a comprehensive design token system synchronized with Figma, supporting light/dark modes and responsive design.

Installation

Run Command
npm run dev

Environment Variables

  • FIGMA_ACCESS_TOKEN

Security Notes

The application itself is a frontend React app with client-side routing and theme management, posing minimal server-side security risks. Build scripts (e.g., `exportFigmaTokens.js`) interact with the Figma API using `FIGMA_ACCESS_TOKEN`, which is correctly handled as an environment variable and not hardcoded. There's no evident use of 'eval', obfuscation, or direct malicious patterns in the provided source code. The `FIGMA_ACCESS_TOKEN` is critical for the token generation process but is not used at runtime in the client-side application based on the provided code.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-11-26

Tags

ReactMaterial-UIDesign SystemFigma TokensFrontend