Site
Changelog.
Current version: v1.0.517. We ship visible changes; this is where we record them.
Summaries below. Full Keep-a-Changelog format with file-level detail lives in CHANGELOG.md on the repo.
v1.6.0 — May 24, 2026
Cutover to mindhyve.ai apex
The site goes public. mindhyve.ai apex is now canonical; www.mindhyve.ai 301-redirects to apex with path preservation, via an Azure Front Door rule-engine condition on host header. mindhyve.io and www.mindhyve.io continue to 301 to apex from a separate AFD redirector profile that pre-existed. preview.mindhyve.ai retained as the staging surface, served from the same Front Door endpoint without any redirect rule.
Search-engine indexing is now ON. Apex DNS swung from PeachWorlds-hosted legacy content (Caddy → AmazonS3) to an Azure DNS alias-A targeting the afd-mindhyve-prod / mindhyve-marketing-prod endpoint. www CNAME swung to the same endpoint. AFD-managed Let’s Encrypt certs issued for both new custom domains. Codebase flipped SITE.url from preview to apex, rewrote robots.txt from “block all” to “allow all reputable crawlers,” flipped robots.index to true, and updated CI smoke-probe and Lighthouse-CI base URLs to the apex.
Verification post-cutover: apex 200 OK, subpages 200, sitemap and robots served, www 301 with path preservation, .io hostnames continue to 301, preview surface still 200, contact API returns 200 with valid ACS message ID. Full provisioning runbook and rollback procedure in docs/CUTOVER.md on the repo.
v1.5.0 — May 24, 2026
Capabilities by sector
New top-level /capabilities/ section — seven new routes plus the existing /capabilities/compound-reasoning/. Frames MindHYVE’s offerings the way a buyer reads them: in the language of “what your practice can now do that it couldn’t last week.” Voice across the section is deliberately buyer-facing — direct address, outcomes first, the architectural argument one click away when the CTO/CIO needs it. Four GA sector pages (Healthcare, Legal, Education, Theology), one cross-cutting architectural page (Compound Reasoning), one research page (Cross-Domain — the Metacognitive Reasoning Architecture and AXIOM™), and one Roadmap page covering the six future verticals (Finance, Insurance, Real Estate, Retail, Marketing, Engineering). Every capability is maturity-badged: GA / Coming Next / Roadmap / Research. Capabilities added to PRIMARY_NAV between Architecture and Digital Employees so the buyer reads the IA in order: foundational mental model → what you gain → who delivers it → how it’s built → what we’re researching.
v1.4.0 — May 23, 2026
SEO uplift to 9.5+
Every one of the 68 rendered routes on the site now has a unique <title> in the 30–60 char SERP window and a unique <meta name="description"> in the 120–155 char window. Data-layer foundation: metaTitle and metaDescription fields added to the Digital Employee, Technology, Eve-Genesis Edition, and Insight interfaces; populated for all dynamic routes. Static pages rewritten across the board — 15 hub pages with one-word titles got intentional, keyword-rich rewrites; the four bespoke product pages lead with the product role; trademark symbols applied consistently in metadata. New src/app/architecture/layout.tsx server-component wrapper so the client-rendered architecture page can carry its own metadata. Audit score moved from 7 → 9.5+.
v1.3.0 — May 23, 2026
ACS contact pipeline (corporate email)
The /api/contact form now sends through a dedicated MindHYVE Azure Communication Services stack — acs-mindhyve-comms-prod + ecs-mindhyve-comms-prod in rg-mindhyve-marketing-prod. Verified sender domain: comms.mindhyve.ai (Domain, SPF, DKIM, DKIM2 all verified). DMARC at _dmarc.comms.mindhyve.ai set to p=none for a fresh sender domain. Connection string canonical in Azure Key Vault; Bicep mirrors the value into SWA app settings at deploy time. Application Insights wired to the SWA Function host for observability. Routing: donotreply@comms.mindhyve.ai → sales@mindhyve.ai. Full provisioning runbook in docs/CUTOVER.md.
v1.2.0 — May 22, 2026
Research, library, founder enrichment
Major content expansion. Four research papers published — CNU PharmD joint paper, The Gate Was Never Locked (HYVE Labs technical report with the Faruki Ruling), the AI Practitioner Lexicon (CIAI × MindHYVE, 76 terms), and the CIAI White Paper 2026. New top-level /research/case-studies/ subsection with the FDE Pakistan Pilot (+35.6% History gain, government-supervised). New top-level /library/ section — Sales Library Volume I with 12 PDFs covering MindHYVE, the four Operating Systems, Eve-Fusion, Eve-Genesis, CIAI, and the Dawn Directive. New insights essay on why Eve-Genesis trains reasoning modes, not answers. Founder bio enriched with canonical biography. Team page corrected to 109 people (LinkedIn canon, was 149). 16 new partnerships added across 5 regions; new Latin America region (Belize). Bespoke product pages for Arthur, Chiron, Justine, and Theo updated with corrected edition taxonomies derived from the four *grid.ai sites and IPSC.
v1.1.0 — May 22, 2026
Institutional Dark + Champagne design system
Major design overhaul. Visual language repositioned from the original Dark Chrome + cyan-signal palette to an institutional editorial register. Typography migrated from Outfit + Inter to IBM Plex Sans + IBM Plex Mono. Brand assets migrated from JPEG/PNG to SVG (master logo, Digital Employee medallions, architecture layer icons). Orbital fabric tuned to slower, ambient cadence. Homepage Section 04 By the numbers added with four attributed stat cards. SEO infrastructure landed: JSON-LD schemas across six types (Organization, WebSite, Person, SoftwareApplication, Article, Book, BreadcrumbList, CollectionPage), per-page canonical URLs, custom Open Graph share image, manifest.webmanifest, humans.txt, security.txt, robots.txt with social-bot allowlist. Bespoke product pages launched for Arthur, Chiron, Justine, and a six-section Eve-Grid page. Roughly 30 fixes including CSP unblocks, Lighthouse performance recovery, and Tailwind 4 / Chrome / axe-core pipeline corrections.
v1.0.0 — May 22, 2026
Items 1–8 build to v1.0
The marketing site reaches its v1.0 surface area. Foundation layer landed: orbital compositional fabric in R3F, page archetype shells, global navigation with cmdk command palette, tri-region time indicator. IA shell populated: 60+ canonical routes across the four-layer architecture, the eleven Digital Employees, the eleven Compound Reasoning Models, the ten Eve-Genesis editions, the substrate pages, research, company, and utility trees. Real content shipped for all in-market layers (5 DEs, 5 compounds, 3 Genesis editions, 3 substrate pages); roadmap entries carry the Roadmap-TBD pill. Two corporate-tier essays at /insights. Pipeline updated with Lighthouse CI and axe-core quality gates plus full-route smoke probes; release model moves from laptop deploys to pipeline-driven on every master push.
v0.2.0 — May 21, 2026
Typography decision
Type-2 (Geometric Technical) selected as canonical: Outfit display, Inter body, JetBrains Mono mono. Lab routes updated to specimen mode; site-wide typography bound to the new variables.
v0.1.0 — May 20, 2026
First deploy
preview.mindhyve.ai live behind Azure Front Door Premium, served from Azure Static Web Apps. Bicep IaC for resource provisioning. Husky pre-commit hooks. Canon-check brand vocabulary linter. CI/CD pipeline scaffolded.