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.
- Go to paplix.io/signup
- Click "Continue with GitHub" or "Continue with GitLab"
- Authorize paplix to access your repositories
2. Connect a Repository
Once signed in, connect your KiCad repositories:
- Go to the Repositories page
- Click "Connect Repository"
- Select the repositories containing your KiCad projects
- paplix will automatically scan for KiCad files
3. Set Up Webhooks
paplix uses webhooks to detect new pull requests:
- When you connect a repository, webhooks are automatically configured
- 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:
- paplix will analyze the conflicts
- You'll see a list of affected files
- Each file shows component-level conflicts
- Choose how to resolve each conflict
5. Push Resolved Files
After resolving conflicts:
- Review your choices
- Click "Apply Resolution"
- paplix will reconstruct the KiCad file
- The resolved file is pushed to your branch
Next Steps
- Visual Diff - Learn more about viewing changes
- Conflict Resolution - Deep dive into resolving conflicts