Apps
Create, edit, and delete apps; open widget setup and view per-app stats.
Route: /manage-apps
Each app represents one product or site that collects feedback through TellTide.
Create an app
Use New app and provide:
| Field | Required | Notes |
|---|---|---|
| App name | Yes | Shown in TellTide UI |
| Platform | Yes | UI category (Mobile / Website / Desktop) |
| Description | Yes | Max ~100 words in the modal |
| App link | Yes | Full URL; hostname used for widget origin authorization |
POST /api/v1/apps creates the app, a submission-only publishable key, and a narrowly scoped
private server key. Plan limits may block creation if max_apps is reached.
After creation
- Copy the private server key if you need backend API access. It is shown once.
- The publishable key is safe for client submissions and the widget configures it automatically.
- Open Manage Widget to customize and get the embed snippet.
- The default private key has only
feedback:create. Add other scopes explicitly.
Manage App modal
From each app card:
- Edit name, link, description
- View submission stats (when available)
- Delete app (removes related feedback, keys, and widget config via cascade)
Delete an app
Deleting an app removes its feedback, credentials, private screenshots, and widget configuration. This cannot be undone.
Rate limits
App creation is limited to 3 requests per minute per IP.
