Tutorials
Sequential, end-to-end walkthroughs for building a tool on Vendo.
Tutorials take you from an empty directory (or an existing tool) to a working, deployed result. Each one picks a single concrete shape — a Telegram bot, a CRM ready for the catalog, an OAuth integration — and walks through the SDK calls, vendo.yaml manifest, and deploy steps in order.
If you're new to Vendo, start with What is a tool and Two modes — five minutes of reading saves an hour of debugging later.
Telegram bot from scratch
mkdir to a deployed bot that responds to /start. vendo.yaml, webhook handler, OSS-mode local run, then a managed private deploy with hooks.vendo.run wiring.
Ship a CRM tool to the catalog
From a working tool to a merged vendo-templates PR and a live catalog listing. Manifest, seed migration, release migration, and the reviewer checklist.
Add OAuth integrations
Wire Notion, Google Drive, or any OAuth provider into a tool. One vendo.yaml line, one SDK call, both OSS and Vendo modes covered.
Looking for shorter, single-task snippets instead? See Recipes.