95/ 100 · A

A top-tier open source project. Docs, tests, and CI are all in excellent shape.

⚡️ Express inspired web framework written in Go

Go39,855 starsMITupdated today

Outstanding work. A score of 95/100 puts this repo in a very small tier of truly well-engineered open source projects.

DocumentationREADME, setup, examples, license
86
EngineeringTests, CI, linting, lockfiles
99
Project healthDescription, activity, stars, deps
100

What to fix first

The highest-impact improvements for this repo.

  1. 1
    CI/CD
    EngineeringInfo

    Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.

  2. 2
    README
    DocumentationIssue

    Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.

  3. 3
    Install and run instructions
    DocumentationIssue

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

Detailed breakdown

Documentation

86
  • README80
    • README is present.
    • README is well structured with multiple sections.
    • No screenshots or images in the README (−20 pts).Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.
    • README has code examples.
    • README links to a live demo or deployed app.
    • README includes status badges.
  • Install and run instructions90
    • README documents how to install the project.
    • README documents how to run the project.
    • No .env.example found (−10 pts).Add a .env.example listing all required environment variables so contributors know what to set up.
  • License100
    • Licensed under MIT.
  • Contributing guide77
    • CONTRIBUTING guide found.
    • CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
    • Code of conduct present.

Engineering

99
  • Tests100
    • Test files detected (.github/testdata/fs/css/test).
    • Go module github.com/gofiber/fiber/v3 has test files. Run with `go test ./...`.
  • CI/CD100

    Not applicable?

    • CI is configured (.github/workflows/lint.yml).
    • CI workflow runs tests.
    • CI runs on pull requests, not just on pushes to main.
    • CI workflow runs a lint or format check.
    • Optional: add type checking to CI.Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
    • CI reports or uploads test coverage.
    • CI caches dependencies for faster runs.
    • CI tests across multiple environments or versions.
  • Linting and formatting100
    • Formatting enforced (.editorconfig).
  • Reproducibility95
    • Lockfile present (go.sum). Installs are reproducible.
    • No Dockerfile or runtime version pin found. Adding one earns +10 pts.Add a Dockerfile, .nvmrc, or .python-version to pin the runtime version and make the environment reproducible.
    • Dependabot covers 2 ecosystems (gomod, github-actions). Dependencies stay current.
    • go.mod pins Go version 1.25.0.
  • Issue and PR templates100
    • Issue or PR templates present.
    • Security policy present.

Project health

100
  • Dependency manifest100
    • Dependency manifest found (go.mod).
    • go.mod module path is fully qualified (github.com/gofiber/fiber/v3).
    • go.mod specifies Go version 1.25.0.
  • Repository metadata100
    • Repository has a description.
    • Primary language detected: Go.
  • Activity100
    • Actively maintained (pushed within the last month).
    • 39,855 stars.
  • Housekeeping100
    • .gitignore present.
Repository files77 root entries
  • .github
    Good: CONTRIBUTING guide found.
    Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
    Good: Code of conduct present.
    Good: Test files detected (.github/testdata/fs/css/test).
    Good: CI is configured (.github/workflows/lint.yml).
    Good: Dependabot covers 2 ecosystems (gomod, github-actions). Dependencies stay current.
    Good: Issue or PR templates present.
    Good: Security policy present.
  • addon
  • binder
  • client
  • docs
  • extractors
  • internal
  • log
  • middleware
  • .cspell.json
  • .editorconfig
    Good: Formatting enforced (.editorconfig).
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .golangci.yml
  • .markdownlint.yml
  • adapter_test.go
  • adapter.go
  • AGENTS.md
  • app_integration_test.go
  • app_test.go
  • app.go
  • bind_test.go
  • bind.go
  • color.go
  • constants.go
  • constraint_test.go
  • constraint.go
  • ctx_interface_gen.go
  • ctx_interface.go
  • ctx_reclaim_test.go
  • ctx_test.go
  • ctx.go
  • domain_test.go
  • domain.go
  • error_test.go
  • error.go
  • errors_internal.go
  • go.mod
    Good: Dependency manifest found (go.mod).
  • go.sum
    Good: Lockfile present (go.sum). Installs are reproducible.
  • group.go
  • helpers_fuzz_test.go
  • helpers_test.go
  • helpers.go
  • hooks_test.go
  • hooks.go
  • LICENSE
    Good: Licensed under MIT.
  • listen_test.go
  • listen.go
  • Makefile
  • mount_test.go
  • mount.go
  • path_test.go
  • path_testcases_test.go
  • path.go
  • prefork_logger.go
  • prefork_test.go
  • prefork.go
  • readonly_strict.go
  • readonly.go
  • redirect_msgp_test.go
  • redirect_msgp.go
  • redirect_test.go
  • redirect.go
  • register.go
  • req_interface_gen.go
  • req.go
  • res_interface_gen.go
  • res.go
  • router_test.go
  • router.go
  • services_test.go
  • services.go
  • shared_state_test.go
  • shared_state.go
  • state_test.go
  • state.go
  • storage_interface.go