Connect a Project
Link your local codebase or Git repository to a Codmir project for AI-powered development, ticket tracking, and team collaboration.
Using the CLI
# Navigate to your project directory
cd ~/my-project
# Link to an existing Codmir project
codmir link
# Or specify the project ID directly
codmir link --project project-123Using the Web Dashboard
- Go to your Codmir dashboard and click New Project
- Enter a project name and optional description
- Choose your setup method: Git repository or manual
- Follow the on-screen instructions to connect
Git Repository Integration
Connect a GitHub, GitLab, or Bitbucket repository to automatically sync branches, commits, and pull requests with your Codmir tickets.
- Go to Project Settings → Integrations → Git
- Authorize access to your Git provider
- Select the repository to connect
- Configure branch naming conventions for auto-linking
SDK Setup
After connecting your project, install the SDK to enable error tracking, AI monitoring, and session replay:
npm install @codmir/sdkSee the SDK documentation for framework-specific setup guides.