Skip to main content
Add a badge to your repository README so contributors can open the project in an Ona environment with one click. The badge links to app.ona.com/#<repository-url> — Ona clones the repo, applies your Dev Container configuration, and starts the environment automatically. Build with Ona

Markdown

[![Build with Ona](https://ona.com/build-with-ona.svg)](https://app.ona.com/#<your-repository-url>)
Replace <your-repository-url> with the full URL to your repository on any supported SCM provider. For example:
[![Build with Ona](https://ona.com/build-with-ona.svg)](https://app.ona.com/#https://github.com/gitpod-io/empty)

HTML

<a href="https://app.ona.com/#<your-repository-url>">
  <img src="https://ona.com/build-with-ona.svg" alt="Build with Ona" />
</a>
See Open from URL for the full URL format, including pre-selecting a runner or environment class.