There's a particular kind of dread that comes with sending a rent notice.

Not because it's hard. It's not. It's a piece of paper with a number on it and a date. But it sits on your to-do list in this weird way — not urgent enough to do right now, not ignorable enough to forget about. So it lingers. You think about it while you're doing something else. You remember at 9pm that you forgot to send it. You feel vaguely awkward about the whole thing even though it's a completely normal part of a completely normal financial arrangement.

I'm a self-managing landlord in Tasmania. One property. Nothing complicated. But that one rent notice, every single time, carried more friction than it should have.

So I automated it.

What the problem actually was

The notice itself takes about two minutes to produce. But the real cost was never the two minutes. It was the overhead around it:

  • Remembering when to send it
  • Checking whether there were tenant expenses to deduct first
  • Adjusting the amount if there were
  • Keeping a record of what was sent and when
  • Feeling like a debt collector when I'm really just a bloke with a mortgage

That last one is underrated. Most self-managing landlords I know aren't property moguls. They're ordinary people who ended up with an investment property and are trying to manage it responsibly without paying a property manager 7-10% of their rental income to do things they could do themselves.

The friction isn't complexity. It's repetition plus mild emotional load.

What I built

I'm a software developer, so I built my own solution. I'll be honest about that up front — not everyone can or wants to do this. But the logic is what matters, not the implementation.

Here's what happens now:

The system knows when rent is due. Before the notice goes out, it checks whether there are any tenant expenses that need deducting — things like water usage, repairs the tenant covered, whatever applies. If there are deductions, it adjusts the amount automatically. Then it generates the notice with the correct figure and sends it.

I don't think about it. I don't remember it at 9pm. I don't feel awkward about it because a system is doing what a system should do — handling the predictable stuff so I can deal with the unpredictable stuff when it comes up.

What changed

The obvious thing changed: I got time back. Not a lot of time — maybe fifteen minutes a month if I'm honest. But it wasn't really about time. It was about removing a recurring source of low-grade stress.

There's a compounding effect too. Once the notice is automated, you start looking at everything else differently. What else am I doing manually that a system could handle? What other small frictions am I tolerating because each one individually seems too minor to fix?

That question led me to expense tracking, which is my current headache and the subject of a future post. Spoiler: capturing and categorising property expenses for end-of-financial-year reporting is a much bigger mess than rent notices, and I don't have a clean solution yet.

Why I'm writing this

I started Bare Rent because I think self-managing landlords are underserved. Not by information — there's plenty of that — but by software that actually understands the job.

Most property management software is built for property managers. It assumes you have a portfolio, a team, a process. If you're one person managing one or two properties, it's like using a forklift to move a chair.

What self-managing landlords actually need is software that watches things on their behalf. That notices when something changes — a new regulation, an upcoming deadline, an expense that needs recording — and surfaces it at the right time with enough context to act on it.

Not a dashboard. Not a portal. Just a quiet system that pays attention so you don't have to pay attention to everything, all the time.

That's what I'm building. And this is where I'll write about it — the problems, the solutions, the things I get wrong along the way.

If you're a self-managing landlord in Australia and any of this resonates, stick around. The next post is about why expense tracking for rental properties is broken and what I think it should look like instead.


Bare Rent is written by David, a self-managing landlord and software developer in Tasmania. He builds tools for landlords who'd rather automate the boring stuff than pay someone else to do it.