Skip to content

feat: reposition site around the demonstration compiler + healthcare/lending vertical pages#138

Open
abrichr wants to merge 12 commits into
mainfrom
feat/compiler-repositioning
Open

feat: reposition site around the demonstration compiler + healthcare/lending vertical pages#138
abrichr wants to merge 12 commits into
mainfrom
feat/compiler-repositioning

Conversation

@abrichr

@abrichr abrichr commented Jul 6, 2026

Copy link
Copy Markdown
Member

Rewrites the site's messaging from the 2023 "train models / deploy agents" narrative to the compiler positioning, and adds the two flagship vertical pages.

Homepage

  • Hero: Show it once. It runs forever. On your premises. + mechanism subhead; primary CTA → intake form; 85.6MB hero video replaced with the 8.7MB one (preload=metadata)
  • New numbered How it works section: 1.0 Record → 2.0 Compile → 3.0 Run → 4.0 Self-heal → 5.0 Audit
  • Industry grid: 9 generic cards → Healthcare clinics / Mortgage & lending ops / Other regulated back-offices (prefill wiring preserved)
  • New FAQ with FAQPage JSON-LD (schema generated from the same data the section renders)
  • "Alpha software" banner → honest status line (pilots open); terms/privacy pages updated to match
  • Schemas, global meta, and llms.txt rewritten to the new positioning; duplicate id=start fixed; one canonical Discord invite

Vertical pages

  • /solutions/healthcare — referral/fax intake + EMR data entry; "why local matters" (PHI never leaves the clinic; desktop/VDI EMRs)
  • /solutions/lending — loan-file data entry/extraction in desktop LOS (Encompass); borrower data stays in your environment
  • Added to sitemap.xml

Deliberately absent: fabricated metrics, customer names, compliance badges we don't hold. Trust language is "local-first by architecture" + PII/PHI scrubbing tooling.

next build passes (9 static pages). Review the Netlify deploy preview before merging.

🤖 Generated with Claude Code

https://claude.ai/code/session_01FmaqQy1TJ3M9FbGf6hEhbg

abrichr and others added 9 commits July 6, 2026 16:03
- New headline: 'Show it once. It runs forever. On your premises.'
- Subhead names the mechanism (compiled demonstration) and the
  deployment promise (runs entirely on your own machines)
- Carousel lines updated to deterministic replay / self-healing /
  local-first messaging
- Dual CTA: primary 'Book a demo' (#book), secondary 'See how it
  works' (#how-it-works)
- Hero video now hero.mp4 (8.7MB) with preload=metadata instead of
  demo.mp4 (85.6MB); removed the poster-capture effect that forced a
  full second download of the large video
- Discord invite unified to discord.gg/yF527cQbDG

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
New HowItWorks component (id=how-it-works) placed right after the
hero: 1.0 Record, 2.0 Compile, 3.0 Run, 4.0 Self-heal, 5.0 Audit in
spec-doc style with mono-accent step numbers. No new dependencies,
no canvas animation — plain markup matching the dark visual system.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Replace the nine-industry card grid with three cards: Healthcare
clinics, Mortgage & lending ops, and Other regulated back-offices.
Card titles link to the new /solutions/ pages (third card to #book),
Get Started prefill messages match the new titles, and the section
intro is rewritten to the compiled-automation positioning. Card
component, CTA mechanics, and canvas animation untouched.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Six self-contained Q&As (what is it, vs RPA, vs computer-use agents,
data locality, licensing/pilots, software coverage) rendered before
the booking section. The same data drives a FAQPage schema block in
pages/index.js.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Organization/SoftwareApplication/WebSite JSON-LD descriptions,
  slogan ('Show it once. It runs forever.'), and featureList now
  describe the demonstration compiler; sameAs list unchanged
- Global title/description and og/twitter tags in _app.js updated
- llms.txt rewritten: compiler summary, how-it-works and FAQ anchors,
  healthcare/lending/regulated use cases with /solutions/ URLs

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Both the wrapper div and the heading carried id="start"; the id now
appears only on the wrapper div so the anchor target stays unique.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Replace the 'alpha software' warning under the hero with a positive
status line — v1 is open source and under active development, with
commercial pilots for healthcare and lending linked to #book — and
rewrite the Getting Started intro to the compiler positioning.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Two new pages with pain-first headlines in operator language, the
five-step compiler section reused, a 'Why local matters here' block,
capability-phrased outcome bullets (no fabricated metrics), and CTAs
to /#book. Each page sets its own title, description, canonical, and
og tags. Linked from the industry card titles, the footer, and
sitemap.xml.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Terms of service section 1 becomes 'Software Under Active
Development' with the same warranty caveats; privacy policy loses
'leverage' and clarifies model calls as optional ('can connect').
Legal meaning of both pages is unchanged.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@netlify

netlify Bot commented Jul 6, 2026

Copy link
Copy Markdown

Deploy Preview for cosmic-klepon-3c693c ready!

Name Link
🔨 Latest commit bcac0e9
🔍 Latest deploy log https://app.netlify.com/projects/cosmic-klepon-3c693c/deploys/6a4c45adb3087500087e0708
😎 Deploy Preview https://deploy-preview-138--cosmic-klepon-3c693c.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

abrichr and others added 3 commits July 6, 2026 16:20
… one-business-day response promise

The hero visual is now the product itself: a DOM-rendered run report of a
compiled workflow replaying — steps resolving in milliseconds, one UI-drift
event healing itself into a reviewable diff, closing at zero model calls and
$0.00 per run. Pure CSS animation, loops, honors prefers-reduced-motion; no
video download at all (was 8.7MB, originally 85.6MB).

The intake form now states the response commitment before the submit button
and repeats it in the success state.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…e page

The mono rows' white-space:nowrap min-content width propagated up the hero
grid and pushed the centered column past small viewports. contain:inline-size
on the rows plus min-w-0/overflow-hidden on the grid item caps the card at
the viewport; a <=640px media query scales the type down and drops the rung
column (kept for the drift row). Verified at 375px and 1440px with Playwright:
zero horizontal overflow at both.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…piler-preview note

The four CLI commands are verified current against openadapt v1.2.5
(capture start/stop/view, doctor). Reframed descriptions to the
demonstration story, put doctor first, and added an honest note: recording
ships in the open-source package today, the compiler stage is in private
preview (book a demo), so the quickstart no longer implies pip install
delivers the full hero-promise loop.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant