Add Hydra Restore to the showcase — ⚠ merge after the DNS cutover#1
Open
sansware wants to merge 1 commit into
Open
Add Hydra Restore to the showcase — ⚠ merge after the DNS cutover#1sansware wants to merge 1 commit into
sansware wants to merge 1 commit into
Conversation
Adds the Hydra Restore fact sheet (md + schema-valid JSON) and gallery row. Every claim matches the actual build — where it differs from the house pattern the sheet says so honestly: no Cloudflare layer (Vercel edge only), no region-pin claim (fully static, no functions), minimal progressive JS rather than none, and Plausible named as the one third-party script. No hardening section is claimed because the site does not yet ship the security-header set. HOLD FOR CUTOVER: www.hydrarestore.co.uk currently still serves the client's old Wix site. The URL resolves (check-links passes) but the described Astro build only answers at that domain once DNS moves to Vercel — merging before then would breach this repo's "every claim is checkable" contract. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Hydra Restore as the second showcase entry: fact sheet (
sites/hydra-restore.md), schema-valid JSON (sites/hydra-restore.json), and the gallery row.⚠ Hold this PR until
www.hydrarestore.co.ukis cut over to Vercel. The URL resolves today (their link checker passes) but it currently serves the old Wix site — and this repo's whole premise is "every claim is checkable". The moment DNS moves, this is safe to merge as-is.Honesty notes (where Hydra differs from the house pattern, the sheet says so):
hydrarestore/vercel.jsonwould be a small follow-up PR and would let this sheet carry the full hardening block; happy to do it.Validated: JSON passes the schema (required keys, no unexpected properties),
node scripts/check-links.mjsgreen.🤖 Generated with Claude Code