Docs/Getting Started/Quickstart
Getting Started

Quickstart

Get Inpera running in 5 minutes.

1 min read

Quickstart

Get Inpera running on your website in 5 minutes.

Step 1: Create Account

  1. Go to app.inpera.app
  2. Click "Sign Up"
  3. Enter your email and password
  4. Verify your email

Step 2: Create Organization & Project

  1. Create a new organization (workspace)
  2. Click "New Project"
  3. Enter project name and URL
  4. Copy your Project Key

Step 3: Install Embed Script

Add this before </body> on your website:

<script>
  !function(p){var s=document.createElement("script"); 
  s.src="https://cdn.inpera.app/embed.min.js"; 
  s.defer=true; 
  s.setAttribute("data-project-key", p);
  document.head.appendChild(s);
  }("YOUR_PROJECT_KEY");
</script>

Step 4: Install Overlay (Optional)

For visual annotations:

<script>
  window.InperaConfig = {
    apiUrl: 'https://api.inpera.app',
    projectId: 'your-project-id'
  };
</script>
<script src="https://cdn.inpera.app/overlay.js"></script>

Step 5: Verify Installation

  1. Visit your website
  2. Open DevTools → Network tab
  3. Look for requests to api.inpera.app
  4. Check Inpera dashboard for incoming data

Next Steps

You're all set! Start collecting feedback on your website.