0

/ 100

GradeA

Well engineered for its size. A portfolio piece worth showing off.

Top 11% of 5,156 graded repos

PostHog with text analytics extensions, serving as an advanced LLM analytics platform.

Top fixes

Highest-impact changes first, ranked by point weight

11 to address
  1. 1
    Install and run instructions9pt

    Add a .env.example listing all required environment variables so contributors know what to set up.

  2. 2
    Reproducibility6pt

    Add additional package-ecosystem entries (especially github-actions) to keep all dependencies current.

  3. 3
    Dependency manifest6pt

    Add a one-line description to package.json. It appears in npm search and on GitHub.

  4. 4
    Dependency manifest6pt

    Add a `keywords` array to help people find your package on npm.

Working through the fixes? Let every push regrade itself.

The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

92

Contributing guide5pt66

Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.

Add setup instructions, code style notes, and how to run tests.

Install and run instructions9pt90

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under Other.

Engineering

99

Reproducibility6pt92

Lockfile present (pnpm-lock.yaml). Installs are reproducible.

Tests18pt100

Test files detected (bin/tests).

CI/CD14pt100

CI is configured (.github/workflows/build-and-deploy-prod.yml).

Linting and formatting5pt100

Linter or formatter configured (.eslintrc.js).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

67

Activity5pt20

No pushes in over a year (−80 pts).

A recent commit signals the project is alive and worth contributing to.

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt82

Dependency manifest found (package.json).

Repository metadata5pt100

Repository has a description.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 3
    Forks
  • 0
    Releases

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 15
    Watchers

Responsiveness

  • -
    Median issue response
  • <1h
    Median PR merge time
  • 8
    Open issues
Repository files81 root entries
  • .devcontainer
    Good: Environment pinned via .devcontainer/Dockerfile.
    Issue: Build artifacts or local files may be committed (.devcontainer/.env) (−40 pts).Fix: Remove them and add to .gitignore.
  • .github
    Good: CI is configured (.github/workflows/build-and-deploy-prod.yml).
    Good: Dependabot configured for github-actions.
    Good: Issue or PR templates present.
  • .husky
  • .run
  • .storybook
  • .vscode
  • bin
    Good: Test files detected (bin/tests).
  • caprover
  • cdp
  • cypress
  • demo_upload
  • docker
  • ee
  • eslint-rules
  • frontend
  • hogql_parser
  • hogvm
  • openapi
  • patches
  • playwright
  • plugin-server
  • plugin-transpiler
  • posthog
  • share
  • staticfiles
  • .all-contributorsrc
  • .dockerignore
  • .eslintignore
  • .eslintrc.js
    Good: Linter or formatter configured (.eslintrc.js).
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .kearc
  • .nvmrc
  • .prettierignore
  • .prettierrc
  • .stylelintignore
  • .stylelintrc.js
  • babel.config.js
  • CHANGELOG.md
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • CONTRIBUTING.md
    Issue: Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.
    Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.
    Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.
    Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).
    Good: Contributing guide describes the PR/review workflow.
    Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
  • cypress.e2e.config.ts
  • depot.json
  • docker-compose.base.yml
  • docker-compose.dev-full.yml
  • docker-compose.dev.yml
  • docker-compose.hobby.yml
  • docker-compose.playwright.yml
  • Dockerfile
  • Dockerfile.cloud
  • Dockerfile.playwright
  • gunicorn.config.py
  • jest.config.ts
  • jest.setup.ts
  • jest.setupAfterEnv.ts
  • latest_migrations.manifest
  • LICENSE
    Good: Licensed under Other.
  • manage.py
  • mypy-baseline.txt
  • mypy.ini
  • package.json
    Good: Dependency manifest found (package.json).
  • playwright.config.ts
  • pnpm-lock.yaml
    Good: Lockfile present (pnpm-lock.yaml). Installs are reproducible.
  • postcss.config.js
  • Procfile
  • production.Dockerfile
  • pyproject.toml
  • pytest.ini
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Good: README has code examples.
    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.
  • requirements-dev.in
  • requirements-dev.txt
  • requirements.in
  • requirements.txt
  • SECURITY.md
    Good: Security policy present.
  • tailwind.config.js
  • test-runner-jest-environment.js
  • test-runner-jest.config.js
  • tsconfig.dev.json
  • tsconfig.json
  • unit.json
  • webpack.config.js
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/postlang/posthog-llm)](https://www.repo-grade.com/report/postlang/posthog-llm)

More graded Python repos