RepoPilot

pmndrs/react-three-fiber

🇨🇭 A React renderer for Three.js

Healthy

Strong maintenance signals

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

Scorecard "Branch-Protection" is 0/10; Scorecard "Token-Permissions" is 0/10

  • Scorecard: default branch unprotected (0/10)
  • Last commit today
  • 19 active contributors
  • Distributed ownership (top contributor 46% of recent commits)
  • MIT licensed
  • CI configured
  • Tests present

What would improve this?

  • Deploy as-is Mixed to Healthy if: bring "Branch-Protection" to ≥3/10 (see scorecard report)

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: pmndrs/react-three-fiber

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T17:53:16.627Z · commit ff3899dbf43d

Verdict

Healthy — Strong maintenance signals

  • Last commit today
  • 19 active contributors
  • Distributed ownership (top contributor 46% of recent commits)
  • MIT licensed
  • 2 more receipts 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-three-fiber is a React renderer for Three.js that lets developers build 3D scenes declaratively using JSX components instead of imperative Three.js code. It bridges React's component model and reactive state management with Three.js's graphics rendering, allowing developers to write <mesh />, <geometry />, and other Three.js objects as reusable React components that respond to state changes. Monorepo with yarn workspaces: packages/fiber contains the core React renderer (reconciler.tsx, renderer.tsx, store.ts), packages/test-renderer provides testing utilities, and packages/eslint-plugin offers linting rules for safe usage patterns. The packages/fiber/src/web and…

Start here

Open these first:

  • packages/fiber/src/core/reconciler.tsx — React reconciler implementation that bridges React's component tree to Three.js object hierarchy—the core abstraction of…
  • packages/fiber/src/core/index.tsx — Main entry point exporting the createRoot/Canvas setup and renderer initialization logic.
  • packages/fiber/src/web/Canvas.tsx — Web-specific Canvas component that initializes Three.js renderer and mounts the reconciler in a DOM element.
  • packages/fiber/src/core/hooks.tsx — Custom React hooks (useFrame, useThree, etc.) enabling component access to render loop and Three.js context.
  • packages/fiber/src/core/store.ts — Zustand-based store managing global render state, camera, scene, and dispatch queue shared across all components.

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/pmndrs/react-three-fiber.git
cd react-three-fiber
yarn install

The postinstall script automatically runs preconstruct dev to set up development builds.

Daily commands:

For development: yarn dev (runs preconstruct in dev mode). For examples: yarn examples (runs the example workspace). For testing: yarn test or yarn test:watch. For type checking: yarn typecheck. For linting: `…

…shortened for this brief.

Key cautions & unknowns

  • Scorecard: default branch unprotected (0/10)
    1. React reconciler patching: The postinstall script runs vite build to patch React's reconciler internals. This build step must succeed or the library will not function in dev mode. 2. **Three.js version…
  • 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 "Healthy" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Healthy
[![RepoPilot: Healthy](https://repopilot.app/api/badge/pmndrs/react-three-fiber)](https://repopilot.app/r/pmndrs/react-three-fiber)

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/pmndrs/react-three-fiber on X, Slack, or LinkedIn.

Ask AI about pmndrs/react-three-fiber

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

Or write your own question

Featured in lists

Curated shortlists that include 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/pmndrs/react-three-fiber"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>