Skip to main content
InstaPods can inject a pinned-comment widget into the pages your pod serves. Visitors click a spot on the page, leave a note, and it lands on your pod — no account, no setup on their side. The feedback command drives the whole loop from the terminal: turn collection on, get the link to share, read what came back, and mark it done.

Show the widget state and everything collected

instapods feedback list my-app does the same thing, and takes a filter:
Valid states: new, read, resolved.

Turn collection on

The widget is injected into the pod’s live pages, so the pod must be running. On a stopped pod the setting is stored and applies on the next start. Enabling prints the link to hand to your reviewers.

Who sees the widget

Use link to gather feedback from a named group — a client, a few teammates — without showing a comment box to the public.

Rotate the share token

Mints a new token. Links you already handed out stop working — use it when a share link has spread further than you meant. -f skips the confirmation.

Triage what came in

Turn collection off

The widget is removed from the pod’s pages. Existing comments are kept — re-enabling shows them again.

Flags

Every command accepts --json for scripting.