Quick Start

Get started with paplix in just a few minutes.

1. Sign Up

Create your account using GitHub or GitLab OAuth. This allows paplix to access your repositories.

  1. Go to paplix.io/signup
  2. Click "Continue with GitHub" or "Continue with GitLab"
  3. Authorize paplix to access your repositories

2. Connect a Repository

Once signed in, connect your KiCad repositories:

  1. Go to the Repositories page
  2. Click "Connect Repository"
  3. Select the repositories containing your KiCad projects
  4. paplix will automatically scan for KiCad files

3. Set Up Webhooks

paplix uses webhooks to detect new pull requests:

  1. When you connect a repository, webhooks are automatically configured
  2. paplix will be notified when:
    • A new pull request is opened
    • A pull request is updated
    • Changes are pushed to monitored branches

4. Review Conflicts

When a pull request contains conflicting KiCad changes:

  1. paplix will analyze the conflicts
  2. You'll see a list of affected files
  3. Each file shows component-level conflicts
  4. Choose how to resolve each conflict

5. Push Resolved Files

After resolving conflicts:

  1. Review your choices
  2. Click "Apply Resolution"
  3. paplix will reconstruct the KiCad file
  4. The resolved file is pushed to your branch

Next Steps