Add a feedback widget to your Svelte app
Import the widget, use the custom element tag. Svelte treats custom elements as first-class — no extra configuration needed.
Install
npm install @palmframe/widgetAdd to your app
<script>
import '@palmframe/widget'
</script>
<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 import and use
- Tiny bundle impact
Ready to add feedback to your app?
Try Palmframe free — takes 2 minutes to set up.