Skip to content
SmallShopAustralian Made Software
Australian Made Software

The engineer
you don't have yet.

We help founders and small businesses work out what to build, build the first version, fix apps that have gone wrong, and take the manual work off your team. One person, start to finish.

45%

of tested code-generation tasks produced code containing a known security weakness.

Veracode GenAI Code Security Report, 2025

What you can hold us to
Fixed price, agreed first
We settle the number before work starts. If the job changes, we re-quote — we don't add it to the bill.
Rescue jobs back in 3 business days
Or we tell you on day one that it's a bigger job than that. If we still miss a date we've committed to, the extra time is free.
You own everything we build
The code, the repository and everything in it are yours outright once the job's paid for — no licence to renew, no dependency on us to keep using it.
We'll get your first app live, free
New clients get the code check, the fix it turns up, and the app deployed to their own domain for nothing — one app, about two hours of work, done whether or not you hire us for the rest.
We'll say if we're not a fit
On the first call, and we'll usually point you somewhere better.
Why we're small

The agency model is built for a job that no longer takes six people

The way most software gets quoted was settled when a working app needed a floor of people to produce. That stopped being true, and the pricing hasn't caught up.

What the old quote is made of

Four things, and only one of them is your software.

  • You're quoted for a team, not a job

    The usual shape is an account manager, a project manager, a designer, two or three developers and a tester. Some of them touch your project. All of them are in the rate.

  • The hours are the product

    When the invoice is hours multiplied by a rate, finishing early makes the invoice smaller. Nobody sets out to be slow, but nothing in the arrangement pays for being quick.

  • Most of the cost is handovers

    Every extra person adds a briefing, a status meeting and something explained twice. Past a certain size, adding people to a project makes it slower rather than faster.

  • The person who pitched isn't the person building

    Pitches are run by whoever has the most experience. The work goes to whoever is free that month, and you find out which after you've signed.

What changed

Same work, fewer people, and the difference shows up in the price.

  • One engineer covers more ground

    Scaffolding, boilerplate, the first draft of tests, the plumbing between two systems — that's the work AI tooling is genuinely good at, and it's the work the extra pairs of hands were there to absorb.

  • What's left is judgement

    Deciding what's worth building, fitting it to systems you already run, and checking the output is actually right. That part doesn't divide neatly across six people — it gets worse when you try.

  • Nothing gets explained twice

    There's no account layer between you and the code. The person on your first call is the person writing it, so a change is a conversation rather than a change request.

  • Which is why the prices look like they do

    A free code check, a rescue from $350, a first version from $1,750 — fixed, agreed before we start. Those numbers aren't a discount on the old model. They're what the work costs without it.

We're not cheap because we cut corners. The work doesn't need an agency-sized team to do well, so the price doesn't carry one.

How it works

How a job runs, start to finish

Four stages, from a free first call to handing the work back. Every job is agreed and priced firmly before it starts.

  1. 01

    A straight conversation

    30 minutes, free

    You tell us what's stuck. We tell you whether custom software helps, which job fits, and what it costs. If we're not the right people, we say so on this call and usually point you somewhere better.

  2. 02

    Assess and map

    1 – 5 days

    We read through your code, or map out how the work flows today, rank what we find by what actually matters, and hand back a plan with a fixed price against each step. The plan is yours whether or not we build it.

  3. 03

    Do the work

    Agreed upfront

    Agreed job, fixed price, and a start date you can plan around. If the job changes, we re-quote rather than add it to the bill.

  4. 04

    Hand back and hold

    Ongoing, optional

    You get working code, written up plainly, along with the reasoning behind it — so you're never stuck with us. Monthly plans exist if you want ongoing monitoring and updates, but nothing obliges you to take one.

Who does the work

You get a senior engineer in Australia, and you get the same one throughout

Small enough that there's no team to be assigned to. You meet the person who does the work, on the first call, before anything is agreed.

  • It's me, plus specialists I bring in per job

    There's no bench and no account layer — I do the work myself. When a job needs something outside my depth, I bring in someone I've worked with and trust, and you know who before they touch anything.

  • Based in Australia, working your hours

    No offshore work, and nothing quietly passed to a contractor in another time zone. Whoever's on your project works Australian hours, so a question doesn't wait overnight for an answer.

  • The person you meet is the one who builds it

    The person on your first call is the person who writes the code, answers your questions while it's underway, and hands it back at the end. Nothing gets reassigned to whoever happens to be free, and there's no account manager sitting in between.

  • If I'm unavailable mid-job

    The timeline shifts rather than the work being quietly handed to someone else without telling you first.

More on who you'd be working with, and what we build with, is on the about page.

What we build on

The platforms your work runs on

We build on tools you've already heard of, so someone else can pick the work up after us. These are the platforms we use — not partnerships or endorsements, and we'll tell you when a cheaper one would do the job.

  • Amazon Web Services
    Hosting and databases
  • Google Cloud
    Hosting and data tools
  • Microsoft
    Azure, Microsoft 365 and Teams
  • Anthropic
    Claude, for AI features
  • OpenAI
    GPT, for AI features
  • Stripe
    Taking payments
  • PayPal
    Taking payments
  • Cloudflare
    Hosting, DNS and blocking bad traffic
  • Vercel
    Hosting for web apps
  • Supabase
    Database, logins and file storage

See the languages and frameworks we build with

Illustrative case study

How a rescue actually goes

AI coding tools are fast, but they leave a lot quietly broken and exposed. Here's how we turn a shaky prototype into something you can rely on, in three business days.

Illustrative example — this shows how a job like this typically runs, not a specific client engagement. Figures are representative, not measured outcomes.

45% of tested code-generation tasks produced code containing a known security weakness Veracode GenAI Code Security Report, 2025

An AI document tool for businesses · stalled at 85%Fixed turnaround: 3 business days

What we found

Built with AI tools in a weekend
src/lib/config.ts3 live OpenAI and database keys readable in the browser
src/api/generateNo sign-in check — anyone could run up the AI bill
supabase/migrationsNever applied; 5 database tables out of step and broken
.envSaved into public code history, Stripe keys and all
src/hooks/useChat.tsA loop calling the AI over and over, burning money
Why it couldn't launch:A waitlist of people ready to pay, and two reasons not to open the doors — customers could reach each other's documents, and the AI bill was climbing on traffic that wasn't customers.

The 3-day fix

Fixed and safe to launch
Day 1
Find everything
We read the whole thing and rank all 14 problems by what someone would exploit first.
Day 2
Stop the bleeding
Leaked keys replaced and stored safely. Sign-in and usage limits added to every page that costs money to run.
Day 3
Untangle the data, handed back
The database brought back in step with the app so it stops drifting, then checked, written up, and safe to take real customer payments through.
Most land $700–$1,200 · small ones from $350
Coverage

Melbourne-based, working Australia-wide

We're one small studio in Melbourne. Most work happens remotely, which is why we can take on a free code check as readily as a three-week build.

Based in
Melbourne, Victoria
Hours
Mon to Fri, 8:30am – 5:30pm Melbourne time
Questions

Answers before we talk

Yes, that's exactly what the AI Plan & Roadmap job is for. We spend 3-5 days looking at how your business runs, working out where custom software would genuinely earn its keep and where it wouldn't, and hand back a ranked plan with a fixed price against each step. We don't resell anyone's product, and there's no obligation to build with us afterwards — the plan is yours either way.

Tell us what's stuck

You don't need to have it all written up. In one 30-minute call, we'll tell you where custom software would earn its keep for you — and where it wouldn't.