First Project
This guide walks you through creating your first project and inviting team members.
Step 1: Create Organization
After signing up at app.inpera.app:
- You'll be prompted to create an organization
- Enter your organization name
- This is your workspace for all projects
Step 2: Create Project
- Click "New Project" in the dashboard
- Enter a project name (e.g., "Marketing Website")
- Optionally add a slug (URL-friendly name)
- Click Create
Step 3: Get Your Project Key
- Go to project Settings
- Copy your Project Key (starts with
pk_) - Keep this secure - it identifies your project
Step 4: Install Scripts
Embed Script (Data Collection)
Add before </body>:
<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>
Overlay (Annotations)
For visual feedback:
<script>
window.InperaConfig = {
apiUrl: 'https://api.inpera.app',
projectId: 'YOUR_PROJECT_ID'
};
</script>
<script src="https://cdn.inpera.app/overlay.js"></script>
Step 5: Invite Team Members
- Go to Workspace → Members
- Click Invite Member
- Enter their email
- Set their role
- They'll receive an invitation email
Step 6: Start Collecting Feedback
- Visit your website with the scripts installed
- Click the floating annotation button
- Click any element to leave feedback
- View annotations in the dashboard
Plan Limits
| Plan | Members | Projects |
|---|---|---|
| Free | 3 | 1 |
| Pro | 10 | Unlimited |
| Team | Unlimited | Unlimited |
Next Steps
- Set up integrations (Jira, Slack, GitHub)
- Configure webhooks
- Explore the API (Pro+ plans)
Need Help?
Contact [email protected] for assistance.