All insights
Insightsno-codeMVPstratégie

Airtable as scaffolding: build what you plan to take down

In 2025, half of IT projects run over deadline, budget or scope, and nearly one in five is abandoned. Yet every internal tool starts as if it were definitive. Owning the temporary — a no-code base built in days, designed to be taken down — remains the decision nobody dares to claim.

Published on September 1, 20266 min readexecutive leveldata verified August 12, 2026

TL;DR

  • In 2025, ~31% of IT projects succeed, ~50% run over deadline, budget or scope, and ~19% are abandoned — a rate nearly unchanged since 2017 (PM World Journal, January 2026).
  • Across 5,392 IT projects studied, the mean cost overrun is 1.8x against a median of 1.0x: the risk sits in a minority of extreme outliers — up to 280x documented (JMIS, 2022).
  • As early as 1984, Boehm's experiment (IEEE) measured ~45% less effort with prototyping than with long specification, at equivalent performance.
  • No-code scaffolding has a published price and published limits: Airtable Team at $20/user/month billed annually, 50,000 records per base (verified August 12, 2026).
  • Three honorable outcomes: keep the scaffolding permanently, replace it with a production structure, or take it down after a few days of spend.
  • From our own work: a Monday-morning Excel dashboard that became a multi-tenant SaaS isolated by Postgres row-level security (Ownward internal data, 2026).
01

Nobody claims the temporary. We do.

Our thesis is falsifiable: for an internal business tool, the rational decision is often to build scaffolding first — a no-code base assembled in a few days, explicitly temporary — to validate the real process, data and usage before any heavy investment. If usage takes off, the validated structure travels. If not, you spent days, not months.

The software industry, meanwhile, sells the definitive: requirement documents, eighteen-month plans, tools "for the next ten years." The numbers tell another story. In 2025, ~31% of IT projects succeed, half drift, nearly one in five is abandoned — and the success rate has been flat since 2017.

Scaffolding is not an admission of weakness. On a construction site, it is certified equipment, designed from day one to be taken down. That is exactly the status of a well-run internal MVP.

02

The real risk is not the average overrun

The largest empirical study available covers 5,392 IT projects (Flyvbjerg et al., 2022). Its central result: mean cost overrun of 1.8x, median of 1.0x. Most projects barely drift — a minority explodes, up to a documented 280x: a project budgeted at $1,500 ended up costing $425,000.

The danger of a long project is therefore not "+20% of budget": it is the fat tail of the distribution, which standard models underestimate. A business-tool prototype built in days does not remove that risk; it caps it at a few days of work and a monthly subscription.

What doing nothing costs — Launching a long build directly means accepting the documented distribution: ~50% odds of running over deadline, budget or scope, ~19% odds of abandonment (PM World Journal, 2026), and exposure to the extreme tail — a mean overrun of 1.8x, up to 280x observed (JMIS, 2022). Scaffolding caps that exposure: a few days of construction and $20/user/month, cancellable.

03

Published, dated limits, known in advance

A rare property of good scaffolding: you know in advance where it stops. Airtable's limits are public and dated — that is a quality, not a flaw.

Plan (August 12, 2026)Price (annual billing)Records/baseAttachments/base
Free$01,0001 GB
Team$20/user/month50,00020 GB
Business$45/user/month125,000100 GB

Read-only collaborators, form submissions and shared links are not billed on Team and Business: the whole team can join the usage validation without multiplying seats. And temporary no-code is not a fringe bet: Gartner predicted as early as November 2021 that 70% of new enterprise applications would use low-code or no-code by 2025.

These ceilings trigger the take-down question: approaching 50,000 records is not a problem, it is a signal planned from day one.

04

Validate with the prototype, structure afterwards

Boehm's experiment (IEEE, 1984) — seven teams, same product — measured ~45% less effort with prototyping, at equivalent performance. The same study documents the flip side: less coherent design, harder interface integration. The prototype validates usage; the production structure gets rebuilt cleanly. This is Eric Ries's build-measure-learn loop: progress is learning validated by usage.

We traveled that road with edorma. The starting point: a weekly Excel/HTML dashboard, maintained by hand every Monday. It validated the essentials: which data mattered, who read it, at what rhythm. The end point: a multi-tenant SaaS isolated by Postgres row-level security, which natively restricts the rows each user can see. What traveled was not the file: it was the schema validated by real usage — the principle detailed in model before you tool (Ownward internal data, 2026).

05

Many scaffolds become permanent — and that is fine

The word "scaffolding" does not decide how the story ends. When usage validates the tool itself, you do not take it down: you reinforce it. Airtable publishes an official open-source SDK for building extensions inside a base; we run 17 of them in production, built in one year — including a full CRM (telephony, email, SMS, interactive maps). Adoption was immediate: the team stayed in its tool.

Another example: our synchronization engine connects six CRM/ERP systems to a single source of truth, and its mapping configuration lives in Airtable. A new source means a new mapping, not new code. The switch is never ideological — we formalized five criteria for industrializing an automation: observed usage decides, in both directions. That is the core of how we build.

06

The grid: keep, replace or take down

Six questions, 60 to 90 days after go-live, to replace attachment with observable signals.

#QuestionIf yesIf no
1Real usage, unprompted, for 60-90 days?Question 2Take down: the usage hypothesis is invalidated, at the cost of a few days
2Is the process still changing every week?Keep (for now): flexibility is what you are paying forQuestion 3
3Approaching the plan's published limits?Replace: transport the validated schemaQuestion 4
4Per-tenant isolation or sector compliance requirements emerging?Replace: those guarantees belong to the buildingQuestion 5
5Has the base become a reference for other systems?Replace the storage — or keep it as a configuration layerQuestion 6
6Daily workstation, and the load holds?Keep and reinforce (extensions, governance)Reassess in 90 days
07

The limits of this approach

Scaffolding does not fit everything. Strong regulatory requirements from day one, highly sensitive data, or volumes above the published ceilings from the start justify beginning with the structure. Boehm documented it back in 1984: prototyping alone yields less coherent design — without schema discipline, the scaffolding becomes a maze nobody dares touch. Finally, our proprietary facts (edorma, 17 extensions) are real cases, not statistics: they illustrate the road without proving it works everywhere.

Key takeaways

  • A tool's temporary status is decided on day one, not when it cracks: that is what turns fat-tail risk into a capped expense.
  • The published ceilings of a no-code platform are objective triggers: reaching them is a planned signal, not an incident.
  • Three equally honorable outcomes — keep, replace, take down — decided by observed usage, not by attachment to the work invested.

Building what you plan to take down requires rare discipline: accepting that the value lies in the learning and the schema, not in the tool. It is the most direct answer to eight years of flat statistics. Ownward helps companies perform better through technology — and above all, take back control.

Sources

Facts about edorma, our Airtable extensions and our synchronization engine: Ownward internal data, 2026.

Data and pricing verified August 12, 2026.

All trademarks belong to their respective owners. This article is neither sponsored nor endorsed by the vendors mentioned.

Is this on your desk right now?

Tell us where you stand. We reply with concrete elements — what we would do first, in your business.

Talk about your situation

Keep reading

All insights