Codicles are CUEBES' take on Git repositories. They offer all the features you'd expect from a modern Git host, plus advanced privacy and encryption options.
What is a Codicle?
A Codicle is a Git repository hosted on CUEBES. The name combines "code" and "particle" - representing the atomic unit of code sharing on our platform.
Features
Full Git Compatibility
Codicles are 100% Git compatible. Use any Git client:
- Command-line Git
- Xcode
- VS Code
- JetBrains IDEs (IntelliJ, WebStorm, etc.)
- GitHub Desktop
- GitKraken
- And any other Git-compatible tool
Privacy Tiers
Choose the right privacy level for your project:
| Tier | Visibility | Encryption | Best For |
|---|---|---|---|
| Public | Everyone | None | Open source projects |
| Private | You + Collaborators | None | Personal projects |
| Encrypted Private | You + Collaborators | Server-side AES-256-GCM | Sensitive code, compliance |
| E2EE | You + Key holders | Client-side (zero-knowledge) | Maximum security |
Web Interface
Browse your code directly in the browser:
- File browser with syntax highlighting
- Commit history and diffs
- Branch management
- README rendering
Collaboration
Work together with your team:
- Add collaborators with read or write access
- Track who made what changes
- Branch-based workflows