⚡ VBWD
A sales platform for the digital world — SaaS subscriptions, CMS, shop, booking and a token economy on one self-hosted backend, two Vue front-ends and one plugin contract.

Plug-and-play at the boundary
VBWD is deliberately open at the edges: any third-party system can be reached through a plugin adapter, outbound webhooks or the REST API. The list below is what VBWD typically connects to.
Integrations for this vertical
Transactional email — password resets, invoices, webhook notifications.
Newsletter sync for onboarded users.
OpenAI, Azure OpenAI, local Ollama, LM Studio, vLLM.
Future-proof swap-in for the CMS image store.
GHRM plugin for OSS publishing, releases, issue tracking.
Outbound webhooks on every subscription lifecycle event.
Integration surfaces available everywhere
65+ endpoints under /api/v1/*. Auth via JWT,
machine-to-machine via API keys (planned).
Fire on every subscription and payment event. Configurable endpoints per event type, retry with backoff, delivery log.
Wrap any third party as a backend plugin under
plugins/<name>/. Follows the
stripe or mollie reference.
Consume webhooks and drive inbound actions through the REST API without writing code.