Skip to content
Merged
Show file tree
Hide file tree
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
11 changes: 11 additions & 0 deletions demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,17 @@ export function App() {
<span className="demo-subtitle">The open standard for AI-generated interactive UI</span>
</div>
<div className="demo-header-right">
<a
className="demo-ph-badge"
href="https://www.producthunt.com/products/mdma-genui-for-apps?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-mdma-genui-for-apps"
target="_blank"
rel="noopener noreferrer"
>
<img
alt="MDMA - GenUI for apps - Turn AI chat responses into interactive forms and workflows | Product Hunt"
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1162215&theme=light&t=1780988696527"
/>
</a>
<a
className="demo-star-btn"
href="https://github.com/MobileReality/mdma"
Expand Down
12 changes: 12 additions & 0 deletions demo/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,18 @@ body {
gap: 12px;
}

.demo-ph-badge {
display: flex;
align-items: center;
flex-shrink: 0;
}

.demo-ph-badge img {
height: 34px;
width: auto;
display: block;
}

.demo-star-btn {
display: flex;
align-items: center;
Expand Down