Startups & FundingHow to Find Your First 10 Users for a Startup
Finding your first 10 users isn't a distribution problem. If people aren't seeking out what you built, no outreach strategy will fix it.

"POC, prototype, MVP. Three terms every founder hears constantly and almost nobody explains clearly. Confuse them and you will spend months building the wrong thing. Here is which one you actually need and when."
Transform your idea into a production-ready product. We combine strategic thinking, beautiful design, and bulletproof engineering.
Or reach us at:
info@bytehint.comMVP, Prototype, or POC: What Most Founders Get Wrong
There is a particular kind of failure that does not get talked about enough in startup culture.
Not the kind where the product was bad. Not the kind where the team fell apart. The kind where everything looked right, the idea was solid, the team was committed, the product was being built, and it still did not work. Because nobody stopped to ask whether they were building the right thing at the right stage.
Most founders who come to us have already spent money. Sometimes a lot of it. They built something without knowing if the concept was technically feasible. Or they built a full product when a simple prototype would have told them everything they needed to know in two weeks. Or they skipped validation entirely and launched into a market that was not ready for them.
The confusion usually starts with three terms that get thrown around constantly and almost never get explained properly: MVP, Prototype, and POC.
Use them interchangeably and you will build the wrong thing. Build the wrong thing and you will lose time, money, and momentum you cannot get back.
This guide is the one that did not exist when you needed it. By the end of it, you will know exactly what each term means, when each one applies to your situation, and what to do after you build each one.
POC stands for Proof of Concept.
The term did not originate in software. It comes from engineering and scientific research, where the question before any expensive experiment or build was always the same: can this actually work? Before you build a bridge using a new material, you test the material. Before you invest in a new manufacturing process, you prove the process works at a small scale.
Software adopted the term for the same reason. When an idea involves a technical approach that has not been proven in your specific context, building the full product without testing that approach first is one of the most expensive mistakes a founder can make.
The POC exists to answer one question before any other question gets asked: can this be built at all?
Technical definition: A Proof of Concept is a small-scale, often incomplete implementation of a method or idea, conducted to verify that the concept has practical potential and is technically feasible before full development begins.
Founder-friendly definition: A POC is you proving to yourself, and sometimes to investors or co-founders, that the core technical idea behind your product actually works. It is not a product. It is not something users interact with. It is an internal test that answers the question nobody wants to admit they have not answered yet.
You need a POC when the technical feasibility of your core idea is genuinely unknown.
If you are building an AI feature that needs to process and understand a specific kind of data in a specific way, you do not know if that works until you test it. If you are building a hardware product that relies on a new sensor configuration, you do not know if the sensors will behave the way you need them to until you run the test. If you are building an integration between two systems that have never been connected before, you do not know if it is possible until someone actually tries.
The POC is for founders whose first real question is not "will people want this" but "can this even be done."
Common situations where a POC is the right starting point: AI and machine learning features where model accuracy is unproven, complex third-party integrations, hardware and IoT products, blockchain or smart contract applications, and any product that relies on a novel technical approach that has not been validated in production before.
Before Uber was a global platform, it was a test in one city.
In 2009, Travis Kalanick and Garrett Camp did not build a full ride-hailing platform. They built the smallest possible version of the concept to answer one question: would people in San Francisco use their phone to request a ride from a stranger?
The first version was not an app available to the public. It was a closed test with a handful of drivers and a small group of friends. There was no surge pricing algorithm, no driver ratings system, no payment infrastructure at scale. Just the core concept running in a controlled environment to prove it was technically possible and that real humans would actually use it.
That test proved the POC. Only after that did Uber begin building the product that would eventually scale globally.
The lesson: Uber did not build a global platform to prove the concept worked. They proved the concept first, then built the platform.
The word prototype comes from the Greek "prototypon," meaning "primitive form." It has been used in manufacturing, engineering, and industrial design for centuries. Before a car goes into mass production, a physical prototype is built. Before a building is constructed, an architectural model is created. The principle is the same across every industry: before you commit resources to building the real thing, build a representation of it first.
In software, a prototype serves the same purpose. It is a representation of what the product will look and feel like, built before the actual functionality is developed. It answers a completely different question from the POC. Where the POC asks "can this be built," the prototype asks "will people understand this and want to use it."
Technical definition: A prototype is an early sample, model, or release of a product built to test a concept or process, focused on the user interface, user experience, and design rather than functional backend development.
Founder-friendly definition: A prototype is a clickable or visual mock-up of your product that looks and feels real but does not actually do anything yet. Think of it as the shell of your product without the engine inside. Users can click through it, experience the flow, and tell you what works and what does not, without you having spent money on actual development.
This is a question that comes up constantly and rarely gets a clear answer, so here it is.
Rapid prototype: Built quickly and cheaply to explore an idea. Not meant to last. The goal is speed of feedback, not quality of output. Used in the earliest stages of product discovery.
Evolutionary prototype: Built with the intention of improving it over time rather than discarding it. Each version gets refined based on feedback until it becomes the actual product. Common in agile development environments.
Incremental prototype: The product is broken into components and each component is prototyped and built separately, then integrated. Useful for large or complex products where building everything at once is not practical.
Extreme prototype: Used primarily in web and software development. Broken into three phases: a static prototype of the interface, a simulated prototype with functional UI elements, and a final prototype integrated with backend services. Each phase adds a layer of functionality.
For most first-time founders, the rapid prototype is where you start. The goal is to get something in front of users fast, collect feedback, and iterate.
You need a prototype when you know what you want to build but you are not yet sure how people will interact with it, or when you need to show something tangible to investors, users, or a development team before committing to full development.
Prototypes are particularly powerful in three situations. First, when you are fundraising and need to communicate your vision to investors who cannot visualize a product from a slide deck alone. Second, when you are conducting user research and need real humans to interact with something so they can give you meaningful feedback. Third, when you are briefing a development team and need to communicate exactly what you want built before a single line of code gets written.
A prototype saves money by catching design and usability problems early. Fixing a flow issue in a prototype takes hours. Fixing it after the product has been built takes weeks and costs significantly more.
Nick Swinmurn did not build an e-commerce platform to test whether people would buy shoes online. He took photos of shoes at local stores, posted them on a basic website, and when someone placed an order, he went to the store, bought the shoes, and shipped them manually.
This was a prototype of the business model, not a functioning e-commerce system. It proved one thing: people would buy shoes online. That was the only thing that needed to be proven before building the actual platform.
Zappos went on to be acquired by Amazon for approximately $1.2 billion. It started with a man photographing shoes in a store.
The lesson: you do not need to build the machine to test whether the machine is worth building.
MVP stands for Minimum Viable Product.
The concept was introduced by Frank Robinson in 2001 and later popularized by Eric Ries in his 2011 book The Lean Startup. Ries defined it as the version of a new product that allows a team to collect the maximum amount of validated learning about customers with the least effort.
The term was born out of frustration with how software companies were being built at the time. Teams spent months or years building products in secret, launched them, and discovered that nobody wanted what they had built. The MVP was the antidote: ship something real, ship it fast, and let the market tell you what to build next.
Technical definition: A Minimum Viable Product is a version of a product with just enough features to be usable by early customers who can then provide feedback for future product development.
Founder-friendly definition: An MVP is the smallest possible real product that actual users can use, and ideally pay for. Not a mock-up. Not a test. A working product that solves one core problem well enough that someone would choose to use it over doing nothing. Everything else gets built after you learn what your users actually need.
You need an MVP when you have already answered the POC and prototype questions. You know the idea is technically feasible. You know people understand the concept and find it interesting. Now the question is: will they actually use it, come back to it, and pay for it?
The MVP answers the market validation question. It is the bridge between an idea that makes sense on paper and a business that makes money in reality.
Common situations where an MVP is the right next step: you have validated demand through user interviews or a prototype, you are ready to acquire your first real users, you want to show investors a working product with real usage data, or you are building in a space where you need market feedback to determine which features actually matter.
In 2007, Brian Chesky and Joe Gebbia could not afford rent in San Francisco. A design conference was coming to the city and hotels were fully booked. They put three air mattresses on the floor of their apartment, built a simple website called Air Bed and Breakfast, and charged people $80 a night to sleep in their living room.
No platform. No host verification system. No payments infrastructure. No global booking engine. Just three air mattresses and a website to test one question: would strangers pay to sleep in someone else's home?
They got three guests. The concept worked. The MVP had done its job.
Today Airbnb is valued at over $75 billion. It started with air mattresses on a floor.
The lesson: your MVP does not need to be impressive. It needs to be real enough that someone chooses to use it.
This story is closer to home.
Akshat, the founder of ByteHint, did not set out to build a software company.
He was a competitive gamer who wanted his PC to run faster. He started writing batch scripts and registry tweaks to squeeze more performance out of his machine. It worked well enough that he started offering remote commissions to other players. Twenty dollars here, thirty dollars there.
Then he pushed the script to GitHub just to share it with people who asked. It caught fire.
Someone messaged him: "Can you turn this into an actual product?"
He said yes even though he did not know how. He taught himself C#, built a basic desktop app, shipped the first MVP, got feedback, and shipped again. That script became EXM Tweaks, a full software suite with CLI tools, admin panels, pro versions, and licensing systems.
The MVP was not perfect. It was not feature-complete. It was real, it solved a specific problem for a specific person, and it gave him the feedback he needed to build what came next.
EXM Tweaks now has 150,000 subscribers.
The lesson: your first version does not need to be the final version. It needs to be real enough to learn from. That experience is exactly why ByteHint exists, and why the first conversation we have with every founder is not about features or timelines. It is about what you actually need to build first.
These questions come up constantly. Here are clear, direct answers.
Is a POC the same as an MVP? No. A POC tests whether something can be built. An MVP is something that has been built and is being tested by real users. The POC is internal. The MVP is external. A POC never reaches users. An MVP is designed specifically for them.
Is a POC the same as a prototype? No. A POC tests technical feasibility. A prototype tests usability and design. A POC might be a piece of code that proves an algorithm works. A prototype is a clickable interface that shows how a user would navigate the product. They answer completely different questions.
Is an MVP a prototype? No. A prototype is not functional. An MVP is. A prototype shows what a product could look like. An MVP is a working product that users can actually use. Calling an MVP a prototype is one of the most common and most expensive confusions in early-stage startups.
Which comes first, POC or MVP? POC comes first, then prototype, then MVP. This is the logical sequence: first prove it can be built, then prove people understand and want to use it, then prove they will actually use and pay for it. Not every product needs all three stages, but the order never changes.
This is the section most founders wish existed before they spent their first dollar.
The confusion is understandable. The internet is full of conflicting advice. Investors tell you to ship an MVP. Designers tell you to prototype first. Engineers tell you to prove the concept. Everyone is right in the right context and that is exactly the problem. Nobody tells you how to figure out which context you are in.
Here is the step-by-step process we use at ByteHint before we write a single line of code for any founder.
Ask yourself honestly: is there any genuine technical uncertainty about whether the core feature of your product is even possible? Not whether it is difficult. Not whether it is expensive. Whether it is possible.
If yes, you need a POC before anything else. Spending money on design or development without answering this question first is building on a foundation that might not exist.
If no, the core idea is technically proven and you move to Step 2.
This is the design and usability question. You might know the idea works technically, but do you know how a user will navigate it? Do you know which screen comes first, what the onboarding flow looks like, where the key action sits in the interface?
If you are unsure, or if you need to communicate the vision to investors or a development team, build a prototype first. It will save you significant development cost by catching design problems before they become engineering problems.
If you already have a clear, validated design vision and your development team understands exactly what to build, move to Step 3.
This is the market validation question. You know the idea is technically feasible. You know what it looks like. But do you have evidence that real people will use it and pay for it?
If no, build an MVP. Not a full product. The smallest possible working version that lets real users experience the core value and give you real feedback. Your goal is not to impress anyone. Your goal is to learn.
If yes, you have user research, early adopters, or paying customers already, you are past the MVP stage and ready to build with more confidence.
If you know the idea can be built, you know how users will interact with it, and you have evidence that people want it, you are not building an MVP anymore. You are building a product. The validation phase is over and the execution phase has begun.
This is where most founders are when they come to us having already done the early work. And this is where having the right development partner matters most, because speed of execution without loss of quality is what separates startups that capitalise on their momentum from the ones that run out of runway chasing it.
Sometimes the playbook is not enough. Sometimes a founder needs to understand not just what each thing is but why it exists before the right choice becomes obvious. Here it is simply.
The purpose of a POC is to de-risk a technical unknown before spending real money. It is a cheap insurance policy against building on a broken foundation. If the POC fails, you learn that before the expensive part starts. If it succeeds, you move forward with confidence.
The purpose of a prototype is to validate design and user experience before building functionality. It is the fastest and cheapest way to discover whether people understand your product and want to use it. A prototype that reveals a fundamental UX problem is not a failure. It is months of engineering time saved.
The purpose of an MVP is to validate market demand and willingness to pay with a real working product. It is the moment your idea stops being a theory and starts being a business. The MVP's job is not to be perfect. Its job is to generate the real-world data you need to build what comes next.
The biggest advantage of starting with a POC is that it makes every subsequent decision cheaper and more confident. If you are building anything technically novel, a POC is not optional. it is the only responsible first step. The limitation is that a POC tells you nothing about users. It answers the engineering question, not the market question. Founders sometimes build a successful POC and mistake it for product validation. It is not. It is technical validation only.
The prototype's greatest strength is communication. It lets you show, not tell. Investors understand it. Users can interact with it. Development teams can build from it precisely. It is also remarkably fast and cheap to produce compared to actual development. The limitation is that a prototype creates no real user data. Because it is not functional, the feedback you get is based on what people say they would do, not what they actually do. Real user behavior only emerges from real products.
The MVP is the first time your idea meets reality. That is its greatest strength and its greatest risk. Real users generate real data, real feedback, and real revenue signals. But it also exposes your idea to real judgment before it is fully formed. A poorly executed MVP can damage early user trust in a way that is difficult to recover from. The key discipline is keeping it genuinely minimal. Most founders build too much into their first version, spend too long on it, and launch too late. The MVP that ships in six weeks and teaches you something is worth infinitely more than the perfect product that ships in six months.
Founders building products that involve unproven technical approaches. If your product depends on AI, machine learning, complex data processing, hardware integration, or any feature that has not been built in quite this way before, your first question is a technical one. Answer it cheaply before you answer any other question.
Also relevant for founders pitching to technical investors who will ask whether the core concept has been proven before committing capital.
Founders who are clear on what they want to build but need to validate the experience before building it. Non-technical founders who need to communicate their vision to a development team without ambiguity. Founders who are fundraising and need something tangible to show investors beyond a deck. Founders building consumer products where the quality of the user experience is the primary differentiator.
Founders who have done some form of validation, whether through user interviews, a landing page test, a prototype, or direct market research, and are ready to test whether real users will engage with and pay for a working product. First-time founders who have never shipped a product before and need to develop the discipline of shipping, learning, and iterating. Any founder who is tempted to build the full vision before proving that the core value is something people actually want.
Founders who have already built and shipped products in this space before and have a deep, firsthand understanding of the market. Founders who have paying customers waiting before a single line of code has been written. Founders building in a well-understood problem space with abundant existing data on user behaviour and willingness to pay.
If you are in this category, the validation phase is behind you. The only thing left is execution.
A successful POC means one thing: the technical risk has been removed. Now ask the next question. Do you know what the product should look like? If not, move to a prototype. Do you already have a clear design vision and validated user interest? Move directly to an MVP.
A failed POC is not a failure of the idea. It is a failure of the specific technical approach. Pivot the approach, not necessarily the idea. Many products that exist today were built on a second or third technical approach after the first POC revealed the original method would not work.
Document everything the POC produced. The code, the findings, the limitations. This documentation becomes the brief for whatever comes next.
Put it in front of real people immediately. Not friends and family who will tell you it is great. Target users who have the problem your product is trying to solve. Watch them navigate it without helping them. Every moment of confusion is a design problem. Every moment of delight is something to preserve.
Collect structured feedback. What did they expect to happen when they clicked here? What did they not understand? What did they try to do that the prototype did not support?
Use what you learn to either refine the prototype for another round of testing or brief your development team for the MVP build. The prototype is your development brief. The more precise it is, the less expensive and more accurate the build will be.
This is where most founder stories really begin. And the EXM story is the best illustration of what the right behavior looks like after an MVP ships.
The EXM founder did not launch and wait. He launched, got feedback, and shipped again. Then again. The MVP was not the destination. It was the starting gun. Each iteration was guided by what real users were actually doing, not by what the founder assumed they would do.
The specific steps: get your first real users as fast as possible, not through paid acquisition but through direct outreach to the people most likely to have the problem you are solving. Talk to them. Not surveys, actual conversations. Ask what they used before your product, what they wish it did differently, what they would pay for that it does not currently offer.
Track one metric obsessively. Not vanity metrics like downloads or signups. A metric that reflects real engagement: daily active users, retention at day 7 and day 30, or revenue. That metric tells you whether your MVP is working before you spend any more money building on top of it.
If the metric is moving, keep iterating. If it is not moving after genuine effort to acquire and retain users, the MVP has taught you something more valuable than any amount of internal planning could have: what needs to change before the product is worth scaling.
No. A POC tests technical feasibility and is internal. An MVP is a working product tested by real users. They answer completely different questions and exist at completely different stages of product development.
Rapid prototype (quick and disposable, built for fast feedback), evolutionary prototype (refined over time into the actual product), incremental prototype (built component by component and integrated), and extreme prototype (three-phase process moving from static interface to functional UI to backend integration).
No. A POC tests whether something can be built. A prototype tests whether people understand and want to use it. A POC is a technical experiment. A prototype is a design and usability test.
POC comes first if there is genuine technical uncertainty. The logical sequence is POC, then prototype, then MVP. Not every product requires all three stages, but the order never changes.
No. A prototype is not functional. An MVP is a working product that real users can use. Treating an MVP as a prototype, or vice versa, is one of the most common and costly misunderstandings in early stage product development.
The founders who build the wrong thing at the wrong stage are not careless. They are impatient. The idea feels urgent. The market feels like it is moving. The fear of being too late pushes them to skip steps that exist for good reason.
But the founders who skip the POC and build on a broken technical foundation do not move faster. They move backwards. The founders who skip the prototype and hand a vague brief to a development team do not save time. They spend double fixing what should have been caught in a two-week design sprint. The founders who skip the MVP and build the full vision before proving the core value does not reach market sooner. They reach market with a product no one asked for.
Knowing which stage you are at before you spend a single rupee is not caution. It is the fastest path forward that exists.
If you are not sure which of these three things you need right now, that is the exact conversation we start with every founder at ByteHint. No pitch deck required. Just tell us where you are and we will tell you what comes next.
Transform your idea into a production-ready product. We combine strategic thinking, beautiful design, and bulletproof engineering.
Or reach us at:
info@bytehint.comContinue exploring insights and strategies for your startup journey with these related articles
Startups & FundingFinding your first 10 users isn't a distribution problem. If people aren't seeking out what you built, no outreach strategy will fix it.
Startups & FundingNo reply doesn't mean no. Here's the cold email framework, templates, and follow-up strategy founders need to actually get investor meetings.
Productivity Tips & ToolsEvery development relationship that breaks down does so for the same reason: the brief was wrong. A PRD prevents that. Here's exactly what to put in one, so what gets built is what you actually meant to build.