Rare find

Statikk. A quick server for sharing files locally without exposing your secrets.

github.com/paulirish/statikk

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2026
  • 3.0.0
  • feat: deterministic port generation based on path (multiples of 100, …
  • fix: update BLOCKED_PORTS with the full list of undici-blocked ports
  • ci: add typecheck and test steps to publish workflow
  • ci: use pnpm/action-setup@v4 with version: latest
  • ci: add typecheck step to test workflow
  • refactor: use const and arrow functions in statik.js
  • rename
  • chore: enable JSDoc typechecking for buildless types
  • docs: add --jsprof to README
  • ci: add test suite and npm trusted publishing workflows
  • bump to latest serve-static
  • fix: avoid fetch-restricted ports in getPortNumberForPath
  • refactor: use exports field and add engines spec in package.json
  • refactor: migrate from yarn to pnpm
  • refactor: modernize project to ESM and remove nopt/extend dependencies
  • test: add CLI test suite
  • test: add node --test suite and fix server startup race condition
August 2024
  • 2.2.2
  • fix binding default of localhost without --expose (#4)