RepoPilot

foundation/foundation-sites

The most advanced responsive front-end framework in the world. Quickly create prototypes and production code for sites that work on any kind of device.

Mixed

Stale — last commit 2y 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 2y ago; Scorecard "Token-Permissions" is 0/10

  • Stale — last commit 2y ago
  • Single-maintainer risk — top contributor 86% of recent commits
  • Scorecard: marked unmaintained (0/10)
  • 2 moderate-severity advisories on direct dependencies
  • 12 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: foundation/foundation-sites

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T18:11:14.600Z · commit 337be7a8d9d2

Verdict

Mixed — Stale — last commit 2y ago

  • 12 active contributors
  • MIT licensed
  • CI configured
  • Tests present

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

Foundation for Sites is a responsive front-end framework written in SCSS and JavaScript that provides a production-ready grid system, Sass mixins, JavaScript plugins, and accessibility features for building websites and applications across all device sizes. It compiles to CSS (with float, flex, and RTL variants) and distributes JavaScript in multiple module formats (CommonJS, ES6, ESM). Monolithic structure: source SCSS files in assets/ (foundation.scss, foundation-float.scss, foundation-rtl.scss, foundation-prototype.scss) compile to dist/css/; JavaScript source transpiles to dist/js/ in multiple formats (CJS, ESM, ES6). Customizer/ directory provides a UI for selecting features. Test…

Start here

Open these first:

  • assets/foundation.scss — Main SCSS entry point that imports and compiles all framework styles into distributable CSS.
  • dist/js/foundation.js — Primary JavaScript bundle entry point (CommonJS) that exports all Foundation plugins and core functionality.
  • bower.json — Package metadata and dependency declarations for Bower-based installations.
  • README.md — Project overview, installation links, and quick-start guidance for new contributors.
  • CONTRIBUTING.md — Contribution guidelines, development workflow, and code standards for repository participants.

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/foundation/foundation-sites
cd foundation-sites
yarn install
yarn start

This clones the repo, installs dependencies via Yarn, and starts the documentation server.

Daily commands:

Development: yarn start launches the Gulp-driven dev server with documentation. Tests: yarn test:sass runs Sass unit tests via Mocha, yarn test:javascript:units transpiles and runs JS tests in headless Chrome via…

…shortened for this brief.

Key cautions & unknowns

  • Stale — last commit 2y ago
  • Single-maintainer risk — top contributor 86% of recent commits
  • Scorecard: marked unmaintained (0/10)
  • Node.js version constraint: minimum version 18 is required (specified in README); running with older Node will fail. External service dependencies: tests rely on BrowserStack for CI cross-browser validation and…
  • 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/foundation/foundation-sites?axis=dependency)](https://repopilot.app/r/foundation/foundation-sites)

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/foundation/foundation-sites on X, Slack, or LinkedIn.

Ask AI about foundation/foundation-sites

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/foundation/foundation-sites"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>