Platform Dependency
Your product might work. The platform can still break it.
Platform dependency risk shows up when the product's core value depends on someone else's API, marketplace, payment system, ranking algorithm, data access, or enforcement tolerance.
What to check before building
Do not read this pattern as “never build on platforms.” Most software depends on platforms. The practical question is whether the platform is a convenience layer or the product's kill switch.
Representative cases
These cases are not the same story. Some had users, revenue, launch attention, or working software. The shared lesson is that demand validation did not remove dependency validation.
Common wrong conclusions
The API works today
A working response in development does not prove commercial access, stable pricing, long-term permission, or data coverage.
Users liked the demo
Interest does not answer whether the platform will allow the workflow after the product gets real usage.
We can switch later
Fallbacks are easier to claim than to execute when the data model, buyer promise, and workflow are built around one platform.
Before you build
Validate permission, fallback paths, and paid demand before treating a platform integration as the business core. If the product stops working when one API, payment provider, social account, or marketplace changes the rules, that dependency is not just technical risk.