Publish and Share Templates
Once you create a template, you have the option to publish it. Publishing a template will add it to our template marketplace for other users to deploy.
Publishing a Template
After you create your template, simply click the publish button and fill out the form to publish your template.
You can always publish your template by going to the Templates page in Account Settings and choose Publish
next to the template you'd like to publish.
Sharing your Templates
After you create your template, you may want to share your work with the public and let others clone your project. You are provided with the Template URL where your template can be found and deployed.
Deploy on Railway Button
To complement your template, we also provide a Deploy on Railway
button which you can include in your README or embed it into a website.
The button is located at https://railway.app/button.svg.
Markdown
To render the button in Markdown, copy the following code and replace the link with your desired template:
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/ZweBXA)
HTML
To render the button in HTML, copy the following code and replace the link with your desired template:
<a href="https://railway.app/new/template/ZweBXA"><img src="https://railway.app/button.svg" alt="Deploy on Railway" /></a>
Examples
Here are some example templates from the template marketplace in button form:
Icon | Template | Button |
---|---|---|
Node | ||
Deno | ||
Bun | ||
Gin | ||
Flask |
Kickback program
If your published template is deployed into other users' projects, you are immediately eligible for a 25% kickback, in the form of Railway credits. Refer to the template reference page for more information.
Edit this file on GitHub