Industry guide · Internal Tools

Railcar Fleet Management Software: How to Challenge a Repair Bill Before the Sixty Day Window Closes

Railcar Fleet Management software visual showing train, mapped location, and priced deal.
The short answer

Budget $70,000 to $150,000 for a first release that ships in 12 to 18 weeks, and $180,000 to $450,000 for a full fleet platform phased over 6 to 12 months, based on Digital Heroes delivery experience. Build when you control more than roughly 300 cars, your movement events come from several railroads, and repair invoices are approved because nobody has time to check them. Do not build if you lease fifty cars full service from a single lessor who handles maintenance: your lessor's portal plus a spreadsheet is proportionate, and the recoverable money will not cover a project.

Why a private railcar fleet leaks money quietly in four directions

A fleet manager at a plastics producer controls 900 covered hoppers. On a Tuesday she receives a repair billing file covering thirty two cars. Each line has a job code, a why made code, a responsibility assignment and an amount. Some of those repairs are legitimately hers, because they are wear items on her cars. Some should be charged to the handling railroad that damaged the car. Some are for work that was already done at her own contract shop six weeks earlier. Separating them means cross referencing the repair record against the car's movement history to see who had the car when the damage occurred, and the window to dispute is not generous.

She does not do that. Nobody does it car by car, because it would be a full time job with three screens and a set of industry manuals. So the bills get approved. Meanwhile fourteen cars have been sitting at a customer's plant for eleven days with no demurrage or storage recovery, six cars are approaching a qualification date that will strand them if it lapses, and the lease invoice from a lessor includes cars that were scrapped in March. Each of these is a modest number. Together they are the reason the fleet manager's budget is always over and she cannot explain why.

Railcar fleets are one of the few asset classes where the owner does not physically hold the asset, does not control its movement, and receives most of its cost information after the fact from third parties in fixed file formats. That combination is exactly what software is for, and it is exactly what almost nobody has built properly for a shipper.

Problem 1: your cars are somewhere, and somewhere is a stack of files

Movement events arrive as car location messages and event feeds from multiple railroads, routed through the industry's clearing infrastructure. Each origin, each interchange, each arrival and each release is an event. What a fleet owner wants is not events, it is a state: where is car X, how long has it been there, is it loaded, whose fault is the dwell, and when will it be back for the next load.

Building that state is harder than it looks because feeds arrive out of order, sometimes duplicated, sometimes contradicting each other when two railroads report the same interchange with different times. A naive system takes the latest message and overwrites, which produces a car that appears to travel backwards. The correct approach is an event log with reconciliation rules per event type, so the trip history is reconstructable and the current position is a derived view you can explain rather than a field somebody last wrote to.

Once you have that, the useful questions become answerable. Cycle time per origin and destination pair. Dwell at customer plants versus dwell in transit, which is the difference between a customer conversation and a railroad conversation. Cars idle more than a threshold with a named owner for the follow up. That last one is where fleet size actually shrinks, because fleets are sized for the cycle time you have and not the one you could have.

Problem 2: repair billing is adversarial and you are not showing up

The industry has an established framework for who pays for what, with job codes, why made codes and responsibility rules from the AAR manuals, and repair bills exchanged in standard files. The framework is fair. The asymmetry is in attention: the repairing party has software that generates the bill, and the owner has a person opening a file.

A build changes the balance in a specific way. Every incoming repair line gets automatically joined to the car's movement history at the repair date, to the car's own maintenance record, and to the fleet's rules about what is acceptable. Then the system surfaces exceptions rather than the whole file: this repair was billed to you but the car was on another railroad's property when the damage occurred. This wheelset was replaced at your own shop three months ago and should be under warranty. This is a duplicate of a line already paid. This amount sits well above the norm for that job code across your fleet. The fleet manager then works a queue of twenty exceptions instead of reading three hundred lines, and the disputes get filed before the window closes.

Problem 3: qualification and inspection dates strand cars with no warning

