RepoPilot

airbnb/react-sketchapp

render React components to Sketch βš›οΈπŸ’Ž

Mixed

Slowing β€” last commit 10mo ago

HealthyDependency

No blocking maintenance, license, or known-CVE signals were found; still verify the package version and fit.

HealthyFork & modify

No blocking repository signals were found β€” inspect the evidence before forking.

HealthyLearn from

Documented and popular β€” useful reference codebase to read through.

MixedDeploy as-is

last commit was 10mo ago; 7 cyclic import chains β€” pervasive coupling

  • ⚠Slowing β€” last commit 10mo ago
  • ⚠Concentrated ownership β€” top contributor handles 59% of recent commits
  • ⚠Scorecard: marked unmaintained (0/10)
  • βœ“Last commit 10mo ago
  • βœ“5 active contributors
  • βœ“MIT licensed
  • βœ“CI configured
  • βœ“Tests present

What would improve this?

  • β€’Deploy as-is Mixed to Healthy if: 1 commit in the last 180 days

Computed from maintenance signals β€” commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: airbnb/react-sketchapp

Generated by RepoPilot Β· document generated 2026-09-15 Β· concise human review Evidence snapshot Β· analyzed 2026-09-15T17:51:30.773Z Β· commit b238e69c6f1e

Verdict

Mixed β€” Slowing β€” last commit 10mo ago

  • Last commit 10mo ago
  • 5 active contributors
  • MIT licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals β€” commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

react-sketchapp is a React renderer that outputs Sketch.app design files by converting React component trees into Sketch JSON format. It bridges React development and Sketch design tooling by enabling developers to programmatically generate and manage design system assets, components, and artboards directly from React code that runs inside Sketch 50+. Single TypeScript/JavaScript package with modular component architecture. Core structure: src/components/ contains renderable elements (Artboard, Text, View, Image, SVG subcomponents); src/jsonUtils/ handles conversion of React tree + Yoga layout to Sketch JSON; src/Platform.ts abstracts Sketch API access. Entry points are src/entrypoint.ts…

Start here

Read these in order:

  • src/components/Svg/props.ts β€” Foundation: doesn't import anything internally and is imported by 17 other files. Read first to learn the vocabulary.
  • src/components/ViewStylePropTypes.ts β€” Foundation: imported by 6, no internal dependencies of its own.
  • src/components/Svg/Circle.tsx β€” Built on the foundation; imported by 2 downstream files.
  • src/components/Svg/Ellipse.tsx β€” Built on the foundation; imported by 2 downstream files.
  • src/types/index.ts β€” Layer 2 β€” composes lower-level code into reusable abstractions (imported 44Γ—).

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

git clone https://github.com/airbnb/react-sketchapp.git
cd react-sketchapp/examples/basic-setup
npm install
npm run render

This assumes npm is available (per README requirements: Sketch 50+, recent npm, Node.js installed). The examples/basic-setup is the canonical starter path.

Daily commands:

Primary entry: npm run render (from examples/basic-setup). Development: npm run watch (rebuilds src/buildTree.ts, src/components on file change). Building: npm run build (runs TypeScript compilation via tsc for ma…

…shortened for this brief.

Key cautions & unknowns

  • Slowing β€” last commit 10mo ago
  • Concentrated ownership β€” top contributor handles 59% of recent commits
  • Scorecard: marked unmaintained (0/10)
  • Sketch plugin context injection (context.document.currentPage() in README example) requires running inside Sketch; standalone Node execution will fail. The computeYogaTree/computeYogaNode pipeline is order-sensitive…
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo β€” get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Safe to depend on" badge

Paste into your README β€” live-updates from the latest cached analysis.

Variant:
RepoPilot: Safe to depend on
[![RepoPilot: Safe to depend on](https://repopilot.app/api/badge/airbnb/react-sketchapp?axis=dependency)](https://repopilot.app/r/airbnb/react-sketchapp)

Paste at the top of your README.md β€” renders inline like a shields.io badge.

β–ΈPreview social card

This card auto-renders when someone shares https://repopilot.app/r/airbnb/react-sketchapp on X, Slack, or LinkedIn.

Ask AI about airbnb/react-sketchapp

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question

Recent Q&A

Public conversations other people have had about this repo.

Embed this chat in your README

Drop this iframe anywhere β€” the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/airbnb/react-sketchapp"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>