Choose a publish path
Projects can use the system default domain or switch to a custom domain flow before publishing.
Domain Deployment
From the current codebase, WE0 handles domain deployment as a full delivery chain: default domain publishing, custom domain selection, deployment status checks, Vercel-hosted publishing, plus domain registration and DNS binding support.
The existing implementation has already split domain delivery into concrete execution stages. This is not positioning copy only; it maps to actual deployment capabilities in the codebase.
Projects can use the system default domain or switch to a custom domain flow before publishing.
Domain suggestions can be generated by entitlement, and custom domains can be checked for availability and pricing.
The code packages the site output, creates a Vercel project and runs a production deployment automatically.
After deployment, the system can append domain config, return recommended DNS records and keep publishing state in one flow.
Based on both product workflow and current implementation, WE0 is better suited for platform-hosted publishing and domain binding, while local deployment fits teams that already have a mature DevOps stack.
| Dimension | WE0 Hosted Publishing | Local Self-Deployment |
|---|---|---|
| Setup Cost | Default domain and publishing flow are already built in | You maintain build, hosting and DNS on your own |
| Convenience | Better for fast launches and repeated publishing | Better for teams with an established DevOps workflow |
| Control | The platform handles most delivery complexity | The team controls environment, domain and server details |
| Maintenance | Deployment status, logs and domain quota can be tracked together | You maintain scripts, logs, permissions and updates yourself |
| Best Fit | Website and content projects that prioritize launch speed | Technical teams that need strong deployment-level control |
Start from one sentence and have a complete website in minutes.