What Happened
Vendo, a YC S26 startup, just launched a platform that lets users build and embed custom features directly into existing products. The platform exposes hooks, APIs, and a lightweight SDK so developers can add new functionality on top of a product’s core logic. The Hacker News announcement emphasized that feature extension should feel like installing a plugin, but with code that runs inside the product’s own environment.
The platform is stack‑agnostic. It works with web apps, mobile apps, and back‑end services. Vendo offers a marketplace‑style interface where developers publish extensions and product owners browse, test, and enable them with a few clicks. The extensions run in a sandboxed environment, keeping the host product secure and stable.
Why This Matters for Builders
- Rapid Feature Prototyping: Automation and AI‑agent teams can prototype new workflows by writing small extensions that hook into existing services, cutting the need for full‑stack changes.
- Modular Workflow Design: Treating extensions as first‑class citizens lets builders compose complex automation pipelines from reusable pieces, similar to assembling n8n nodes.
- Reduced Integration Overhead: Teams can publish or consume extensions that already handle authentication, data mapping, and error handling, instead of writing custom connectors for each product.
- Scalable Collaboration: The marketplace model fosters a community of extension developers, enabling teams to share and reuse solutions and accelerate time‑to‑value for new features.
- Sandboxed Execution: Running extensions in a controlled environment mitigates the risk of breaking core functionality, a critical concern when deploying AI agents that may modify data or trigger actions.
- Future‑Proofing: As products evolve, extensions can be updated independently, letting automation workflows stay current without waiting for upstream releases.
FAQ
Q: Can I use Vendo extensions in an existing n8n workflow?
A: Yes. Vendo’s SDK can be wrapped in a custom n8n node, letting you call the extension’s API as part of a workflow step.
Q: What security guarantees does Vendo provide for extensions?
A: Extensions run in a sandboxed environment with limited network access, and Vendo enforces strict authentication and permission scopes to prevent unauthorized data access.
Q: How does Vendo handle versioning of extensions?
A: Each extension is versioned, and product owners can pin to a specific version or opt into automatic updates, giving teams control over stability and feature rollouts.
Originally published on Automations Cookbook.
Top comments (0)