Quickstart
Get Inpera running on your website in 5 minutes.
Step 1: Create Account
- Go to app.inpera.app
- Click "Sign Up"
- Enter your email and password
- Verify your email
Step 2: Create Organization & Project
- Create a new organization (workspace)
- Click "New Project"
- Enter project name and URL
- 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
- Visit your website
- Open DevTools → Network tab
- Look for requests to
api.inpera.app - Check Inpera dashboard for incoming data
Next Steps
- Set up integrations (Slack, Jira, Linear, etc.)
- Configure webhooks
- Invite team members
You're all set! Start collecting feedback on your website.