Learn/Guide

Building and hosting what no one will build for you

Most businesses need one or two pieces of software nobody sells them. Building that has become cheap; running it has not. The cost has moved from writing the code to wiring everything around it — a database, a scheduler, authentication, somewhere for the AI keys to live — and to the fact that the finished thing usually knows nothing about the business it serves.

When this is the wrong answer

What you built is a long-running process, a container that must stay up, or a public marketing site with no business data behind it. Fly.io, Railway and Render suit the first two and a static host suits the third. None of them need what this page describes.

Everything we've written on this

Frequently asked questions

Where should you deploy something you built with Claude Code?
Somewhere it can reach your business data without rebuilding that data first. AI coding tools produce the code quickly; what remains is a database, a scheduler, authentication and API keys. A platform supplying those removes most of the work left.
What does it cost to host a small custom business app?
Less than the wiring around it. Hosting a low-traffic internal app is close to free on most platforms; the recurring cost is the managed database, the job scheduler and the identity provider - which is why the bill rarely resembles the hosting quote.
Why do serverless functions struggle with business logic?
Because they start with no context. A function knows the request it received and nothing about the company it serves - no goals, no projects, no people - so every useful behaviour begins by fetching and re-deriving that state from somewhere else.
Should you build or buy internal tools?
Buy anything that is not specific to how your business works, and build the part that is. The mistake runs both ways: buying a generic product for the one process that differentiates you, or rebuilding something already commoditised.

See what this looks like in practice

WaymakerOS is an all-in-one business platform: 20 tools for daily operations, a place to build the custom apps your business needs, and AI that already knows your work. From $19 per user per month.

See pricing