Drop the Sleekplan widget into any WordPress theme and let logged-in users post feedback as themselves. No second sign-up, no second password. Their WordPress profile (avatar, display name, role) carries straight through to every Sleekplan post, vote, and comment.
The plugin renders the Sleekplan widget on any page, with SSO baked in. When a logged-in WordPress user opens the widget, we recognise them via a signed JWT containing their profile and role.
Vote weight, segment filters, and moderation permissions can key off the WP role: admins always trust, subscribers count as one vote each, paid members count as ten. Anonymous visitors fall back to the public widget flow.
Install the Sleekplan WordPress plugin from the official directory, paste your workspace ID, and pick which pages render the widget. For headless WordPress, the REST API exposes the same SSO grant; see the docs for the JWT signing flow.
REST API, real-time webhooks, JavaScript SDK and a full MCP server. Everything our own integrations use is yours to call.