# Convex
URL: /cookbook/topics/convex

---
title: Convex
description: Recipes that run Steel from a Convex backend.
---

<RecipeGrid>
<RecipeCard slug="convex-chat-with-page" title={"Chat with any webpage on Convex"} description={"Convex app that streams an AI agent's answer about any URL. The agent runs server-side with one Steel-backed scrape tool and pages through long articles via a chunked cache."} topics={['Agents', 'Convex']} languages={['TypeScript']} date="2026-05-04" />
<RecipeCard slug="convex-price-watch" title={"Watch Claude pricing for divergent A/B variants"} description={"Convex cron plus two parallel Steel proxy probes against claude.com/pricing. Stores per-tier per-region snapshots and surfaces tiers where the probes disagree."} topics={['Steel APIs', 'Convex']} languages={['TypeScript']} date="2026-05-04" />
</RecipeGrid>
