A modular sandbox for exploring and testing the Figma REST API. Designed for rapid prototyping, debugging, and workflow automation.
- Authenticate and connect to Figma API
- Fetch files, nodes, comments, and version history
- Test custom queries and inspect raw JSON responses
- Modular CLI structure for easy extension
- Node.js β₯ 16
- Figma personal access token
git clone https://github.com/your-username/figma-api-playground.git
cd figma-api-playground
npm installSet your Figma token in .env:
FIGMA_TOKEN=your_token_here
or assign in frontend
npm startor use launch.bat in windows
MIT
Let me know if you want to auto-generate badges, add usage examples, or link to your mapping dictionary.