Skip to content

velda-io/velda

Repository files navigation

Velda.io

Documentation GitHub Release Join Slack

Scale like your local machine in the cloud

Containers make apps scalable, but the workflow is broken: Slow to build; Dependencies drift; Registry bloat; Complex Job manifests.

Velda eliminates all these steps, and makes your dev-environment immediately scalable:

  • ❌ No Dockerfiles or Manifests
  • ❌ No image builds or registries
  • ❌ No redeploys on code changes
  • ✅ Instant scale from local dev to cloud compute, run in any cloud

Prefix any command with vrun to execute it on cloud resources using the exact same code, data, and dependencies as your development machine. You may also use vbatch or other commands to orchestrate large scale pipelines.

Velda is designed for:

  • ML engineers iterating on training & evaluation
  • Data engineers running ad-hoc or scheduled batch jobs
  • Infra teams tired of rebuilding containers for every code change

Getting started

  1. Deploy Velda cluster.
  2. Connect to your instance using ssh or Velda CLI and start development.
  3. Run jobs with vrun, vbatch
vrun -P gpu-h200-8 python train.py --epochs 100
  1. Onboard more developers by cloning from an existing templates.

🤝 Contributing

We love contributions from our community ❤️. Pull requests are welcome!

👥 Community

We are super excited for community contributions of all kinds - whether it's code improvements, documentation updates, issue reports, feature requests, or discussions in our Discord.

Join our community here:

Learn more

Check out velda.io to learn more about Velda and our hosted/enterprise offerings.

Contributors 5

Languages