Polished and well engineered. Punching above its star count.

๐Ÿฆ Open source, transparency-orientated fiscal sponsorship platform for hackers & creatives.

Documentation

80

Contributing guide5pt25

Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (โˆ’20 pts).

โ†’ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.

README12pt85

README is present.

Install and run instructions9pt90

README documents how to install the project.

License6pt100

Licensed under AGPL-3.0.

Engineering

93

Tests18pt80

Test files detected (spec).

CI/CD14pt100

CI is configured (.github/workflows/ci.yml).

Linting and formatting5pt100

Ruby linting configured (.prettierrc).

Reproducibility6pt100

Lockfile present (Gemfile.lock). Installs are reproducible.

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (Gemfile).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • โ€”
    Commits (30d / 90d)
  • 117
    Forks
  • 0
    Releases

Community

  • โ€”
    Community health
  • โ€”
    authors own >50% of commits
  • 860
    Watchers

Responsiveness

  • 11h
    Median issue response
  • <1h
    Median PR merge time
  • 357
    Open issues
Repository files61 root entries
  • .devcontainer
    Good: Environment pinned via .devcontainer/Dockerfile.
  • .github
    Good: CI is configured (.github/workflows/ci.yml).
    Good: Dependabot covers 3 ecosystems (bundler, npm, github-actions). Dependencies stay current.
    Good: Issue or PR templates present.
  • .vscode
  • app
  • bin
  • config
  • db
  • dev-docs
  • docs
  • lib
  • log
  • public
  • runbooks
  • scripts
  • spec
    Good: Test files detected (spec).
  • storage
  • vendor
  • .annotaterb.yml
  • .dockerignore
  • .env.development.example
  • .erb_lint.yml
  • .foreman
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .node-version
  • .prettierrc
    Good: Ruby linting configured (.prettierrc).
  • .rspec
  • .rubocop_todo.yml
  • .rubocop.yml
  • .ruby-version
  • .simplecov
  • .slugignore
  • .solargraph.yml
  • app.json
  • Aptfile
  • config.ru
  • docker_dev_setup.sh
  • docker_setup.sh
  • docker_start.sh
  • docker-compose.dbonly.yml
  • docker-compose.production.yml
  • docker-compose.solargraph.yml
  • docker-compose.yml
  • Dockerfile
  • eslint.config.mjs
  • Gemfile
    Good: Dependency manifest found (Gemfile).
  • Gemfile.lock
    Good: Lockfile present (Gemfile.lock). Installs are reproducible.
  • hcb_laser.gif
  • heroku.yml
  • LICENSE
    Good: Licensed under AGPL-3.0.
  • package.json
  • postcss.config.js
  • Procfile
  • Procfile.dev
  • production.Dockerfile
  • Rakefile
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Issue: README has no code examples (โˆ’15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • SECURITY.md
    Good: Security policy present.
  • tailwind.config.js
  • webpack.config.js
  • yarn.lock