Docs/Getting Started/First Project
Getting Started

First Project

Create your first Inpera project and start collecting feedback.

2 min read

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:

  1. You'll be prompted to create an organization
  2. Enter your organization name
  3. This is your workspace for all projects

Step 2: Create Project

  1. Click "New Project" in the dashboard
  2. Enter a project name (e.g., "Marketing Website")
  3. Optionally add a slug (URL-friendly name)
  4. Click Create

Step 3: Get Your Project Key

  1. Go to project Settings
  2. Copy your Project Key (starts with pk_)
  3. 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

  1. Go to WorkspaceMembers
  2. Click Invite Member
  3. Enter their email
  4. Set their role
  5. They'll receive an invitation email

Step 6: Start Collecting Feedback

  1. Visit your website with the scripts installed
  2. Click the floating annotation button
  3. Click any element to leave feedback
  4. View annotations in the dashboard

Plan Limits

Plan Members Projects
Free 3 1
Pro 10 Unlimited
Team Unlimited Unlimited

Next Steps

Need Help?

Contact [email protected] for assistance.