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
- Navigate to notedis.com/register
- Create your account with email/password or social login
- Verify your email address
- Your free trial starts automatically—no credit card required
Add Your First Site
- After logging in, navigate to Sites → Add New Site
- 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
- Click Create Site
- 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
- Visit your website in a browser
- Look for the Notedis feedback button (bottom-right corner by default)
- Click the button to open the feedback modal
- Submit a test feedback with a screenshot
Share with Your Clients
- Send your website URL to clients
- Instruct them to click the feedback button
- 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
- Navigate to your dashboard
- View all submitted feedback with screenshots
- Filter by status, category, or priority
- Add internal notes and comments
- Close feedback when completed
- Receive email notifications for new submissions
What's Next?
Now that you're set up, explore these topics:
- Configuration - Customize widget position, colors, and behavior
- Customization - Advanced styling and custom triggers
- Features - Learn about all available features
- Workspace Management - Organize projects with workspaces
- Team Collaboration - Invite team members and manage permissions
Need Help?
- Check the FAQ for common questions
- Visit Troubleshooting if something isn't working
- Contact support at [email protected]