Add a feedback widget to your Svelte app

Add the script tag to your HTML, use the custom element tag. Svelte treats custom elements as first-class - no extra configuration needed.

Add the script

<!-- In app.html or index.html <head> -->
<script src="https://cdn.palmframe.com/embed.js" async></script>

Add to your app

<palmframe-widget project="your-project-id" />

Benefits

  • Works with Svelte 4, Svelte 5, and SvelteKit
  • Native custom element support
  • Shadow DOM isolation - no style conflicts
  • Zero-config - just add the script and use
  • No npm package needed - load from CDN

See full documentation

Ready to add feedback to your app?

Try Palmframe free - takes 2 minutes to set up.