Skip to main content
Build Specification

How This Site Was Built

A factual inventory of what's inside the Elysian Trust website you're reading — the same site we reference as a potential $100K+ build on our Digital Infrastructure page. Every item below is verifiable in the public source of this site. Think of it as the receipts.

Note: the $100K+ figure is the agency-market replacement cost. It is what a standard firm would bill to deliver a site at this specification. Elysian’s pricing runs materially lower, and you can see why back in Digital Infrastructure.

21
HTML Pages
~19K
Lines of Code
4
Serverless Functions
0
Frameworks
AA
WCAG 2.1 Compliance

21 HTML pages across 6 service palettes

6 service pages (each with its own color palette), 3 case studies, 3 readiness assessments (GRA / CRA / FRA), homepage, about, services hub, methodology, portfolio, contact, funding record, privacy, plus the build-spec page you're reading. Every palette carries through dark-mode variants; three vision-accessibility modes layer on top — standard, color-safe for deuteranopia, and full monochrome grayscale.

~19,000 lines of code

~19,000 lines across HTML, CSS, and JavaScript. On top of that: ~100,000 words of original copy (order of magnitude: a short nonfiction book — every paragraph, pricing explanation, FAQ answer, and case narrative written specifically for this site, with no boilerplate or stock copy). 164 assessment form fields across the three readiness assessments, each with help text, placeholder guidance, and validation rules. Year-by-year funding record documenting $24.5M+ in publicly documented / publicly awarded funds; total delivered across Elysian Trust's principals' careers is $107M+ — $24.5M is the disclosable public subset.

Serverless backend across 4 endpoints

  • 3 Cloudflare Pages Functions (grant / contract / funding assessment endpoints) + 1 standalone Cloudflare Worker for the contact form
  • Google Sheets persistence via service-account JWT authentication with custom JWT signing, OAuth2 token refresh, and append-row logic
  • Cloudflare KV storage for contact-form submissions
  • Resend API for transactional email with HTML-escaped message bodies
  • All credentials stored in Cloudflare environment variables; zero secrets in the repo

Zero frameworks, strict-CSP-compliant

  • No React, Vue, Astro, or any third-party framework — every interaction hand-authored in vanilla JavaScript
  • All scripts live in external .js files; 99 inline <script> blocks and 164 inline event handlers were refactored out during the strict-CSP migration so the site ships with no 'unsafe-inline' on script-src
  • A single delegated data-action / data-gtag-event router in ui-shared.js handles every click and submit event across the site
  • 10+ modules total — theme-vision-init.js (head-blocking FOUC prevention), smooth-nav.js, smooth-details.js, tier-cards.js, plus page-specific handlers for each assessment, contact form, typewriter, and principal switcher
  • Progressive enhancement throughout — every <details> collapsible still works if JavaScript is disabled

WCAG 2.1 Level AA conformance

Most of these are not standard even at agency-tier builds:

  • Focus management: modal focus trap, return-focus on close, visible gold focus rings
  • Three vision modes: standard / color-safe (deuteranopia SVG filter) / full monochrome grayscale
  • Full ARIA: aria-pressed on toggles, aria-expanded on dropdowns, aria-hidden, aria-modal, aria-labelledby, dynamic aria-label announcing current toggle state
  • 22 autocomplete tokens on identity-purpose form fields (WCAG 1.3.5)
  • prefers-reduced-motion disables every animation for users who need it
  • Skip-to-main-content link, semantic heading hierarchy, keyboard parity on every interactive surface

Hardened end-to-end

  • Strict Content-Security-Policy with no 'unsafe-inline' on script-src
  • HSTS at 6 months with includeSubDomains; HTTPS enforced at the edge
  • Cloudflare WAF rate limiting on all API endpoints
  • Honeypot field + server-side validation + 5000-char input caps on all 4 forms
  • CORS scoped to production + preview origins only; email bodies HTML-escaped against stored-XSS
  • X-Frame-Options: DENY + CSP frame-ancestors 'none', base-uri 'self', scoped form-action, object-src 'none'

Deep structured data + social

  • ~100 JSON-LD structured data instances (Organization, Service, BreadcrumbList, Article, Audience, Thing, ListItem)
  • Canonical URLs on every page
  • OpenGraph + Twitter Cards with a 1200×630 og:image for rich link previews
  • sitemap.xml + robots.txt
  • Google Analytics 4 event tracking on key interactions (book-a-call, assessment start, contact submit)
  • Meta descriptions trimmed to ≤160 chars for SERP display

Production-grade deployment

  • Cloudflare Pages edge deployment across the global network
  • Version-pinned immutable caching on static assets with query-string invalidation
  • 301 redirect infrastructure via _redirects to preserve SEO across filename changes and legacy URLs
  • Security headers via _headers (CSP, HSTS, Permissions-Policy, Referrer-Policy, X-Frame-Options, X-Content-Type-Options)
  • noindex, follow robots directive on assessment pages and this build-spec page
  • Git-versioned on GitHub with granular commit history

Need this level of build for your organization?

Start with a free strategy call. We'll scope what you actually need and what it takes to deliver it.