惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
美团技术团队
Recent Announcements
Recent Announcements
B
Blog
GbyAI
GbyAI
雷峰网
雷峰网
博客园_首页
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
T
Tailwind CSS Blog
M
MIT News - Artificial intelligence
V
V2EX
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
L
LangChain Blog
Microsoft Security Blog
Microsoft Security Blog
宝玉的分享
宝玉的分享
A
About on SuperTechFans
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
U
Unit 42
Hugging Face - Blog
Hugging Face - Blog
F
Fortinet All Blogs
N
Netflix TechBlog - Medium
Last Week in AI
Last Week in AI
aimingoo的专栏
aimingoo的专栏

Railway Blog

Where Railway is, and where it's going (Summer 2026) PaaS vs IaaS vs SaaS: What Each Means and Who Should Pick What in 2026 The Best Continuous Deployment Tools in 2026 The Best PaaS for Multi-Region Deployments in 2026 The Best Platforms for Monorepo Deployments in 2026 Compliance Isn't a Feature, It's a Posture What is BYOC (Bring Your Own Cloud)? A Developer's Guide for 2026 The Best Managed Kubernetes Hosting in 2026 The Best Container Registries in 2026 The Vanilla Cloud Tax: What Rolling Your Own on AWS Actually Costs What is a PaaS? A Developer's Guide for 2026 The Best Cloud Observability and Logging Tools in 2026 The Best PostgreSQL Hosting for Developers in 2026 The Best Multi-Region Hosting Platforms in 2026 The Best Platforms to Deploy AI Apps in 2026 (Not the Models, the Apps Around Them) Incident Report: May 19, 2026- GCP Account Suspension Counting to 3 with a new builder processing 50M+ monthly builds Railway iOS preview now available via TestFlight Kill your onboarding: selling to 10,000+ new users a day Your AI wants to nuke your database. Guardrails fix that. Better Rails for Agents: A New Remote MCP and Railway Agent in the CLI Moving Railway's Frontend Off Next.js One command deploys, there's a Stripe APP for that From registrar to deployed: buying a domain inside Railway A letter to open source builders who deserve more Networking is a black box, we used eBPF to open it Heroku Walked So Railway Can Run Security Features Your Security Team Will Love Railway Runs Open Source, Now We're Funding It Railway raises $100M Series B to unburden the builders
~$1 Million Paid to Developers Who Built Railway Templates
Chandrika Khanduri, Mahmoud Abdelwahab · 2025-12-05 · via Railway Blog

Avatar of Chandrika KhanduriAvatar of Mahmoud Abdelwahab

Chandrika Khanduri & Mahmoud Abdelwahab

Railway has now paid out almost ~$1 Million to people who build and maintain software on the platform. Roughly ~$730k of that has already been delivered as cash. Two contributors have earned more than $100,000. Six have earned more the $10,000. Thirty have earned more than $1,000.

Total payouts from Railway’s template kickback program
Total payouts from Railway’s template kickback program

The rest is either sitting in credits or waiting for users to cross the $100 withdrawal minimum. Here's how it works.

Templates and the Railway Template Marketplace

Templates on Railway let you package up services into reusable projects. They let you bundle configuration, services, databases and environment setup into something that can be deployed with one click. Some are complex multi-service setups that would take hours to configure manually. Anyone can create one.

Deploy templates on Railway

At the time of writing, there’s 1800+ live templates on the Template Marketplace. Here are some examples of what you can deploy:

railway.com/deploy

When we launched template support in 2023, the idea was simple: if someone has already figured out how to deploy something correctly, that knowledge should be reusable. There's nothing noble about suffering through configuration problems that someone else already solved. Every hour spent debugging why two services aren't communicating, or tracking down a missing environment variable, is an hour not spent on the thing you actually set out to build. Templates eliminate that friction.

CleanShot 2025-12-04 at 09.46.24@2x.png
CleanShot 2025-12-04 at 09.45.46@2x.png

The Maintenance Problem

Templates worked well. People published them, other people used them, deployments that would have taken an afternoon happened in one click. The mechanical problem was solved.

You can probably guess where this is going: People would publish a template, it would get traction, other developers would start depending on it, and then the original creator would move on.

This is the lifecycle of most community-contributed software. The initial burst of enthusiasm gives way to the reality that maintenance is work, and work without compensation eventually stops happening.

The Template Kickback program was our answer to this.

The Template Kickback Program

The structure is simple: when someone runs your template on Railway, they earn a % of whatever Railway makes. Not a one-time payment for publishing. Recurring revenue, for as long as they keep the template running.

