Skip to content

Commit 93ded5f

Browse files
committed
fix: Update TinyFish featured page with accurate metrics
Replace 98.7% success rate with 90% Mind2Web benchmark score and $0.04/operation with $0.015/step all-inclusive pricing.
1 parent 6a4fa82 commit 93ded5f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

dashboard/src/pages/featured/[slug].astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if (!item) {
6767
</svg>
6868
{slug === 'claudekit' && '4,000+ users'}
6969
{slug === 'brightdata' && 'Trusted by 1000s'}
70-
{slug === 'tinyfish' && '98.7% success rate'}
70+
{slug === 'tinyfish' && '90% on Mind2Web benchmark'}
7171
{slug === 'braingrid' && 'Battle-tested'}
7272
</span>
7373
</div>
@@ -314,8 +314,8 @@ if (!item) {
314314

315315
<h2>Why TinyFish?</h2>
316316
<div class="space-y-2 my-3">
317-
<div class="p-3 bg-[var(--color-surface-2)] border border-[var(--color-border)] rounded-lg"><p class="text-sm"><strong class="text-[var(--color-text-primary)]">98.7% Success Rate</strong> — Enterprise-grade reliability for production web automation tasks.</p></div>
318-
<div class="p-3 bg-[var(--color-surface-2)] border border-[var(--color-border)] rounded-lg"><p class="text-sm"><strong class="text-[var(--color-text-primary)]">$0.04 Per Operation</strong> — All-inclusive pricing covering LLM costs, remote browsers, residential proxies, and anti-bot protection.</p></div>
317+
<div class="p-3 bg-[var(--color-surface-2)] border border-[var(--color-border)] rounded-lg"><p class="text-sm"><strong class="text-[var(--color-text-primary)]">90% on Online Mind2Web Benchmark</strong> — Industry-leading accuracy on the standard web automation evaluation benchmark.</p></div>
318+
<div class="p-3 bg-[var(--color-surface-2)] border border-[var(--color-border)] rounded-lg"><p class="text-sm"><strong class="text-[var(--color-text-primary)]">$0.015 Per Step</strong> — All costs included: LLM, remote browsers, residential proxies, and anti-bot protection.</p></div>
319319
<div class="p-3 bg-[var(--color-surface-2)] border border-[var(--color-border)] rounded-lg"><p class="text-sm"><strong class="text-[var(--color-text-primary)]">Up to 1,000 Parallel Agents</strong> — Scale from 2 concurrent agents on free tier to 1,000 on enterprise plans.</p></div>
320320
</div>
321321

@@ -409,7 +409,7 @@ if (!item) {
409409
<svg class="w-3.5 h-3.5 text-green-500" fill="currentColor" viewBox="0 0 20 20">
410410
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/>
411411
</svg>
412-
98.7% success rate
412+
90% Mind2Web benchmark
413413
</span>
414414
</div>
415415
</div>

0 commit comments

Comments
 (0)