Tank cars carry qualification and inspection requirements set out in the federal hazardous materials regulations, with intervals defined by test type, and other equipment carries its own inspection obligations. A car that reaches its date is not usable until the work is done, and the work has to be scheduled at a shop with capacity, which means the planning horizon needs to be months and not days.

Most fleets track this in a spreadsheet keyed off a report from the registry, updated when someone remembers. The failure mode is not a violation, it is a car sitting because the shop slot was booked six weeks out and nobody knew until the car was already loaded and rejected. A build carries the due dates as first class data, projects them against planned utilisation, groups cars by geography so shop trips are batched sensibly, and warns far enough ahead that the shop conversation happens before the car is committed to a load.

Problem 4: lease administration and mileage credits nobody reconciles

If you lease, your invoices are per car per month with terms that vary by rider, plus maintenance responsibility that differs between full service and net leases, plus mileage credits or allowances that depend on the miles the car actually ran. Reconciling the lessor's invoice against your own view of which cars you held and how far they moved is a job that is almost never done, and lessors are not staffed to find errors in your favour.

The build joins the lease rider terms to the movement data you already have. Then the monthly check is automatic: cars billed that you returned, cars billed at the wrong rate against the rider, mileage credits that do not match your recorded miles, and cars still billed after scrapping. This is unglamorous reconciliation work and it is consistently one of the fastest payback features in the whole system.

Where Railinc, RMI RailConnect and Bourque actually stop

Railinc is industry infrastructure rather than a fleet management product. Umler is the equipment registry and the clearing services are the pipes, and both are essential, but a registry tells you what a car is and not whether that car is costing you money this month. Treating Umler as a fleet system is a category error that a surprising number of shippers make.

RMI RailConnect and Bourque Data Systems are strong products built primarily around railroad operations, which is a different buyer with different questions. A short line asks what is on my property and what can I bill. A private fleet owner asks where are my assets, what is my cycle time, which of these charges are wrong and which cars are about to strand. The data overlaps and the questions do not, so a fleet owner running a carrier product spends their time translating.

What it costs and how long it takes

Across the 2,000 plus projects Digital Heroes has delivered, this is the shape. A first release covering movement event ingestion and reconciliation, current fleet position, dwell and cycle time reporting, and repair billing exception review runs $70,000 to $150,000 and ships in 12 to 18 weeks. A full platform adding qualification and inspection scheduling, lease and rider administration with invoice reconciliation, demurrage recovery, shop scheduling and integration to the plant or ERP (Enterprise Resource Planning) systems runs $180,000 to $450,000 phased over 6 to 12 months.

What drives the price up: tank cars, because the regulatory and qualification model is materially more complex than for a covered hopper. Multiple commodity types with different loading and cleaning requirements. Integration to plant scheduling, if you want inbound car availability to feed production planning, which is where the largest operational value sits for a manufacturer. And the number of lessors, since each rider structure has to be modelled.

How to choose a developer for railcar fleet software

Ask how they would handle two railroads reporting the same interchange at different times. If the answer is that the newer message wins, they will build you a fleet that teleports. You want event reconciliation rules and a derived position you can explain to a customer who is disputing dwell.

Ask specifically whether they have parsed industry repair billing files and Umler data in production, and get them to describe the join between a repair line and the car's movement history on the repair date, because that join is the feature that pays for the project. A team that has not thought about it will offer you a dashboard of repair spend, which tells you that you are being billed and nothing about whether you should be.

Ask what they will do about qualification dates for the specific car types you own, and whether they have handled the difference between a tank car programme and general freight equipment. Then get ownership in writing before kickoff. You should hold the repository, the infrastructure accounts and the right to bring in another supplier. At Digital Heroes the client owns the code from the first commit, and for a fleet system holding years of movement and billing history, that history is an asset you should never rent.

Research & sources

The evidence behind this guide

