Replit
AI Foundations

What makes an idea buildable?

Learn how to evaluate if your app idea is achievable and how to cut scope effectively.

Every great app started as a simple idea. But how do you know if your idea is buildable? The difference between ideas that ship and ideas that stay stuck in your head comes down to scope.

The buildability test

Can you describe it in one sentence?

If you need a paragraph, it's too complex.

Does it solve one specific problem?

Not three problems. Not five. Just one.

Can you build a basic version in hours, not weeks?

Start with the smallest thing that works.

If you can't answer yes to all three, you need to cut scope.

First make it work, then make it better

This is exactly how professional engineers approach building software. They start with the simplest possible version running on their own computer. They tinker, test, and get something working that solves their specific problem. Then they build on that foundation.

Apps like LinkedIn and Uber weren't built overnight - they started simple and evolved over years with hundreds of people. Your goal isn't to build the finished product. It's to build something that works first.

The three levels

Who's going to use this app? Your answer determines how much you need to build - and where you should start.

1

Just for me

A personal tool that solves your specific problem. Build it in an afternoon, run it right in Replit - no deployment needed.

Examples: A script to rename files, a calculator for your side hustle, a personal habit tracker

2

For my team or regular use

Something others will access. You'll deploy it, make it reliable, and put thought into how it looks and feels.

Examples: A shared event signup, a simple CRM for freelance clients, an internal dashboard

3

For the world

A public product for strangers. Requires user accounts, security, data management, and handling scale. Work up to this.

Examples: A marketplace, a social network

One thing to get right early: design. The look and feel of your app is something you can dial in before you start adding features. It's easy to change colors and layout upfront, but harder once you've built a lot of functionality on top.

Cutting scope in action

Say you have an idea: "I want to connect with other dog owners in my neighborhood." That's a starting point, but it's vague. You could build a full social network with messaging, photo sharing, event planning, and a marketplace - basically Instagram + Eventbrite + Etsy combined. That's three companies worth of features.

The best builders are ruthless editors. Cut it down to the simplest thing that works: a page where neighbors can list their dog's name and contact info. One sentence, one problem, buildable in an afternoon.

Too big

"A social network for dog owners with messaging, photo sharing, event planning, and a marketplace."

Just right

"A page where dog owners in my neighborhood can list their dog's name and their contact info."

Check Your Understanding

Question 1 of 3

Which idea could one person actually build?

What's next?

A buildable idea is small, focused, and clear. In the next lesson, you'll use a scoping worksheet to turn your idea into an MVP spec - the blueprint for what you're going to build.