§ 01contribute
Built in the open,
shaped by contributors.
a small, independent engineering group
If you like squeezing microseconds out of hot paths — or just want to ship a first patch — here's how to jump in.
Maintainers
Start contributing in 5 minutes
Step 01
Pick a project
Clone any repo from the ByteVeda organization and jump into its README.
$git clone https://github.com/ByteVeda/<repo>.gitStep 02
Build it locally
Every repo ships a one-command setup — Rust core, language bindings, and tests.
$cargo test && just test-bindingsStep 03
Open a pull request
Push a branch, open a PR — we review within a few days and help you get it merged.
$git push -u origin my-change
