Fonda.co

  • Research automation
  • AI orchestration
  • Generative web
Fonda.co — AI business intelligence

An AI-driven business intelligence and automation platform that turns a simple business idea into a full research report and a live website in minutes.

Who it was built for

The business, and what they came with.

Built for

Fonda.co

Sells idea validation to first-time founders — the market research a consultant would bill for, plus the website that idea needs to point at, on a subscription.

The brief

The promise is minutes, not weeks, so nothing in the delivery path could involve a person. If a founder waits two days for their report, the pricing stops working and the pitch stops being true.

What we delivered

What Fonda.co has now that they did not have before.

  • The research engine

    Four answers about an idea become a market report with figures, charts, maps and generated imagery. It is the thing customers pay for, and it runs unattended.

  • A live site, not a to-do list

    Five automated steps — subdomain, WordPress install, theme, AI copy, plugins — so the session ends with a URL the founder can send to someone that afternoon.

  • Visible progress

    Research and deployment take minutes, so every step streams to the dashboard over WebSockets. People wait when they can see work happening; they refresh and ask for refunds when they can't.

  • Billing on day one

    Stripe plans and Clerk accounts shipped with the first release, so pricing could be tested on real customers instead of retrofitted after launch.

Where the growth comes from

Why each piece of the build pays for itself.

  • Speed is the product

    Minutes instead of weeks is the only reason to choose this over an agency. Automating research and deployment end to end is what holds the price point up.

  • One order, two deliverables

    A report and a website widen the buyer from founders to consultants and agencies, who resell both under their own name.

  • Margin survives volume

    No analyst and no developer sit in the delivery path, so the hundredth order costs what the first one did.

The business analysis

Market, model and architecture. Every figure is either cited or labelled as a model.

Fonda sells the thing founders are worst at buying: proof that nobody wants their idea. The commercial question is therefore not whether the research is good. It is whether a product can charge for validation at a price a pre-revenue founder will pay, and still cost almost nothing to fulfil. That only works if no human touches the order — which is why the interesting decisions in this build are all about what happens with nobody watching.

Startups citing poor product-market fit
43%
In CB Insights' analysis of founder post-mortems — the failure Fonda's report is sold against.

Source · CB Insights, Top Reasons Startups Fail

CMS market share held by WordPress
60.7%
43.3% of all surveyed websites. The reason the generated site is a WordPress build rather than a bespoke one.

Source · W3Techs data, October 2025, reported by Search Engine Journal

Deliverables per order
2
A market report and a live website, from the same four answers. It is what widens the buyer beyond founders.

Model · Counted from the delivered scope in this case study.

People in the delivery path
0
Research, writing, provisioning and deployment all run unattended. The hundredth order costs what the first did.

Model · Architectural claim, verifiable from the build: no step in the pipeline blocks on human input.

The market it sells into

Validation is a hard category to sell because the buyer has no budget and no patience, and because the incumbent alternative is free — a founder can read six competitor websites and convince themselves. What makes it a market at all is that the free version does not work. CB Insights' analysis of startup post-mortems puts poor product-market fit behind 43% of failures, second only to running out of capital at 70%, which the firm notes is usually the last cause rather than the root one 1.

Why startups fail, by share of post-mortems

The two rows Fonda is sold against are the first and second. The others are largely downstream of them.

Ran out of capital
70%

CB Insights notes this is normally the final cause, not the root one.

Poor product-market fit
43%

The failure a market report is meant to catch before the money is spent.

Bad timing or macro conditions
29%
Unsustainable unit economics
19%

Source · CB Insights, Top Reasons Startups Fail

Why the second deliverable matters more than it looks

Shipping a website alongside the report looks like scope creep. Commercially it is the most important decision in the product, because it changes who the buyer is. A report alone sells to founders — a population with no money, bought from once. A report plus a live site sells to consultants and agencies, who resell both under their own name, buy repeatedly, and have a budget line for it already.

The site is a WordPress build for one reason: it is the only CMS a reseller can hand to a client without explaining anything. W3Techs data for October 2025 put WordPress on 43.3% of all surveyed websites and 60.7% of those running an identifiable CMS 2. Generating something more elegant and less familiar would have made the deliverable harder to hand over.

Who an order can come from once there are two deliverables

A qualitative segmentation of the audiences named in this case study, weighted by how repeatable each one's purchase is. The weights are ours.

Agencies and studios reselling both40%
Repeat purchase, existing budget, and the research sits at the front of every engagement they run.
Consultants billing for industry reports25%
Need a defensible document in an afternoon; margin comes from what they charge on top.
Founders validating an idea25%
The emotional buyer. Low willingness to pay, and usually one order.
Analysts pulling market data10%
Buying the dataset rather than the deliverable.

Model · Our weighting of the four audiences documented in this case study by repeat-purchase potential. Illustrative — no customer mix data was shared with us.

The unit economics the pitch depends on

