Getting Started

Get started with Notedis in 3 simple steps. You'll be collecting feedback from your clients in under 5 minutes.

Step 1: Sign Up & Create Your First Site

Create Your Account

  1. Navigate to notedis.com/register
  2. Create your account with email/password or social login
  3. Verify your email address
  4. Your free trial starts automatically—no credit card required

Add Your First Site

  1. After logging in, navigate to SitesAdd New Site
  2. Enter your site details:
    • Site Name: A friendly name for your project (e.g., "My Portfolio")
    • Site URL: Your website URL (e.g., https://mywebsite.com)
    • Description (optional): Notes about this site
  3. Click Create Site
  4. Copy your unique Site Key (you'll need this in the next step)

Step 2: Install the Widget

Basic Installation

Copy and paste this code before the closing </body> tag on your website:

<script>
  window.notedisConfig = {
    siteKey: 'your-unique-site-key-here',
    apiUrl: 'https://notedis.com',
    position: 'bottom-right',
    color: '#3B82F6'
  };
</script>
<script src="https://notedis.com/js/widget.js" defer></script>

Replace your-unique-site-key-here with the site key you copied in Step 1.

Platform-Specific Guides

Choose your platform for detailed installation instructions:


Step 3: Collect Feedback from Your Clients

Verify the Widget is Working

  1. Visit your website in a browser
  2. Look for the Notedis feedback button (bottom-right corner by default)
  3. Click the button to open the feedback modal
  4. Submit a test feedback with a screenshot

Share with Your Clients

  1. Send your website URL to clients
  2. Instruct them to click the feedback button
  3. Clients can:
    • Take screenshots with automatic capture
    • Annotate screenshots (draw, highlight, add text)
    • Upload additional images or files
    • Select category (bug, feature, improvement, etc.)
    • Set priority (low, medium, high, urgent)
    • Provide detailed feedback messages

Review Feedback in Your Dashboard

  1. Navigate to your dashboard
  2. View all submitted feedback with screenshots
  3. Filter by status, category, or priority
  4. Add internal notes and comments
  5. Close feedback when completed
  6. Receive email notifications for new submissions

What's Next?

Now that you're set up, explore these topics:


Need Help?