Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,22 @@ npm i -D prisma

</details>

<details>
<summary><strong>astro-shopsavvy</strong> - Product data and price comparison as Content Collections</summary>

- [📦 npm](https://www.npmjs.com/package/astro-shopsavvy)
- [💻 GitHub](https://github.com/shopsavvy/astro-shopsavvy)

**Why it's awesome:** Ships a Content Loader so products, prices, and price history become Astro Content Collections at build time. Includes a Zod schema, zero-JS server components (`<ProductCard>`, `<SearchResults>`), and opt-in hydrated islands (`<DealFeed>`, `<PriceHistory>`). Backed by the ShopSavvy Data API across thousands of retailers.

**Installation:**

```bash
npm i astro-shopsavvy @shopsavvy/sdk
```

</details>

### SEO & Analytics

<details>
Expand Down