RepoPilot

jgthms/bulma

Modern CSS framework based on Flexbox

Mixed

Slowing — last commit 6mo 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 6mo ago; Scorecard "Branch-Protection" is 0/10…

  • Slowing — last commit 6mo ago
  • Concentrated ownership — top contributor handles 79% of recent commits
  • Scorecard: marked unmaintained (0/10)
  • Scorecard: default branch unprotected (0/10)
  • Last commit 6mo ago
  • 16 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; 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: jgthms/bulma

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T13:30:58.707Z · commit 741da22368cd

Verdict

Mixed — Slowing — last commit 6mo ago

  • Last commit 6mo ago
  • 16 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

Bulma is a modern CSS-only framework built on Flexbox that provides pre-styled components (buttons, cards, modals, navbar, tables, forms) without any JavaScript. It compiles from SCSS source (bulma.scss) to a single bulma.css file that can be used out-of-the-box or customized via Sass variables. The framework produces multiple output variants (dark-mode, prefixed, helpers-excluded) to fit different project needs. Single-package monolith structure: root bulma.scss imports modular SCSS files from sass/base/ (animations, reset, skeleton), sass/elements/ (buttons, forms, tables, icons), sass/components/ (navbar, modals, cards, breadcrumbs, pagination), and sass/layout/. The build pipeline…

Start here

Open these first:

  • bulma.scss — Main entry point that imports and assembles all Sass modules into the complete framework.
  • sass/_index.scss — Root Sass index that organizes imports across all layers (base, components, elements, form, grid, helpers, layout, themes,…
  • sass/utilities/initial-variables.scss — Defines all foundational design tokens (colors, spacing, breakpoints, typography) that cascade through the entire framework.
  • sass/themes/setup.scss — Configures light and dark theme infrastructure and CSS custom properties used across all components.
  • package.json — Declares dev dependencies (Sass, PostCSS, cssnano) and build pipeline configuration for transpiling SCSS to CSS.

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/jgthms/bulma.git
cd bulma
npm install

No database or external service configuration is required; this is a pure CSS compilation project.

Daily commands:

npm run build-bulma

Builds expanded CSS from bulma.scss → css/bulma.css with source map. For production: npm run minify-bulma outputs css/bulma.min.css. Full pipeline: npm run build-all && npm run minify-all compiles all 8 CSS variants…

…shortened for this brief.

Key cautions & unknowns

  • Slowing — last commit 6mo ago
  • Concentrated ownership — top contributor handles 79% of recent commits
  • Scorecard: marked unmaintained (0/10)
  • No obvious test framework or CI/CD configuration visible in the file list—verify whether tests exist in hidden directories or external CI setup before assuming test coverage. The build process generates 8 CSS variants;…
  • 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/jgthms/bulma?axis=dependency)](https://repopilot.app/r/jgthms/bulma)

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

Ask AI about jgthms/bulma

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