Our Products
Open-source tools built for developers who work with AI every day.
GitDot
Organize repositories with dot notation
GitDot brings GitLab-style subgroups to any Git platform. Use dot notation in your repository names, and GitDot transforms them into a navigable folder hierarchy.
- Works with GitHub, GitLab, Bitbucket, and more
- No migration required - just rename your repos
- Hierarchical navigation in the browser
- Perfect for multi-package projects
Before: Flat repository list
my-org/ ├── auth-service ├── auth-oauth ├── auth-jwt ├── api-gateway ├── api-users └── api-orders
After: GitDot hierarchical view
my-org/
├── auth/
│ ├── service
│ ├── oauth
│ └── jwt
└── api/
├── gateway
├── users
└── ordersClaude Session Tools
Real-time session management for Claude Code
Managing multiple Claude Code sessions is chaos. Session Tools gives you a unified view of all your sessions, what they're working on, and lets you switch contexts seamlessly.
- VSCode extension with session overview panel
- Real-time status monitoring
- Organize sessions by feature or task
- Context-aware session switching
VSCode Extension Panel
glpkg
GitLab Package Management Tools
Simplify your private npm package workflow with GitLab. glpkg handles authentication, registry configuration, and version management so you can focus on building.
- One-time token configuration
- Automatic .npmrc setup for GitLab registry
- Publish with version bumps and git tags
- Works with any GitLab instance
Simple CLI workflow
# Configure your GitLab token once $ gitlab-config set-token glpat-xxx # Install packages from GitLab registry $ gitlab-install add @myorg/utils # Publish to GitLab registry $ gitlab-publish --bump patch
More Coming Soon
We're actively working on new tools to make AI-native development better.
Follow our blog or star our repos to stay updated.