Appearance
Quick Setup Guide
This guide will walk you through setting up Bugwise in detail, from account creation to collecting your first feedback.
Overview
The setup process typically takes 10-15 minutes and involves:
Step 1: Account Creation
Sign Up Process
- Visit Bugwise: Go to bugwise.app
- Choose Plan: Select a plan that fits your needs
- Create Account: Fill in your details
- Verify Email: Check your inbox and click the verification link
- Complete Profile: Add your company information
Available Plans
Plan | Features | Price |
---|---|---|
Free | 50 feedback/month, 1 project | $0 |
Enterprise | Unlimited, custom integrations | Contact us |
Step 2: Project Setup
Creating Your First Project
- Access Dashboard: Log into your Bugwise dashboard
- New Project: Click the "Create Project" button
- Project Details: Fill in the required information Create a new project by entering a descriptive name like "My Website Feedback". The project name should reflect the website or application you're collecting feedback for.
Project Settings
Configure these essential settings:
- Domain Whitelist: Add your website domains
- CORS Settings: Configure allowed origins
- URL Path Rules: Configure widget visibility
- Include Paths: Show widget on specific paths
- Exclude Paths: Hide widget on specific paths
- Pattern Matching: Use wildcards like
/blog/*
Pro Tip
Add all your domains (including subdomains) to the whitelist to avoid CORS issues.
Step 3: Widget Installation
CDN Embed Script (Recommended)
The simplest and most reliable way to add Bugwise to your website is using our CDN embed script. This method works with any website or application:
html
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
</head>
<body>
<!-- Your content -->
<!-- Bugwise Widget - Add before closing </body> tag -->
<script
src="https://cdn.bugwise.app/widget/loader/widget-loader.iife.js"
data-embed-id="YOUR_EMBED_ID"
crossorigin="anonymous"
defer
></script>
</body>
</html>
Why CDN Script?
- ✅ Zero dependencies - Works on any website
- ✅ Automatic updates - Always get the latest features
- ✅ Performance optimized - Lazy loading and caching
- ✅ Easy integration - Just one script tag
- ✅ Cross-platform - Works with any framework
Getting Your Embed ID
- Go to Dashboard → Select Project →
- Click "Project Settings" in the sidebar
- Click "Embed Code" in the tabs
- Copy the JavaScript code from the generated script
Step 4: Form Configuration
Access Form Builder
- Go to Dashboard → Builder while project selected
- Edit as you want.
Basic Form Elements
Drag these elements to build your form:
- Plain Text - Read-only text for instructions
- Text Input - Single line text input
- Email - Email input with validation
- Number - Numeric input with constraints
- Textarea - Multi-line text input
- Select/Dropdown - Dropdown selection with options
- Checkbox - Boolean input for yes/no questions
- Rating - Star or emoji-based rating system
- Time - Date/time picker with variants (date, time, datetime)
- Timerange - Date/time range picker for periods
Step 5: Go Live
Pre-Launch Checklist
- Train your team
- Prepare response templates
Support
Need help? We're here for you:
Ready to collect better feedback? Your Bugwise setup is complete! 🎉