--- title: "Building is just the beginning: Introducing Discoverability" sha256: d3a6d90f582cd15ddcd859db78ea89d4d15f3c66e597dc09928a1167b2b2a904 source: newsletter source_url: https://lovable.dev/blog/building-is-just-the-beginning-introducing-discoverability tags: [lovable] url: https://lovable.dev/blog/building-is-just-the-beginning-introducing-discoverability fetcher: jina review_value: 7 review_confidence: 8 review_recommendation: neutral ingested: 2026-05-16 review_stars: 3 created: 2026-05-15 updated: 2026-05-15 --- # Building is just the beginning: Introducing Discoverability Lovable introduces Discoverability, a feature that helps development teams find, share, and reuse code components and patterns across projects. The article argues that building software is only half the challenge—making it findable and reusable is equally important. Key themes: 1. **Code Reuse Problem**: Most organizations struggle with code reuse. Developers often rewrite similar functionality because existing solutions are hard to discover or not well-documented. 2. **Discoverability as a Feature**: The article reframes discoverability not just as a nice-to-have but as a critical infrastructure feature that enables organizational learning. 3. **Search and Metadata**: Effective discoverability requires rich metadata, categorization, and search capabilities that go beyond simple filename matching. 4. **Social Coding**: Making code discoverable involves social aspects—knowing who wrote it, who uses it, and how well it performs in production. 5. **Build vs. Find Balance**: The best code is useless if no one can find it. The article advocates for investing as much in discoverability as in building. The article draws parallels to how knowledge management systems have evolved, suggesting that codebases need similar treatment as valuable organizational assets. > 来源:[[raw/articles/lovable-discoverability-intro|原文存档]]