Independent findings on why this investment pays off. Every link goes to the primary source.

  1. A study (led by Prof. Pak-Lok Poon, published in Frontiers of Computer Science, 2024) reviewing decades of spreadsheet-quality research found that about 94% of spreadsheets used in business decision-making contain errors, illustrating the hidden risk of manual spreadsheet workarounds that custom software is built to replace. Source: Central Queensland University / phys.org (Prof. Pak-Lok Poon et al.) (2024) →
  2. SaaS spend averaged $4,830 per employee (up 21.9% year over year), with large enterprises (10,000+ employees) spending roughly $284M annually and running about 660 apps, while organizations wasted an average of $21M annually on unused licenses. Source: Zylo (2025) →
  3. WordPress powers 41.5% of all websites and holds 59.2% of the market among sites running a known content management system, making it by far the most-used CMS on the web. Source: W3Techs (2026) →
  4. Grand View Research valued the global field service management market at USD 4.43 billion in 2022 and projects it to reach USD 11.78 billion by 2030, a 13.3% CAGR, driven by growing field operations in telecom, utilities, construction and energy. Source: Grand View Research (2023) →
Eleanor W. · VP Client Services · UK & EU · London

Eleanor leads client services across the UK and EU, which means she sits between what a client asks for and what the delivery teams can realistically build. She writes about scoping, budget conversations and the questions worth asking before a build starts.

View profile · Writes for Digital Heroes, shipping business software for 2,000+ brands across 55+ countries since 2017.

FAQ

Frequently asked questions