This creates the right incentives. Instead of templates being something you publish and forget, they become something that generates income as long as it stays useful. If you publish a template, keep it maintained, and users keep running it, you keep getting paid. The payout mechanics evolved over time as the program grew. Initially, earnings went into Railway credits. This was convenient for people who were already running workloads on the platform, but limiting for anyone who wanted actual money.

So we added withdrawals through Buy Me a Coffee and GitHub Sponsors, which worked for a while. But as template revenue grew into real numbers, the manual processes didn't scale. Approvals took time, payout options were limited, and the whole thing felt held together with tape. We eventually integrated Stripe Connect, which makes it possible to link a bank account or debit card, and withdrawals happen directly. The Earnings & Withdrawals page in your dashboard tracks everything: what you've earned, and what's available to withdraw.

image.png

Today, template creators can earn up to 25% of what Railway makes from their template deployments. No limits, no minimum threshold. If someone deploys your template and keeps it running, you earn a cut of their usage for as long as it stays up. That 25% is split into two parts:

  • 15% comes from template usage directly. Someone deploys your template, runs workloads on it, you get paid.
  • 10% comes from answering questions about your template. When users need help configuring, extending, or debugging something, you earn additional revenue for providing that support (More on that later).

We believe that great templates need ongoing care, and the people providing that care should be compensated for it. The 15/10 structure rewards both building and maintaining.

Central Station at the Center of it all

Central Station is Railway's support and community platform. It aggregates user context from the Railway platform and allows users to create threads that are visible to the support team. We built it because existing support tools did not fit our workflow. We tried the off-the-shelf options and none of them handled the complexity that comes with a platform where users can deploy anything: apps, services, cron jobs, queues, databases, whatever they need.

As the platform grew, user behavior shifted. People were no longer just asking for help. They started sharing ideas, reporting bugs, and actively trying to shape Railway's direction.

Central Station evolved to accommodate this. It became an async forum where the community could contribute answers, surface feature requests, and participate in the product development process.

station.railway.com
station.railway.com

This evolution continued with templates. We recently shipped the ability to open threads against specific templates, so users can ask questions about a template and get help from the creator or anyone else in the community. For template creators, this means a direct line to the people using your work. For users, it means you're not stuck when something doesn't behave as expected.

Template Support questions

But this raised a question: how do you sustain contribution at scale? People have limited time, and helping strangers debug their deployments is real work.

Bounties

Bounties are our most direct answer. When a problem requires real investigation, we attach a dollar amount to it. Anyone can pick it up and solve it. Once the solution is verified, the contributor receives the payout as Railway credits or cash.

railway.com/bounties
railway.com/bounties

Bounties cover a few categories:

  • Debugging questions where someone is stuck and needs a second pair of eyes.
  • Content requests where we want users to share what they've built on Railway and how they built it.
  • Requests for new templates. For example, here’s a user requesting a template and having it ready in a day.

The mechanism is simple: harder problems get money attached, and the people who solve them get paid. Since we introduced bounties seven months ago, we've paid out almost $10,000 to community members. That number will keep growing.

A Side Effect Worth Noting

We didn't set out to fix open-source sustainability. But it's hard not to notice that the system we built addresses some of the same problems.

The standard model for community contribution has been reputation points. Stack Overflow built a billion-dollar company this way. Contributors got points, badges, and social standing. The platform got free labor. For a while, it worked. Being a top Stack Overflow contributor meant something on a resume. The social proof had real career value, which made the free labor feel less like free labor.

Then LLMs showed up and made commodity answers essentially free. The questions that still require human expertise are the messy ones: context-specific debugging, architecture decisions, problems where you don't know what you don't know. Nobody is going to spend an hour digging through someone's Dockerfile for fake internet points when ChatGPT exists.

The other approach has been donation-based: GitHub Sponsors, Open Collective, Patreon. These help some maintainers, but they don't scale. Donations require people to feel generous. Markets just require people to want things.

What we built is closer to a market. You create something useful, people use it, you get paid. You help someone, that help has a dollar value attached. The compensation is automatic, not dependent on goodwill.

This isn't a grand solution to open-source sustainability. But it's a model that works for a certain class of contributions, and it's already moving real money.

Where This Is Headed

The goal is a marketplace for software and expertise where contribution is compensated by default. When you write a template, you get paid when people use it. When you answer questions, you get paid for your time. When you help someone debug a deployment, that has a dollar value.

The infrastructure is in place. The payouts are real. The only question is how big this can get.

Come build something and get paid for it. 🚄