Deploy to Orizon button
Drop a button in your README, docs, or website. One click clones your repo into Orizon, detects the stack, and ships it live.
Live preview
This is the real button. Click it to open the deploy flow with the repo pre-filled — the visitor just reviews and presses Deploy.
How it works
The button links to https://dashboard.orizon.ng/new?repo=<git-url>. Orizon opens the create flow with that Git URL pre-filled and the stack auto-detected. Add &branch=<branch> to target a non-default branch. No account? Sign-in happens first, then the deploy continues.
Markdown (GitHub README)
[](https://dashboard.orizon.ng/new?repo=https://github.com/your-org/your-repo)HTML
<a href="https://dashboard.orizon.ng/new?repo=https://github.com/your-org/your-repo">
<img src="https://orzn.io/deploy-button.svg" alt="Deploy to Orizon" height="40">
</a>Plain link
Skip the badge and link straight to the pre-filled flow:
https://dashboard.orizon.ng/new?repo=https://github.com/your-org/your-repoReplace https://github.com/your-org/your-repowith your repository's URL (GitHub, GitLab, Bitbucket, or any public .git URL). The badge is hosted at https://orzn.io/deploy-button.svg.