CodeRook
Explore
Docs
Pricing
Download
⌕Search public projects
Sign in
Get started free
5 GB free · no card required
Version your projects
without learning Git.
CodeRook uploads a folder, keeps every version, and shares it with whoever you choose. Review your changes, write a note, submit. No staging area, no rebase, nothing to undo at 2am.
Create a free account
Download for Windows
Windows · macOS · Linux
Website, desktop app and command line
Changes
7
cbx/pack.py
+92
vram_stage.py
+418
solid_pack.py
+207
test_bounds.py
+64
models/**
skipped
Note
Stage packs through VRAM|
Submit 7 changes
4.2 GB → 812 MB
cbx/pack.py
Unified
@@ -118,7 +118,32 @@
118 manifest = Manifest(root)
119- buf = bytearray()
120- for f in files: buf += f.read_bytes()
119+ stage = VramStage.acquire(budget)
120+ with SolidPack(out, CODEC_ZSTD_19) as pack:
121+ for group in group_small_files(files):
122+ pack.write_solid(stage.load(group))
123+ stage.release(group)
124 manifest.record(pack.digest, pack.size)
125 return pack.digest
@@ -204,3 +229,14 @@
229 reader = SolidReader(archive)
230+ bounded = BoundedWriter(dest, MEM_CEILING)
231+ for entry in reader.entries():
232+ bounded.write(entry, reader.stream(entry))
How it works
Three steps, every time
01
Point it at a folder
Pick a directory and CodeRook scans it. Choose what stays local — model weights, caches, build output — with presets for Python, Node, Rust and heavy asset directories.
02
Review and submit
Read your changes line by line, untick anything you're not ready to share, add a note if you want one. One button saves the version.
03
Roll back or hand over
Every version stays browsable and restorable. Invite people as viewers, contributors or owners — or make the project public and send a link.
CBX packing
Your quota counts what's stored, not what's on disk.
CodeRook groups small files into solid blocks, stages packing through spare VRAM when your GPU has room, and deduplicates across every version. A 4.2 GB working tree lands as 812 MB — so 100 GB goes a long way.
78%
average reduction
4 GB
memory ceiling, always
40s
to pull that project down
Real projects
source folder → stored
comfyui-zluda
4.2 GB
→
812 MB
vox-optimizer
640 MB
→
96 MB
sd-model-shelf
16 GB
→
9.1 GB
codebox-backend
50 MB
→
14 MB
Already-compressed formats compress less — the bar shows what actually counts against your plan.
Everywhere you work
One account, three ways in
Desktop app
Review changes and submit versions without a terminal. Windows, macOS and Linux.
cbx/pack.py
+92
vram_stage.py
+418
Submit 7 changes
Website
Browse files and versions, manage people and storage, restore an old version from any machine.
▸custom_nodes4.1k
▸models3.6 GB
README.md4 KB
↓ Download version
Command line
For scripts, servers and anyone who'd rather type. Same account, same projects.
$ coderook get comfyui-zluda
812 MB · 41s · v41
$ coderook submit -m "vram staging"
packed 4.2 GB → 812 MB · v42
Pricing
Unlimited projects on every plan · billed monthly in USD
Storage is the only thing you pay for
Free
A dependable home for personal projects.
$0/month
5 GB project storage
Unlimited repositories
Public and private projects
Complete version history
Website, desktop and CMD access
Start free
MOST PICKED
Pro
More room for developers who build every day.
$7/month
100 GB project storage
Everything in Free
Large-file and CBX uploads
Faster multipart uploads
Storage management tools
Choose Pro
Power
Built for large projects, assets and models.
$20/month
500 GB project storage
Everything in Pro
Advanced storage analytics
Priority upload processing
Repository recovery tools
Choose Power
Additional storage
Add space without changing how you work.
$4/month per block
+100 GB, pooled account-wide
Added to Pro or Power
Stack as many blocks as you need
Prorated the day you add it
Remove blocks whenever
Add storage
Payment runs through Stripe — card details never touch a CodeRook server. Nothing is ever deleted automatically: past your limit, uploads pause while downloads and deletion keep working.
Put your project somewhere safe tonight.
5 GB free, no card, no Git. Point CodeRook at a folder and you'll have your first version in under a minute.
Create a free account
Read the docs
Product
Desktop app
Command line
Pricing
Changelog
Docs
Getting started
Upload rules
CBX packing
Git bridge
Company
About
Status
Contact
Legal
Terms
Privacy
Security
© 2026 CodeRook