One-Person Software Gets More Interesting When the Founder Stops Building Everything by Hand

AI for solo founders becomes most useful after traction, not before it. By April 23, 2025, Formula Bot had crossed a threshold that changes the way people talk about solo businesses. David Bressler’s company had reached more than 1 million users, built on Bubble, around a product that lets people analyze data in plain English instead of wrestling with formulas, SQL, and spreadsheets. Two weeks earlier, Indie Hackers listed Bressler among solo founders generating more than $1 million in annual recurring revenue, putting Formula Bot at $2.8 million a year with profit margins of 87.5%. For a one-person company, those numbers are striking. But the more useful question is not how he launched. It is how he kept the business functional once a viral tool turned into a real product.

That is the part solo founders often underestimate. Getting attention with a simple AI utility is hard, but not mysterious anymore. The harder problem begins after traction: users want more connectors, more reliability, better outputs, and less waiting. A one-person company suddenly has to behave like a small software organization. It needs product development, backend operations, support, integrations, and growth at the same time. If the founder tries to do every one of those jobs manually, the business hits a ceiling long before demand runs out.

Formula Bot’s AI for solo founders model became interesting because Bressler did not try to solve this in the usual way. He is explicit that he does not consider himself a traditional software engineer. Instead, he built the business around a stack that let him outsource complexity to systems: Bubble for the front end and core app layer, AI models for analysis and code-like reasoning, and n8n for orchestration and backend automation. That combination turned a solo-founder product into something much closer to a reusable machine.

The product itself is not just a formula generator anymore. Formula Bot allows users to upload spreadsheets, PDFs, and documents, connect live sources such as Google Analytics and databases, ask questions in natural language, and receive insights, charts, spreadsheets, and scheduled reports. That matters because the AI technique is no longer a single prompt that translates text into an Excel formula. It is a workflow chain: file and connector ingestion, schema awareness, natural-language interpretation, query or transformation generation, execution, and structured output. In plain terms, users bring messy business data; the system interprets intent, routes the request to the right workflow, runs the analysis, and returns a usable result.

The operational bottleneck was connectors and backend complexity. According to n8n’s Formula Bot case study, Bressler had spent close to a year limited to only a few connectors because each new integration behaved like a one-off engineering project. APIs had to be wired individually, long-running workflows hit platform limits, and it was too easy for one new feature to break another. For a solo founder, that kind of fragility is expensive. It steals time twice: once during the build, and again when maintenance pulls attention away from product growth.

The mechanism that makes this a strong AI for solo founders case is a central orchestration workflow in n8n. A user uploads a file or connects a data source through Bubble. n8n pulls the required metadata and credentials, interprets what kind of request the user is making, routes it to the appropriate connector flow, generates the needed SQL or API logic, processes the result, stores or reformats the output, and returns it to the product. Once Bressler had this architecture in place, about 90% of the connector pattern became reusable, even when the underlying system changed from BigQuery to Snowflake to Google Analytics. That is the sort of leverage one-person companies need. The founder stops rebuilding the plumbing every time a new opportunity appears.

A concrete example makes the value clearer. Imagine a user connecting Google Analytics and asking why conversions fell last month. In a fragile version of the product, the founder might have to custom-build that integration path, manage execution limits, and patch errors manually as edge cases appear. In Formula Bot’s later workflow, the user request is routed through a templated backend: connector selected, schema retrieved, query logic generated, result processed, chart or table returned. The founder is still responsible for product quality, but the system is doing the repetitive systems work. That is what allows one person to serve a much larger user base than their calendar should permit.

The time savings were substantial. n8n reports that connector development dropped from about a week to around a day and a half, while Bressler estimated he saved 20 to 30 hours per month and hundreds of hours overall by moving away from ad hoc Lambda functions and custom backend code. For a larger company, those numbers might sound incremental. For a solo founder, they are strategic. Twenty hours a month is not a productivity gain in the abstract. It is recovered product time, recovered customer time, or recovered thinking time. It can be the difference between shipping a new integration and spending the month debugging infrastructure.

The economics are even more revealing. With $2.8 million in annual recurring revenue and 87.5% margins, Formula Bot is not just a clever solo project. It is an example of how AI for solo founders now creates scale by stacking margin-preserving systems instead of headcount. Bubble reduced engineering overhead. AI expanded what the product could do per user interaction. n8n reduced the cost of adding capability. The founder did not have to become a larger team; he had to build a business where each new feature did not impose a full new burden.

There is one nuance worth keeping intact. Formula Bot is still founder-led, but n8n describes Bressler as a solo full-time founder supported by two developers. That does not weaken the case. It sharpens it. The real lesson is not that one person literally does every task alone forever. It is that AI, automation, and low-code infrastructure let a founder stay far smaller for far longer while operating at a scale that previously demanded a conventional team.

That is why Formula Bot is a better solo-founder case than the usual “AI helped me ship faster” headline. Speed mattered at the beginning, but systems mattered after traction. Once the founder turned backend work, connectors, and analysis flows into reusable infrastructure, the company stopped behaving like a fragile side project and started behaving like a durable one-person software business.