{"id":14981614,"url":"https://github.com/gridaco/figma-sdk","last_synced_at":"2026-03-17T20:02:53.581Z","repository":{"id":40515304,"uuid":"298791102","full_name":"gridaco/figma-sdk","owner":"gridaco","description":"🎨 Design SDK, Supercharged Figma API \u0026 Plugin Development","archived":false,"fork":false,"pushed_at":"2025-12-21T19:29:06.000Z","size":1795,"stargazers_count":40,"open_issues_count":13,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-03-06T12:04:53.878Z","etag":null,"topics":["figma","grida","plugin","sdk","sketch","xd"],"latest_commit_sha":null,"homepage":"https://grida.co/figma","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gridaco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"open_collective":"grida"}},"created_at":"2020-09-26T10:33:41.000Z","updated_at":"2026-03-06T01:30:29.000Z","dependencies_parsed_at":"2023-01-22T23:16:13.836Z","dependency_job_id":"277910f6-2406-4062-8d92-d2eecadb2a9c","html_url":"https://github.com/gridaco/figma-sdk","commit_stats":{"total_commits":579,"total_committers":4,"mean_commits":144.75,"dds":0.04663212435233166,"last_synced_commit":"5784ab284f17fcb2b20bc821fc140fd004964d7e"},"previous_names":["gridaco/figma-sdk","gridaco/design-sdk"],"tags_count":73,"template":false,"template_full_name":null,"purl":"pkg:github/gridaco/figma-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gridaco%2Ffigma-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gridaco%2Ffigma-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gridaco%2Ffigma-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gridaco%2Ffigma-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gridaco","download_url":"https://codeload.github.com/gridaco/figma-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gridaco%2Ffigma-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30630027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["figma","grida","plugin","sdk","sketch","xd"],"created_at":"2024-09-24T14:03:56.228Z","updated_at":"2026-03-17T20:02:53.550Z","avatar_url":"https://github.com/gridaco.png","language":"TypeScript","funding_links":["https://opencollective.com/grida"],"categories":["TypeScript"],"sub_categories":[],"readme":"# DESIGN SDK\n\n\u003e Build a single app that supports all figma, sketch and bridged.\n\nA mid wrapper for building consistant figma \u0026amp; sketch \u0026amp; reflection plugin, with single api reference\n\n\u003e Powers [Grida Figma Assistant](https://github.com/gridaco/assistant)\n\n## Features\n\n- mocks desing platform environment - faster development.\n- single api reference - write once, run everywhere.\n- reflect standard in the box - based on [reflect](https://reflect-ui.com) DSL, develop with unified api structure.\n- UI support - different ui feedback features by platform such as notify (figma) is supported by ui library\n- OOP Based design access objects\n- General UI Related utilities in the box\n- Testing supported\n- Provides Web based development environment\n\n## Tech Stack\n\n- **Package Manager**: pnpm (monorepo workspace)\n- **Build Tool**: tsup\n- **Test Framework**: vitest\n- **TypeScript**: ^5.3.3\n- **Monorepo**: Turborepo\n- **CI/CD**: GitHub Actions with Changesets for automated publishing\n\n## Packages \u0026 Usage\n\n```sh\npnpm add @design-sdk/\u003cpackage\u003e\n```\n\n**Packages**\n\n- figma\n  - figma-remote\n  - figma-url\n- sketch\n\n## Are you looking for universal design converter?\n\nTake a look at [design-file-converter](https://github.com/gridaco/design-file-converter)\n\n## Sketch reference\n\n- https://developer.sketch.com/plugins/javascript-api\n- https://developer.sketch.com/reference/api/\n\n## Figma reference\n\n- https://www.figma.com/plugin-docs/api/\n\n## Development\n\n### Setup\n\n```sh\npnpm install\n```\n\n### Build\n\n```sh\npnpm build\n```\n\n### Test\n\n```sh\npnpm test\n```\n\n### Typecheck\n\n```sh\npnpm typecheck\n```\n\n### Watch Mode\n\n```sh\npnpm dev\n```\n\n## Publishing\n\nThis repository uses [Changesets](https://github.com/changesets/changesets) for version management and automated publishing.\n\n1. Create a changeset: `pnpm changeset`\n2. Version packages: `pnpm version` (or let CI handle it)\n3. Publish: `pnpm release` (or let CI handle it)\n\nChangesets automatically create version bump PRs and publish to npm when merged to main.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgridaco%2Ffigma-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgridaco%2Ffigma-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgridaco%2Ffigma-sdk/lists"}