App Hosting service

Server

The Server integration is a generic placeholder. Use it to represent an external or unmanaged server (or host) in your design without deployment, health checks, or metrics.

Server is one of the App Hosting service integrations. It handles its own webhook route:

POST/server/webhook
Generic server placeholder (no deployment)

What it does

This integration does not deploy anything. It exists so you can model a host that lives outside Dreambase — a hand-managed VM, an on-prem box, or an existing service — and still wire its URL into the rest of your design.

A placeholder, by design

Because it doesn't provision resources, the Server integration has no inputs, no health checks, and no metrics. Reach for Vercel when you want Dreambase to actually build and host a git-sourced app.

Outputs

  • url — a server URL you provide, made available to other services.

Events it handles

  • WEBHOOK_CHALLENGE — verify the webhook endpoint. (The only event a deployment-less placeholder needs.)