Strapi (Frontend)
Strapi is a headless CMS — you install Signalog on the frontend that consumes your Strapi API, not on Strapi itself. The Strapi backend doesn't need any changes.
Which frontend are you using?
Next.js + Strapi
Follow the Next.js install guide for your frontend.
Nuxt.js + Strapi
Follow the Vue & Nuxt install guide for your frontend.
React + Strapi
Follow the React (SPA) install guide for your frontend.
SvelteKit + Strapi
Follow the Svelte & SvelteKit install guide for your frontend.
Custom HTML frontend
html
<!-- In your frontend HTML, before </body> -->
<script src="https://cdn.signalog.co/widget.js" data-site-id="YOUR_SITE_ID"></script>Strapi admin panel
If you want Signalog on the Strapi admin panel (e.g. to collect feedback from your editors), you'd customize the admin via Strapi's admin customization. This is unusual — most teams install Signalog only on the public-facing site.