Skip to content
prod 352bb92
Browse

Deploy status

Use this page when you are not sure whether you are on production, preview/staging, or local dev. The top-right badge on every page shows the same fingerprint in compact form (e.g. prod · plus the short commit SHA below — always read the live badge or /deploy-info.json, never a stale example SHA).

What you are looking at

The badge in the top-right corner (prod · 352bb92) always matches this page on the same deploy. If the badge SHA differs from the table below, hard-refresh or you are on a cached tab.

Environment production (prod)
Commit (short) 352bb92
Commit (full) 352bb92c055044891c98fb3749a5959424f2572a
Branch dev
Last commit message docs(codecanyon): fix monspark guide frontmatter
Committed Jul 4, 2026, 2:45 AM
Built at Saturday, July 4, 2026 at 2:45:52 AM EDT
Site package 0.0.1
This site URL https://library.zajapps.com
GitHub View commit on GitHub →

Quick verify (non-developer)

  1. Open library.zajapps.com/zajlibrary/system/platform/resources/reference/deploy-status/ — note the Commit (short) row.
  2. Compare with the badge on that page (top-right). They must match (currently 352bb92 on production).
  3. Local dev (npm run dev) shows local in the badge — that is expected; only prod on library.zajapps.com is the live site.

Machine-readable fingerprint

Same JSON as this page, for scripts or agents: /deploy-info.json

Operator / Vercel details (public for now)
Vercel deployment ID
Vercel deployment URL — (local build)
GitHub repo indiehive/ZajLibrary

When auth and admin routes land, this section moves behind a protected operator view. The public badge + short SHA stay visible so you can still confirm production at a glance.

Branch → environment (how we deploy today)

Section titled “Branch → environment (how we deploy today)”
Git branchTypical Vercel targetPublic URL
mainProductionhttps://library.zajapps.com
devPreview (staging alias)https://zaj-library-staging.vercel.app (Vercel login may be required)
Local npm run devhttp://127.0.0.1:4321 — badge shows local

Regenerating the fingerprint (developers & agents)

Section titled “Regenerating the fingerprint (developers & agents)”
WhenWhat runs
npm run dev / predevMCP index + deploy fingerprint (regenerate-site-artifacts.ts)
npm run build / Vercel buildSame via prebuild — Vercel env vars populate production/preview metadata
npm run previewprepreview refreshes before serving dist/
npm run build:deploy-infoDeploy fingerprint only (fast — after git checkout)
npm run build:artifactsMCP index + deploy fingerprint (manual)
Agent hook.agents/scripts/ensure-site-artifacts.sh before dev/build/vercel deploy; SessionStart creates fingerprint if missing

Public JSON mirror: /deploy-info.json (also gitignored under public/ — generated at build/dev time).