Skip to main content

SkillFlaw deployment overview

This section includes the different ways to bring your locally-built flows to the world.

  • To self-host your local server through an ngrok gateway, see Deploy a public SkillFlaw server. This approach uses ngrok to forward traffic and share your local SkillFlaw server over the internet, without deploying to a cloud provider or exposing your network directly.

  • To deploy SkillFlaw with Nginx and automatic SSL certificates, see Deploy SkillFlaw with Nginx and Let's Encrypt. This approach uses Nginx as a reverse proxy with Let's Encrypt for automatic HTTPS certificate management to provide a secure deployment.

  • To build and serve the documentation site as an independent service, see Documentation site build and startup. This guide explains the supported build, development preview, standalone serving, and startup-only workflows for the SkillFlaw documentation site.

  • To deploy SkillFlaw on Kubernetes, see SkillFlaw Kubernetes architecture and best practices This approach creates production-grade deployments with high availability, scalability, and robust orchestration.

  • For cloud provider-specific deployment guides, see your cloud provider's documentation. The SkillFlaw documentation currently includes examples such as Hugging Face Spaces and Railway to help you get started.