Integrations

⚡ 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.

landing1cmsmainchatchattheme-switcheranalytics
Third-party integrations as plugins in admin settings.
Third-party integrations as plugins in admin settings.
Philosophy

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.

Ecosystem

Integrations for this vertical

SMTP / Postmark / SendGrid

Transactional email — password resets, invoices, webhook notifications.

Mailchimp

Newsletter sync for onboarded users.

OpenAI-compatible LLMs

OpenAI, Azure OpenAI, local Ollama, LM Studio, vLLM.

S3-compatible storage

Future-proof swap-in for the CMS image store.

GitHub / GitLab

GHRM plugin for OSS publishing, releases, issue tracking.

Zapier / n8n via webhooks

Outbound webhooks on every subscription lifecycle event.

Generic

Integration surfaces available everywhere

REST API

65+ endpoints under /api/v1/*. Auth via JWT, machine-to-machine via API keys (planned).

Outbound webhooks

Fire on every subscription and payment event. Configurable endpoints per event type, retry with backoff, delivery log.

Plugin adapters

Wrap any third party as a backend plugin under plugins/<name>/. Follows the stripe or mollie reference.

Zapier / n8n / Make

Consume webhooks and drive inbound actions through the REST API without writing code.