You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generalize ranking copy and remove em-dashes from landing page
Reframe the ranking message away from a single metric: the principle
card is now "Ranked on real metrics" and speaks to multiple interface
and confidence metrics rather than ipSAE alone. ipSAE remains listed
among the scoring tools.
Rewrite sentences that leaned on em-dashes so they read naturally,
and drop the en-dash and a few fussy hyphenated compounds.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
<title>fova — design proteins in your terminal</title>
7
-
<metaname="description" content="fova is a terminal agent for de novo protein design. It plans, runs, and ranks design jobs — and ships the survivors to a wet lab — from a single Go binary. Free by default." />
6
+
<title>fova: design proteins in your terminal</title>
7
+
<metaname="description" content="fova is a terminal agent for de novo protein design. It plans, runs, and ranks design jobs, then ships the survivors to a wet lab, all from a single Go binary. Free by default." />
8
8
<metaname="theme-color" content="#0d1f15" />
9
9
<metaname="color-scheme" content="dark" />
10
10
11
11
<metaproperty="og:type" content="website" />
12
-
<metaproperty="og:title" content="fova — design proteins in your terminal" />
13
-
<metaproperty="og:description" content="A terminal agent for de novo protein design. It plans, runs, ranks — and ships the survivors to a wet lab. Free by default." />
12
+
<metaproperty="og:title" content="fova: design proteins in your terminal" />
13
+
<metaproperty="og:description" content="A terminal agent for de novo protein design. It plans, runs, ranks, and ships the survivors to a wet lab. Free by default." />
aria-label="fova running a binder design pipeline: planning, scaffolding with RFdiffusion, sequence design with ProteinMPNN, structure prediction with AlphaFold3, ranking by ipSAE to a shortlist of 47 designs, then a wet-lab submission prompt.">
635
+
aria-label="fova running a binder design pipeline: planning, scaffolding with RFdiffusion, sequence design with ProteinMPNN, structure prediction with AlphaFold3, ranking and filtering to a shortlist of 47 designs, then a wetlab submission prompt.">
<h2data-revealstyle="--d:.08s">From a sentence to the bench.</h2>
680
680
<pdata-revealstyle="--d:.16s">
681
-
Describe a target in plain language. fova does the rest — and tracks
681
+
Describe a target in plain language. fova does the rest, and tracks
682
682
every design back to the intent that produced it.
683
683
</p>
684
684
</div>
@@ -693,19 +693,19 @@ <h3>Plans</h3>
693
693
<divclass="node">⠿</div>
694
694
<spanclass="idx">02 ▸ STEP</span>
695
695
<h3>Orchestrates</h3>
696
-
<p>Runs experimentally validated tools — BindCraft, RFdiffusion, ProteinMPNN, AlphaFold3 — locally or on your own Modal GPUs.</p>
696
+
<p>Runs experimentally validated tools like BindCraft, RFdiffusion, ProteinMPNN, and AlphaFold3, locally or on your own Modal GPUs.</p>
697
697
</article>
698
698
<articleclass="step" data-revealstyle="--d:.23s">
699
699
<divclass="node">≋</div>
700
700
<spanclass="idx">03 ▸ STEP</span>
701
701
<h3>Ranks</h3>
702
-
<p>Scores every design by <code>ipSAE</code> — the modern interface metric — then filters to a small, high-confidence shortlist.</p>
702
+
<p>Scores every design on interface and confidence metrics, then filters to a small, trustworthy shortlist.</p>
703
703
</article>
704
704
<articleclass="step" data-revealstyle="--d:.32s">
705
705
<divclass="node">✓</div>
706
706
<spanclass="idx">04 ▸ STEP</span>
707
707
<h3>Ships</h3>
708
-
<p>Sends the survivors to the bench through the Adaptyv Foundry API — then closes the design–test–learn loop with real results.</p>
708
+
<p>Sends the survivors to the bench through the Adaptyv Foundry API, then closes the loop with real results.</p>
709
709
</article>
710
710
</div>
711
711
</div>
@@ -731,17 +731,17 @@ <h3>Free by default</h3>
731
731
<articleclass="card" data-revealstyle="--d:.1s">
732
732
<divclass="ico">✓</div>
733
733
<h3>Validated tools only</h3>
734
-
<p>Every built-in design tool has <spanclass="hi">documented wet-lab success</span>. No unproven methods ship in the box.</p>
734
+
<p>Every built-in design tool has <spanclass="hi">documented wetlab success</span>. No unproven methods ship in the box.</p>
735
735
</article>
736
736
<articleclass="card" data-revealstyle="--d:.15s">
737
737
<divclass="ico">≋</div>
738
-
<h3>Ranked by ipSAE</h3>
739
-
<p>The interface metric that outperformed ipTM across <spanclass="hi">3,766 tested binders</span> on 15 targets.</p>
738
+
<h3>Ranked on real metrics</h3>
739
+
<p>fova scores every design on <spanclass="hi">multiple interface and confidence metrics</span>, never a single number, so the shortlist holds up at the bench.</p>
740
740
</article>
741
741
<articleclass="card" data-revealstyle="--d:.2s">
742
742
<divclass="ico">⌗</div>
743
743
<h3>Provenance everywhere</h3>
744
-
<p>Every design carries full lineage — <spanclass="hi">intent → tool versions → wet-lab result</span> — in local SQLite.</p>
744
+
<p>Every design carries its full lineage in local SQLite: <spanclass="hi">intent → tool versions → wetlab result</span>.</p>
0 commit comments