All Episodes

Ship A Full App In 5 Minutes, Not 5 Weekends

with Mariam Hakobyan · Softr

May 31, 202600:57:08Berlin, Germany

Ship A Full App In 5 Minutes, Not 5 Weekends

0:000:00

Show Notes

Every founder has a prototype graveyard. Half-finished apps, abandoned vibe-coded weekends, that killer internal tool that worked at 2 a.m. and quietly died by Thursday. Mariam Hakobyan has a theory about why those projects keep dying, and it is not your discipline. It is the chains. AI handed everyone a hammer and called them a carpenter, but it never removed the hard part. It just moved the complexity onto you: the authentication, the permissions, the security, the thousand boring edge cases that turn a toy into something people can actually log into.

Mariam is the Co-Founder and CEO of Softr, which she runs from Berlin with her co-founder and CTO Artur Mkrtchyan. She was an engineer who led product and engineering teams of forty-plus people before walking away from a six-figure job to build something of her own. She and Artur started Softr in 2019 with one stubborn belief: roughly 80% of every business app is the same repetitive plumbing, and nobody should ever have to rebuild it from scratch again. They call it Lego for software. Connect your data, snap the blocks together, and a non-technical operator ships a full, secure, working app in about five minutes.

The numbers tell a quiet, brutal story. A $2.2M seed they did not even plan to raise. A $13.5M Series A from FirstMark. Then a hard stop on fundraising, because the product was already profitable. Today Softr runs eight-figure revenue with a lean team of fifty across fifteen countries, no traditional sales team, and growth that came almost entirely from a Product Hunt launch and word of mouth. Oh, and investors told a husband-and-wife founding team it would never work. Mariam's reply: they had a decade of conflict-resolution experience before they ever incorporated.

This episode is for the founder who keeps starting and never shipping, the operator drowning in spreadsheets, and anyone trying to figure out when to reach for Claude Code and when to put the terminal down.

Frameworks from This Episode

The 80% Boilerplate Rule

Roughly 80% of any business app is identical foundational plumbing. Abstract it once, reuse it forever, and spend your energy on the 20% that is actually your problem.

  • Authentication, user management, permissions, and security are the same in every app — and the part founders most often dread, abandon, or get wrong.
  • Rebuilding this plumbing from scratch every time is waste disguised as engineering.
  • Abstract it once into reusable components, and every subsequent app you build starts at 20%, not zero.
  • The 20% that remains is the actual business logic — the part only you can build.

Lego for Software

Business apps across real estate, insurance, and tech share the same building blocks: a database, an interface, the right permissions, and actions on the data. Treat those as snap-together components instead of bespoke code.

  • Every business app is a database, an interface, permissions, and actions on data. That pattern repeats across industries.
  • Composable blocks mean non-developers can assemble the app and, crucially, keep iterating as the business changes.
  • The tool should adapt to the business faster than the business can break the tool.
  • If assembling a new app takes five minutes, operators will actually keep their tools current instead of abandoning them.

Own the Logic, Not the Code

Vibe coding leaves you holding thousands of lines you cannot read, maintain, or secure. The fix is keeping deterministic, business-critical logic under visual control while letting AI personalize the rest.

  • AI-generated code moves complexity onto the person who cannot maintain it — it does not remove the hard part.
  • Business logic, permissions, and security need to stay visually controlled and auditable.
  • Let AI personalize and accelerate the top layer. Never let it own the foundation.
  • You stay the builder instead of becoming a babysitter for a codebase that haunts you six months later.

Validate Before You Raise

Softr charged from day zero at a price roughly 3x higher than comparable tools — and people still paid. Traction pulled investors in. They did not chase capital; they earned inbound.

  • Charge from day one. Free tiers validate interest; paid tiers validate willingness to solve the problem.
  • Price higher than you are comfortable with. If people pay, you have found the floor, not the ceiling.
  • Profitable traction gives you leverage with investors that a pitch deck never will.
  • Money should accelerate something already working, not rescue something that is not.

Outcomes Over Hours

A fully remote team across fifteen countries, evaluated on shipped output, not clocked time. New hires contribute something real within their first week or two.

  • Evaluate remote team members on what they ship, not when they log in.
  • Set the bar high and visible from day one: an app, a template, a deployed feature within the first two weeks.
  • Three to four hours of daily overlap is enough when trust and expectations are set clearly.
  • Surveillance is what you use when you have hired wrong. A high bar replaces it.

