Download Latest Version v1.7.8 -- CLI --version, Windows route fix, explicit routes config source code.tar.gz (811.5 kB)
Email in envelope

Get an email when there's a new version of Boneyard

Home / v1.7.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-10 563 Bytes
v1.7.2 source code.tar.gz 2026-04-10 789.4 kB
v1.7.2 source code.zip 2026-04-10 874.0 kB
Totals: 3 Items   1.7 MB 0

What's new

Skip redirected routes (#54 — @DloomPlz)

When a page 307s (auth middleware, etc.), boneyard now stops after the first breakpoint instead of retrying 3x. Saves significant time on apps where most routes are behind login.

Shorthand to pass auth cookies without touching the config file:

npx boneyard-js build --cookie "next-auth.session-token=abc123"

Repeatable for multiple cookies. Auto-sets domain from the target URL.


44 lines changed, no breaking changes. Both features are additive.

Source: README.md, updated 2026-04-10