The whole argument for this product is that gross margin does not decay with volume. That is worth stating as arithmetic rather than as a claim, because it is falsifiable: the marginal cost of an order is the cost of the model calls, the generated imagery, the storage and the provisioned hosting, and none of those scale with headcount.

Cost lineBehaviour as volume risesWho absorbs it
Model inference and imageryLinear per order, and falls per unit as model prices fallVariable — the real cost of goods
Storage and file deliveryLinear, and small relative to inferenceVariable
Provisioned hosting per siteLinear, and recoverable in a subscription rather than the one-off feeVariable, ideally passed through
Analyst timeZero. Not reduced — absent
Developer time per orderZero. Provisioning is a job, not a ticket

The engineering problem is patience, not intelligence

Research and deployment take minutes, and minutes is a long time to stare at a loading state. The failure mode for this product is not a bad report. It is a customer who refreshes at ninety seconds, assumes it has broken, and asks for their money back. That is why progress streaming is in the delivered scope alongside the research engine: it is a refund-prevention feature dressed as a UI detail.

The stack, by responsibility

Grouped by what each layer is accountable for. The interesting split is between the request path, which must stay fast, and the job path, which is allowed to take minutes as long as it reports.

  1. Dashboard and intake

    Takes four answers, then holds the customer's attention while long jobs run. Nothing here does heavy work.

    • Next.js 14
    • React 18
    • TypeScript
    • Tailwind CSS
    • Clerk
  2. Report rendering

    Turns the research payload into something an investor will read: figures, charts, maps and industry imagery.

    • Recharts
    • Maplibre GL
    • Runware imagery
  3. Job orchestration

    Runs research and deployment asynchronously and reports progress as it goes, because neither fits inside a request.

    • Node.js
    • Express
    • Socket.io
  4. Data and artefacts

    Holds the report, its inputs and its generated assets, so a customer can come back to an order.

    • MongoDB
    • Mongoose
    • AWS S3
    • Azure Blob Storage
  5. Fulfilment integrations

    Where the second deliverable actually gets built, and where the money is taken.

    • NewebAI WordPress API
    • Generative AI SDK
    • Stripe

One order, from four answers to a URL

The spine is the happy path. The offshoots are the states the product has to survive, because a five-step provisioning chain fails in the middle sooner or later.

  1. Four questions about the idea

    No brief, no kickoff call, no onboarding queue. The intake is deliberately shorter than the thing it produces.

  2. Research job dispatched

    Market size, competitors and demographics are gathered asynchronously. The request returns immediately; the work does not.

  3. Progress streams to the dashboard

    Every step reports over Socket.io. People wait when they can see work happening, and refresh when they cannot.

  4. Report assembled

    Figures, charts, maps and generated industry imagery, formatted for someone else to read rather than for the person who ordered it.

  5. Provision the site?decision

    Five automated steps — subdomain, WordPress install, theme, generated copy, plugins. Each one can fail independently.

    • Subdomain taken → alternative claimed
    • Install fails → retried, order stays open
    • Copy generation fails → site ships with placeholder sections
  6. Artefacts written to storage

    Report and assets land in object storage, so the order survives the session that created it.

  7. A report and a working URL

    The founder leaves with something to send someone that afternoon. That same-day artefact is the whole reason the price holds.

What we would watch

RiskWhy it bitesEarly indicator
Research credibilityThe report is sold as evidence. One founder who checks a figure and finds it wrong discounts the entire document, and says so publiclySupport conversations that argue about a specific number rather than the conclusion
Provisioning fragilityFive chained external steps mean the site is the least reliable half of the order, and it is the half the customer shows peopleOrders completing with a report but no live URL
Reseller channel conflictAgencies are the repeatable buyer, but they are reselling a product whose own brand is on the deliverableRequests for white-labelling arriving before requests for features

References

  1. 1.Top Reasons Startups Fail · CB Insights
  2. 2.Top 10 Content Management Systems (W3Techs data, October 2025) · Search Engine Journal
  3. 3.Usage statistics and market share of content management systems · W3Techs

Idea to live site, one sitting

The path a real user takes, in order.

  1. Describe the idea

    Four questions. No brief, no kickoff call, no onboarding queue.

  2. Research runs

    Market size, competitors and demographics are gathered and written up.

  3. The report lands

    Charts, maps and industry imagery, formatted to put in front of an investor.

  4. The site goes up

    Provisioning claims a subdomain and fills a WordPress build with copy about that specific business.

  5. Handover

    The founder leaves with a report and a working URL.

Who it is for

The people whose problem this solves, and what they came for.

  • Founders validating an idea

    Want to know whether the market is there before they spend money finding out.

  • Consultants and strategists

    Bill for industry reports and need them in an afternoon.

  • Marketing agencies

    Automate the research and first build that sit at the front of every engagement.

  • Analysts

    One place to pull market and competitive data instead of six tabs and a spreadsheet.

Reference

For the technical reader. Everyone else has what they need above.

The closest work to Fonda.co, scored for relevance rather than picked by position.

Want the version of this built for your business?

Fifteen minutes with the people who shipped it. No deck, no account manager.