Skip to content

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

  1. Visit Bugwise: Go to bugwise.app
  2. Choose Plan: Select a plan that fits your needs
  3. Create Account: Fill in your details
  4. Verify Email: Check your inbox and click the verification link
  5. Complete Profile: Add your company information

Available Plans

PlanFeaturesPrice
Free50 feedback/month, 1 project$0
EnterpriseUnlimited, custom integrationsContact us

Step 2: Project Setup

Creating Your First Project

  1. Access Dashboard: Log into your Bugwise dashboard
  2. New Project: Click the "Create Project" button
  3. 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

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

  1. Go to DashboardSelect Project
  2. Click "Project Settings" in the sidebar
  3. Click "Embed Code" in the tabs
  4. Copy the JavaScript code from the generated script

Step 4: Form Configuration

Access Form Builder

  1. Go to DashboardBuilder while project selected
  2. 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! 🎉

All rights reserved