This page is for project maintainers who want to make their template or example one-click deployable. If you’re trying to deploy your own code to Reminix, see Deploy from GitHub instead.
What it looks like
Add it to your README
Copy this snippet into yourREADME.md. Replace OWNER/REPO with your GitHub repository:
[label](url) wrapped around a markdown image :
https://reminix.com/badge/deploy.svg— the badge image, served by Reminixhttps://reminix.com/new/deploy?repo=...— the deploy URL, with your repo as a query parameter
URL parameters
Thehttps://reminix.com/new/deploy URL accepts three query parameters:
| Param | Default | Description |
|---|---|---|
repo | (required) | GitHub repository in owner/repo format |
branch | main | Branch to clone from |
folder | (repo root) | Subfolder within the repo to use as the project source |
A complete example
Here’s the button for an example that lives in a monorepo subfolder on a non-default branch:examples/customer-support agent in about thirty seconds.
Tips for template authors
- Pin a stable branch (
mainis fine for most). Don’t point at a feature branch the button might outlive. - Use the
folderparameter if your repo contains multiple deployable projects. Otherwise the deploy will use the repo root. - Document required secrets in your README alongside the button. The deploy flow asks for them, but it’s friendlier to tell visitors what they’ll need before they click.
- Test the button yourself. Click it from a logged-out browser to see exactly what your visitors see.
Next steps
Deploy from GitHub
The end-user perspective: connect a repo, push to deploy, manage secrets.
Configuration & Secrets
Document the env vars your template needs alongside the button in your README.