What we build
Web app MVP development
A custom web application that does not fit a standard category — scoped and built to a working, deployed version in 48 hours for $3,500 AUD.
Short answer
A custom web application that does not fit a standard category — scoped and built to a working, deployed version in 48 hours for $3,500 AUD.
Plenty of good ideas are not a marketplace, a SaaS tool or a booking system. They are simply an application that does a specific thing for a specific group of people: a calculator that replaces a consultant, a workflow that coordinates volunteers, a tool that turns one file format into another and charges for it.
These builds are often the fastest, because they have no login, no billing and no admin — just the thing itself, done well. A single-purpose tool with no sign-up can be the strongest possible test of an idea, because there is nothing between a visitor and the value.
The scoping call matters more here than in any other category, because there is no template to fall back on. The output of that call is a written list of exactly what the application does, which is what makes a fixed price possible at all.
The three features worth starting with
- 1
The core interaction, built properly
The input, the processing and the output — the part that is the actual product.
- 2
A landing page that explains it
Clear positioning above the fold, so traffic you send converts instead of bouncing.
- 3
A way to capture interest
Email capture, a contact form or a payment link, so the visit turns into something you can follow up.
Deliberately left out of version one
- Native iOS or Android apps in the app stores
- Real-time multiplayer or collaborative editing
- Anything requiring a custom machine-learning model
- Large-scale data migration from an existing system
Technical decisions for this kind of product
- Next.js and TypeScript on Vercel — the default because it is fast to build and cheap to run
- No database at all if the product does not need one, which keeps hosting free
- Accessible, responsive markup from the start rather than retrofitted
- Analytics wired in on day one, so you can tell whether anyone is using it
A worked example
A stamp-duty calculator for mortgage brokers
Enter a purchase price, state and buyer type, get an accurate stamp duty and fee breakdown, and email the result as a branded PDF. No login. Brokers use it daily and the broker's branding on the PDF is the business model.
The mistake to avoid
Adding a sign-up to a tool that does not need one. Every field between a visitor and the value costs you most of your users.
Common questions
- Can you build a web app in 48 hours?
- A custom web application that does not fit a standard category — scoped and built to a working, deployed version in 48 hours for $3,500 AUD.
- What features should a web app MVP start with?
- The core interaction, built properly: The input, the processing and the output — the part that is the actual product. A landing page that explains it: Clear positioning above the fold, so traffic you send converts instead of bouncing. A way to capture interest: Email capture, a contact form or a payment link, so the visit turns into something you can follow up.
- What is left out of a web app MVP?
- Native iOS or Android apps in the app stores; Real-time multiplayer or collaborative editing; Anything requiring a custom machine-learning model; Large-scale data migration from an existing system. Each of these is deliberately deferred to a later build rather than half-finished in the first one.
- What is the most common mistake when building a web app?
- Adding a sign-up to a tool that does not need one. Every field between a visitor and the value costs you most of your users.
Related reading
- How many features should an MVP have?
- How to scope an MVP so it can actually ship
- What the $3,500 AUD covers