Branding & Settings
The Einstellungen page (/settings) is organized into multiple tabs covering all configuration options.
Branding Tabโ
Customize how your public pages look:
| Setting | Beschreibung |
|---|---|
| Company Logo | Upload your logo (displayed on public pages and nav) |
| Brand Color | Primary color (hex) used for buttons, links, active states |
| Accent Color | Secondary color (hex) for accents and highlights |
| Feedback Wall Enabled | Toggle the public Feedback-Wand on/off |
Brand colors are applied to all 5 public pages (Product Hub, Feedback Wall, Form, Roadmap, Aenderungsprotokoll) via the shared navigation bar.
Account Tabโ
| Setting | Beschreibung |
|---|---|
| Name | Your display name |
| Your login email | |
| Company Name | Displayed on public pages |
Benachrichtigungen Tabโ
Configure when you receive email notifications:
| Setting | Beschreibung |
|---|---|
| New Submission Alert | Email when a new submission arrives |
| Daily Digest | Daily summary email (sent at 8 AM) |
| Weekly Digest | Weekly summary email |
Integrations Tabโ
Webhook Konfigurationโ
Set up outbound webhooks to receive real-time notifications:
| Setting | Beschreibung |
|---|---|
| Webhook URL | Your endpoint (e.g., Slack incoming webhook URL) |
| Events | Which events trigger the webhook |
| Secret | Shared secret for HMAC signature verification |
Supported endpoints: Slack, Discord, custom HTTP endpoints.
Webhook Eventsโ
submission.created-- new feedback receivedsubmission.status_changed-- status updatesubmission.replied-- admin reply sent
Berichte Tabโ
Configure geplante Berichte:
| Setting | Beschreibung |
|---|---|
| Report Frequency | Daily, Weekly, Monthly, or Disabled |
| Report Recipients | Email addresses to receive reports |
Custom Domain Tabโ
Use your own domain instead of the platform's:
- Geben Sie Ihre domain (e.g.,
feedback.yourcompany.com) - Add a CNAME record pointing to the platform domain
- Click Verify Domain
- Once verified, your public pages are accessible via your benutzerdefinierte Domain
Plan requirement: Custom domain requires the
custom_domainfeature flag on your plan.
Password Tabโ
Change your account password.
Sicherheit Tab (2FA)โ
Enable Two-Factor Authentication:
- Click Enable 2FA
- Scan the QR code with an authenticator app (Google Authenticator, Authy)
- Enter the 6-digit code to confirm
- Save your recovery codes!
API Keys Tabโ
Generate API-Schluessel for programmatic access:
- Click Create API Key
- Enter a name (e.g., "Mobile App Integration")
- Copy the generated key immediately (it's only shown once!)
- Use this key as a Bearer token in API requests
| Action | Beschreibung |
|---|---|
| Create | Generate a new API key |
| Revoke | Disable an existing key |
Plan requirement: API access requires the
api_accessfeature flag on your plan.
Public Page URLsโ
The Einstellungen page also displays all your public page URLs for easy reference and copying:
- Product Hub:
/p/{your-slug} - Feedback Wall:
/wall/{your-slug} - Roadmap:
/roadmap/{your-slug} - Aenderungsprotokoll:
/changelog/{your-slug}