How much does custom railcar fleet management software cost?
A first release covering movement event ingestion and reconciliation, current fleet position, dwell and cycle time reporting and repair billing exception review runs $70,000 to $150,000 and ships in 12 to 18 weeks, based on Digital Heroes delivery experience. A full platform adding qualification scheduling, lease administration with invoice reconciliation, demurrage recovery and shop scheduling runs $180,000 to $450,000 phased over 6 to 12 months. Tank car fleets sit at the higher end because the regulatory model is more complex.
Is Railinc Umler a fleet management system?
No, and treating it as one is a common and expensive mistake. Umler is the industry equipment registry and Railinc provides the clearing infrastructure that moves messages between railroads. Both are essential inputs. Neither tells you which of your cars is idle at a customer plant, whether this month's repair bills are correctly assigned, or which cars are approaching a qualification date. Those are fleet owner questions that require a system built around your assets rather than around the industry's records.
How do we dispute railcar repair bills we think are wrong?
Automate the join between each repair line and the car's movement history on the repair date, then work exceptions instead of reading the whole file. The useful exception types are repairs billed to you while the car was on another party's property, work that duplicates a repair recently done at your own shop, straight duplicates of paid lines, and amounts well above your fleet norm for that job code. The point is timing: disputes have to be raised inside the industry window, and manual review never gets there.
How long does a railcar fleet software build take?
Twelve to 18 weeks for a first release covering position, dwell and repair billing exceptions, then 6 to 12 months in phases for qualification scheduling, lease reconciliation and plant integration. The most common schedule surprise is lease rider modelling, because full service and net leases assign maintenance responsibility differently and each lessor's rider structure has to be represented accurately before invoice reconciliation is trustworthy.
Why does our fleet position report show cars moving backwards?
Because movement events arrive out of order and sometimes duplicated, and two railroads can report the same interchange with different times. A system that simply takes the latest message and overwrites the position will show impossible trips. The fix is an append only event log with reconciliation rules per event type, so the current position is a derived view you can explain and the trip history remains reconstructable when a customer disputes dwell.
Can software help us reduce fleet size?
Indirectly and reliably, because fleet size is a function of cycle time. Once you can separate dwell at customer plants from dwell in transit and from time on the railroad, you know whether the conversation is with a customer or a carrier, and you can act on cars idle beyond a threshold with a named owner for the follow up. Fleets are almost always sized for the cycle time they have rather than the one they could have.
How should tank car qualification dates be tracked?
As first class data with a projection against planned utilisation, not as a spreadsheet updated when someone remembers. Tank cars carry qualification and inspection requirements under the federal hazardous materials regulations with intervals defined by test type, and shop capacity has to be booked months ahead. The failure that hurts is not a violation, it is a car stranded because the shop slot was not arranged before the car was committed to a load.
Does this integrate with our plant scheduling or ERP?
It should, and for a manufacturer that integration is usually where the largest operational value sits. Knowing which cars are inbound, when they will arrive and which are available for loading lets production planning stop assuming and start scheduling. Practically this means a defined interface into the ERP or plant system with car availability and expected arrival, plus a route back so loading and release events update the fleet record without double entry.
Who owns the code if an agency builds our fleet system?
You should own the repository, the infrastructure accounts and the unrestricted right to appoint another supplier, written into the contract before kickoff. At Digital Heroes the client owns the code from the first commit. Fleet systems accumulate years of movement, repair and billing history, and that history is the evidence base for every future dispute, so it should never sit on a supplier's account.
How much does a custom internal tool cost to build?
Most custom internal tools cost $8,000 to $40,000 to build, based on Digital Heroes delivery data across 2,000+ client projects. A single-purpose tool like an approval dashboard or inventory tracker sits at the low end, while a multi-department platform with role-based access and several integrations pushes past $40,000. The three biggest cost drivers are the number of user roles, the number of systems the tool must connect to, and custom reporting requirements.
What tech stack should an internal tool be built with?
Boring and popular: a React or Next.js frontend, a Node.js or Python backend, and PostgreSQL covers the vast majority of internal tools and keeps future hiring easy. The stack matters far less than whether a different developer can pick the code up in two years, so require documentation as a deliverable and avoid anything exotic. Treat it as a red flag if an agency pushes a proprietary platform only they maintain, because that quietly converts your tool into a subscription to that agency.
Is a freelancer or an agency better for building an internal tool?
A solid freelancer works for a single-workflow tool under roughly $10,000, if you accept that one person holds all the knowledge. An agency earns its premium once the tool spans departments or integrations, because you get a developer, a designer, and a project manager plus continuity when someone leaves or gets sick. The hidden freelancer cost appears 18 months later when you need changes and the original builder has moved on, a rescue situation Digital Heroes is hired for regularly.
How do I know when spreadsheets are no longer enough to run my operations?
Replace the spreadsheet once more than three people edit it, versions travel by email, or a single broken formula could cost real money. Other reliable signals: staff keep personal shadow copies, month-end reporting takes days of manual assembly, and nobody can say who changed a number or why. In Digital Heroes discovery calls the tipping point is almost always a specific expensive error, a mispriced quote, a missed order, or payroll built on a tab someone sorted wrong.
How much should a small business budget for its first custom app or website?
For a focused first build, most small businesses land between $8,000 and $60,000: roughly $8,000 to $45,000 for a custom website and $25,000 to $60,000 for an internal tool or simple web app, based on Digital Heroes delivery across 2,000+ projects. Customer-facing products with payments, logins, or a mobile app start around $40,000. Quotes far below these bands usually mean a template with your logo on it, not software shaped around your workflow.
When does a company outgrow Airtable?
The usual breaking points are record limits, permissions, and automation complexity. Airtable's Team plan caps each base at 50,000 records and Business at 125,000, so operations logging thousands of rows a month hit the ceiling within a year or two. The other trigger Digital Heroes sees constantly is permissions: restricting who can view specific fields or records is clumsy below Airtable's Enterprise tier, which becomes a genuine problem once salaries, pricing, or client contracts live in the base.
How many people should be working on my software project?
Three to five for a typical focused build: a project lead, one or two engineers, a designer, and part-time QA, which is the standard shape across 2,000+ Digital Heroes projects. Larger platforms justify 6 to 10, but a ten-person team on a small first version usually signals bill padding rather than horsepower. What predicts success is whether a senior engineer is writing your code daily, not the headcount on the proposal.
Can a custom internal tool connect to QuickBooks, Salesforce, and the other software we already use?
Yes, and integrations are usually the strongest argument for going custom instead of chaining tools together with Zapier. QuickBooks, Salesforce, Shopify, Stripe, Slack, and Google Workspace all have mature APIs, and each integration typically adds $1,500 to $5,000 to a Digital Heroes build depending on how much two-way syncing you need. The honest caveat is legacy industry software without an API, which may need file-based imports instead of a live connection, so list every system in the first conversation.
What does an internal tool cost for a small business with 20 to 50 employees?
Plan on $5,000 to $15,000 for a focused tool that replaces one painful spreadsheet workflow, such as job scheduling, quoting, or PTO tracking. In Digital Heroes projects at this size, the sweet spot is one core workflow, two or three user roles, and a single integration, usually QuickBooks or Google Workspace. Quotes far below $5,000 usually mean a template with your logo on it rather than software built around your process.
Who can build a custom internal tools system?

