Skip to content

Web Services

Web Services on Seenode are designed to run any application that listens for and responds to HTTP requests. This includes web applications, REST or GraphQL APIs, and static websites with server-side rendering.

When you deploy a Web Service, Seenode automatically handles building your code, deploying it to our managed infrastructure, and making it accessible to the world via a public URL with a free SSL certificate.

  • Public URL: Every web service gets a unique, publicly accessible URL.
  • Free SSL: We automatically provision and renew SSL certificates for your service.
  • Automatic Deployments: Deploy automatically on every push to your connected Git branch.
  • Load Balancing: Traffic is automatically distributed across your instances for high availability.
  • Custom Domains: Point your own domain to your web service (Coming Soon).

Get started quickly by following one of our framework-specific deployment guides.

Fine-tune your deployment with these configuration guides.

Automate your deployments using CI/CD pipelines.