Skip to content

Commit a1dd976

Browse files
committed
docs: add Product Hunt review badge to homepage
1 parent c786dae commit a1dd976

2 files changed

Lines changed: 14 additions & 10 deletions

File tree

  • adminforth/documentation

adminforth/documentation/blog/2026-05-22-open-source-agent-existing-database/index.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,6 @@ authors: ivanb
55
tags: [agent, database, plugin]
66
---
77

8-
<a href="https://www.producthunt.com/products/adminforth/reviews/new?utm_source=badge-product_review&utm_medium=badge&utm_source=badge-adminforth" target="_blank" rel="noreferrer">
9-
<img
10-
src="https://api.producthunt.com/widgets/embed-image/v1/product_review.svg?product_id=598095&theme=light"
11-
alt="AdminForth - Agentic Open-Source TypeScript Admin Panel framework | Product Hunt"
12-
style={{ width: '250px', height: '54px' }}
13-
width="250"
14-
height="54"
15-
/>
16-
</a>
17-
188
<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden', marginBottom: '2rem' }}>
199
<iframe
2010
src="https://www.youtube.com/embed/4tB8uzY__uk"

adminforth/documentation/src/pages/index.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,20 @@ export default function Home(): JSX.Element {
401401
height="58"
402402
/>
403403
</a>
404+
<a
405+
href="https://www.producthunt.com/products/adminforth/reviews/new?utm_source=badge-product_review&utm_medium=badge&utm_source=badge-adminforth"
406+
target="_blank"
407+
rel="noopener noreferrer"
408+
className={styles.featuredOnLink}
409+
>
410+
<img
411+
className={styles.featuredOnBadgeImage}
412+
src="https://api.producthunt.com/widgets/embed-image/v1/product_review.svg?product_id=598095&theme=light"
413+
alt="AdminForth on Product Hunt"
414+
width="250"
415+
height="54"
416+
/>
417+
</a>
404418
</div>
405419
</div>
406420
</section>

0 commit comments

Comments
 (0)