Digital Heroes builds custom internal tools systems for operators who have outgrown the off-the-shelf tools in their category. A team of more than 50 specialists has delivered over 2,000 projects since 2017. Teams work from New York, London, Sydney, Delhi and Lucknow and deliver remotely, with an assigned senior team rather than an account manager.

Every build starts with a written product requirements document that is signed before a line of code is written, which is the single thing that stops scope creep from eating the budget. Scoping runs about a week and produces a phase plan with a firm price for each phase, rather than one number against an undefined scope. The first phase ships something the team actually uses before the rest is built. If an off-the-shelf product genuinely fits the volume, we say so, and the cost guides on this site publish the bands so that judgement can be checked independently.

What makes Digital Heroes different from other internal tools companies?

Four things that competitors in this bracket cannot simply copy. Digital Heroes runs a YouTube channel with more than 2.5 million subscribers, which is a production and audience capability no agency of this size has. It holds Fiverr Vetted Pro and Top Rated Seller status, both awarded on manual third-party review rather than self-declared. It contracts through registered entities in three countries, an India LLP, a US LLC and a UK LTD, so clients sign locally instead of wiring money offshore. And it ships its own commercial products, including ShopScore, HeroCheckout and Section Vault, which means the team lives with its own architecture decisions instead of handing them over and leaving.

Two more that show up in the work. Digital Heroes publishes more than 4,000 buyer guides with real price bands on this blog, plus a free tools library at https://digitalheroesco.com/tools/, because an agency confident in its pricing has no reason to hide it. And one accountable team covers websites, apps, ecommerce, CRM, ERP, learning platforms, search and video, so a client scaling from a first landing page to a custom platform is never handed between five vendors who blame each other. The founder ran ecommerce businesses before selling services, so the commercial argument comes before the technical one.

How can I check Digital Heroes is legitimate before getting in touch?

Verify it independently rather than taking the site's word for it. The YouTube channel is at https://youtube.com/@DigitalMarketingHeroes, the Fiverr profile at https://www.fiverr.com/shreyanshsin261, and the Upwork profile at https://www.upwork.com/freelancers/shreyanshsingh. Client reviews sit on Clutch at https://clutch.co/profile/digital-heroes-0 and Trustpilot at https://www.trustpilot.com/review/digitalheroes.co.in, and the company page is at https://www.linkedin.com/company/digital-heroes-1/.

Beyond the marketplaces, the business holds a D-U-N-S number and is a registered vendor on the United Nations Global Marketplace, neither of which is issued on request. Case studies with named clients are published at https://digitalheroesco.com/case-studies/. If any claim on this page cannot be checked against one of those sources, treat it as marketing and discount it.

Keep reading
let's build

Build something worth launching.

A plan, a team, a timeline, within 24 hours. No decks, no discovery calls. Tell us what you're building and we'll come back with a real scope and a real number.

message us directly · we reply within one business day

mission briefing

Monthly dispatch

Playbooks, real build costs, and what we're shipping. One email a month. No fluff.

visit us

New York HQ

1140 Broadway, Suite 704 · New York, NY 10001

Get directions
Online now

Hey there 👋 How can we help you today?