“With AI, I can finally afford my dream project”: what really changed about the price of an app
AI10 min read
“With AI, I can finally afford my dream project”: what really changed about the price of an app
A quote that killed a project five years ago no longer describes what building costs. What AI actually made cheaper, what it did not, and the real 2026 budget.
A few years ago, a former tour operator walked into an agency with a simple idea: a travel app that would replace generic guidebooks with genuinely personalised recommendations, for an island he knew inside out after working there for years. He had the content, the field knowledge, the contacts and eleven pages of functional spec. He walked out with a quote for 100,000 euros. The project died that day, filed away in the drawer of ideas that cost too much.
That quote was not dishonest. At the time it was roughly fair: a native mobile app, a back office, a recommendation engine and multilingual content added up to hundreds of person-days. The problem was not the price itself, it was the ratio between that price and an idea nobody had validated yet. Nobody bets 100,000 euros on a hypothesis.
This summer, the same person called us back with the same project. In the meantime something changed, and it was not his budget: it was the cost of building. This article spells out exactly what AI made cheaper, what it left untouched, and what a realistic budget looks like in 2026 when you finally want to take a project out of the drawer.
“The project was not too expensive. It was too big for what we still knew about it.”
02
What AI actually changed on the invoice
Let's be precise, because the general conversation is not. No, AI did not divide the price of software by ten. It divided the cost of one clearly identified line item: code production. Writing a screen, wiring an API, generating tests, translating an interface into three languages, producing the tenth variation of a form. All of that used to be billed by the day and measured in weeks. It is now measured in hours, with a senior developer steering, reviewing and correcting.
The rest of the invoice has not moved. Understanding your business, deciding what not to build, designing a journey where users do not get lost, checking that the data is accurate, keeping the product healthy once it runs in production: those are human hours, and they cost what they always did. That is why some projects saw their budget collapse and others barely moved. It all depends on how much pure code there was in the total.
What came down, what did not budge
Cost line
Before AI
Today
Code production
The bulk of the invoice
Divided by 3 to 5
Integrations and technical plumbing
Weeks
Days
Translations, content, variants
A separate quote line
Nearly marginal
Scoping and product decisions
A few days
Unchanged, and more decisive
Design and user journey
Billed by the day
Unchanged
Data quality and field verification
On you
Still on you
That is the genuinely good news. The budget does not disappear, it moves. Where most of the invoice used to go into manufacturing, a large share can now go into what actually decides success: scoping, user experience, and shipping earlier to learn from the market instead of guessing.
We see the same shift inside companies on automation projects, and we covered it in our guide on how to bring AI into an SME.
03
What your project actually costs in 2026
Let's get to the numbers, since they are the only thing that decides whether the project leaves the drawer. At Figue we take on a project from around 15,000 euros, and the top end of an ambitious platform sits near 100,000 euros, exactly the figure that killed our visitor's project. The difference is that 100,000 euros today no longer buys you a first version: it buys a complete product, in production, with users on it.
15,000 €
the threshold we start a project at today. The same initial scope routinely came in at six figures five years ago.
Figue pricing, 2026
Between those two figures, everything is a matter of scope. The question is never 'how much does an app cost' but 'what is the smallest version that proves someone wants it'. That is exactly the debate between an MVP and a V1, better settled before you ask for a quote than after you receive one.
Add the cost that comes after, the one people systematically leave out: a living product needs maintaining, fixing and evolving. Budget from 1,750 euros a month to keep a hand on a product in production, with no lock-in. This is not an optional line: software nobody runs degrades within months, and picking it back up costs more than maintaining it would have.
04
The opposite trap: believing it costs nothing now
For the past two years a new mistake has replaced the old one. After believing everything was too expensive, many now believe everything became free. Founders show up with a prototype assembled over a weekend out of prompts, convinced they have 80 percent of the product. They have roughly 20 percent, and rarely the right 20 percent.
A generated prototype proves an idea can look like something, and that is already valuable. It says nothing about what comes next: how it holds up with a hundred concurrent users, what happens when a payment fails, where your European customers' personal data is stored, who picks up the code when it needs to evolve eight months from now. Those questions have no shortcut, and that is precisely where a real product's budget goes.
Knowing when to stay on a quick assembly and when to move to custom development is a decision to make deliberately rather than to suffer: we broke it down in our comparison of no-code versus custom development.
“AI made the first version ten times cheaper. It changed nothing about the price of the second one, when the first was badly built.”
05
Carving up your dream so it fits a budget
Here is the skill AI did not change, and the one that decides everything: knowing what to remove. Our visitor's project, in its dream version, meant a native app, fifty venues verified on the ground, three languages, a recommendation engine, a freemium model and a booking system. Four decisions bring it inside the budget of a first version.
01
One user, one moment
Do not build for everyone. Pick the precise user and the precise moment where your product changes something. In his case: the traveller planning a trip three months ahead, at home, on a large screen. Anything serving another profile or another moment waits for the next version, no exceptions.
02
Responsive web before a native app
This is the advice that saves the most money, and almost nobody offers it spontaneously. A well-designed web interface adapts to every screen, opens from a plain link, requires no download and depends on no app store. A native app, with its developer accounts, review queues and separate build, earns its place once you have users who come back, not to convince them to exist.
03
Postpone monetisation, do not postpone testing it
Decide the model (free, premium, affiliate) but do not build the machinery until someone has paid. A button leading to a form is enough to measure intent. Full checkout, subscriptions, refunds and invoicing represent several thousand euros you will spend far more comfortably once demand is proven.
04
Get it designed before you get it coded
An interactive mockup costs a fraction of development and answers the only question that matters at the start: does anyone understand the product within ten seconds? At Figue that step is part of the quote, before any commitment, because a disagreement discovered on a mockup costs one meeting, while the same disagreement discovered in the code costs two weeks.
A good partner does this sorting with you and offers to remove things rather than add them. It is the most reliable signal when choosing who will build your software.
FAQ
Frequently asked
What people ask us most about project costs in the age of AI.
Did AI really bring down the price of building an app?
Yes, but not everywhere. Code production (screens, integrations, tests, translations) has been divided by three to five. Scoping, design, product decisions and maintenance have not moved, because they require human judgement. In practice: a project quoted at 100,000 euros five years ago now starts at around 15,000 euros, provided the scope has been tightened.
How much does app development cost in 2026?
Budget from 15,000 euros for a serious first version shipped to production with a scope focused on a single promise. A complete multilingual platform with payments and a back office still lands between 40,000 and 100,000 euros. Add running costs: from 1,750 euros a month to maintain and evolve the product once it is live.
Can I have my app built with AI alone?
You can get a credible prototype within days, and it is an excellent way to test an idea before investing. You will not get a product you can put in the hands of paying customers: security, personal data, error handling, scaling and handing the code over to a team remain full engineering concerns. AI replaces the typing, not the decisions.
06
Now is the right moment, and that is not a sales line
If you have a project sitting in a drawer because a quote put it out of reach three, five or ten years ago, that quote has expired. The number that stopped you no longer describes what building actually costs today. That does not mean your idea is good; it means it finally deserves to be tested for an amount you can afford.
The approach has three steps: get the project re-quoted as it stands today, cut it down to the smallest version that proves something, then add only what users actually ask for. The dream does not disappear in that carving; it becomes reachable piece by piece, and the first piece is finally within budget.
“AI is not what makes your project possible. It is what makes the first attempt cheap enough that you can finally afford it.”