Orchestrate API Gateway, routes, clusters, and policies effortlessly—no rewrites, no limits. Extend Sail to power any project.
Sail is a developer-first, always-free, open-source platform. Join a thriving community and help shape the future of modern API gateway.
Define your stack in code—type-safe and readable. Run locally, deploy anywhere without architectural changes.
Orchestrate routes, clusters, authentication, and policies with zero rewrites. Extend Sail to fit your stack—deploy anywhere.
MongoDB Change Streams deliver instant configuration updates—debug faster with zero setup.
Deploy anywhere—Docker, Kubernetes, cloud, or on-prem. Sail adapts to your environment for consistent deployments without rewrites.
Sail is modular, composable, and extensible. Configure routes, clusters, policies, and deployment options through Web UI or REST API.
{
"routeId": "api-route",
"clusterId": "backend-api",
"match": {
"path": "/api/{**catch-all}"
},
"order": 1
}
Use Sail to manage everything locally or create deployment artifacts during your CI/CD.
docker-compose up
localhost:5173
kubectl apply -f sail.yaml