Documentation
Feedex is one script tag. These pages cover getting it onto a site, changing how it looks without touching that tag again, reading your feedback back out over HTTP, and running the whole thing yourself.
- QuickstartPut the widget on a site in three steps: create a project, paste one script tag, style it from the dashboard.
- WidgetEvery configuration option, the JavaScript API, attachments, accessibility, and browser support.
- APIREST reference for ingestion, widget configuration, and reading feedback back out — with keys, errors, and rate limits.
- Self-hostingRun your own instance: Postgres, environment variables, migrations, and DNS.
In a hurry?
Create a project, then paste one tag before </body>. That is the whole installation — the widget carries its own styles, needs no build step, and is configured from your dashboard afterwards.
<script
src="https://feedex.rianfernando.com/widget.js"
data-feedex-key="pk_fdx_your_project_key"
defer
></script>