Have feedback for the Replo team?

Share how Replo can make their product better for you and your team.

Reviewed

Global Optimization for Replo-Injected Google Fonts

We are requesting the ability to append the &display=swap parameter and implement tags for all Google Fonts (specifically Noto Serif JP and Inter) injected via Replo. Currently, these fonts are loading in a render-blocking manner, causing significant delays, up to 2,010ms in recent audits, which negatively impacts First Contentful Paint (FCP) and Largest Contentful Paint (LCP) scores. Since these tags are injected by Replo rather than the Shopify theme, users cannot manually optimize them. Enabling "font-display: swap" by default would allow pages to render immediate fallback text, improving the perceived performance and SEO scores for all AI Builder and Replo-hosted landing pages.

An Anonymous User 24 days ago

1

💬 Replo

Native Event Access in "Run JavaScript" Interactions

It would be great having feature that exposes the native browser event object within Replo’s On Click → Run JavaScript interactions to allow developers to access critical data like event.target. Currently, because this object is inaccessible, users struggle to isolate JavaScript actions when a page contains multiple identical or duplicated sections, such as in A/B testing scenarios. By allowing the script to identify exactly which element was clicked, developers could use simple logic like.closest() to ensure actions are "siloed" to the correct container, preventing accidental triggers in hidden or duplicated sections. Implementing this change would eliminate the need for cumbersome global event listeners in Custom HTML blocks and enable the creation of truly portable, "smart" components that function reliably regardless of where they are placed on a page.

An Anonymous User 4 months ago

💬 Replo