Key Terms

No-code: Building functional software through visual configuration instead of writing code. Softr is a no-code platform where operators connect a data source and snap UI blocks together to produce a working, secure app.
Vibe coding: Generating apps by prompting AI, often producing code the user cannot read, maintain, or secure. The hard part moves onto the user rather than being removed.
Authentication: Verifying who a user is when they log in. One of the most commonly botched parts of AI-generated apps — and the reason most vibe-coded prototypes are not safe to put in front of real users.
Permissions and roles: Controlling what each user type — admin, manager, employee, client — can see and do. A missing or misconfigured permission is a data breach waiting to happen.
PLG (product-led growth): Growth driven by the product and users rather than a sales team. Softr reached eight-figure revenue almost entirely through PLG before layering on a sales motion.
ICP (ideal customer profile): The specific customer a product is built to serve. Softr's early ICP was the non-technical operator buried in spreadsheets who had the motivation to build but not the engineering background.
MVP: Minimum viable product — a version stripped to the core value, shipped fast to learn from real users. Softr's first version was deliberately minimal and still charged from day one.
Client portal: A branded app where external clients log in to view and act on their own data. A frequent use case for Softr — agencies and service businesses build client portals in minutes instead of months.
Internal tool: Software a team uses to run operations — HR trackers, inventory management, approval workflows. The classic use case that gets stuck in spreadsheet hell before someone builds a real app.
Data source: Where your records live — Airtable, Google Sheets, Supabase, or a REST API. Softr connects to these sources and builds the interface and logic on top without migrating the data.
Series A: An institutional funding round, typically after seed, to scale a validated product. Softr raised a $13.5M Series A from FirstMark, then stopped raising and went profitable rather than chasing further growth capital.

Tools from This Episode

Softr

No-code platform that connects your existing data sources and snaps reusable UI blocks together so a non-technical operator can ship a full, secure, authenticated business app in about five minutes — client portals, internal tools, member hubs, and more.

Q&A

What is Softr?

Softr is a no-code platform that lets business users build full, secure, authenticated apps in minutes by connecting existing data sources and snapping reusable UI blocks together. Common use cases include client portals, internal tools, member directories, and approval workflows. No code required, and authentication, permissions, and security are handled out of the box.

Who is Mariam Hakobyan?

Mariam Hakobyan is the Co-Founder and CEO of Softr, which she runs from Berlin with her co-founder and CTO Artur Mkrtchyan. A former engineer who led teams of 40-plus people, she walked away from a six-figure job to start Softr in 2019. Softr has reached eight-figure revenue with 50 people across 15 countries and no traditional sales team.

When should I use a no-code platform instead of Claude Code or vibe coding?

Use AI coding tools for unique, production-facing products that justify developer ownership and ongoing maintenance. Use a no-code platform for the deterministic business apps that most operations, marketing, sales, and HR teams need — where the functionality is proven and nobody benefits from rebuilding authentication and permissions from scratch.

Why do AI-built prototypes keep failing in production?

Because AI generates code someone still has to read, maintain, and secure. It moves the hard part onto a non-technical user instead of removing it, which is why beautiful 2 a.m. prototypes rarely survive contact with real users or real security requirements.

How did Softr grow to eight-figure revenue without a sales team?

Through a Product Hunt launch, charging from day one at a price roughly 3x higher than comparable tools, profitable organic growth, and word of mouth. Only recently did Softr layer a sales motion on top of the product-led growth foundation that was already working.

Can a husband-and-wife founding team raise venture capital?

Softr did, despite early investor skepticism. Mariam argues that shared values, aligned incentives, and — critically — years of conflict-resolution practice before incorporating can make a couple a stronger co-founder pair than most. The $13.5M Series A from FirstMark eventually followed.

How do you run a profitable remote startup across many time zones?

Hire high-bar generalists, evaluate outcomes rather than hours, expect a real contribution within the first two weeks on the job, and require only a few hours of daily overlap. Surveillance is what you need when hiring is wrong. A high bar replaces it.

Is there a promo code for Softr?

Yes. Listeners of AI for Founders get 50% off the Pro package for three months with code AIFF. Nonprofits and education institutions get 30% off.

Links from This Episode