Deploy Trae sites with VibeDeploy
Trae is ByteDance's AI-native IDE: a Cursor-style editor with a free tier, an agent system, and a SOLO mode that scaffolds entire projects from a prompt. What comes out is a normal project folder on your disk. VibeDeploy turns that folder into a live site on your own domain, hosted in Belgium.
Why VibeDeploy for Trae
Everything Trae generates lands as plain files on your own machine, which is great for ownership and useless for visitors. A folder on your laptop is not a website. Because the output is an ordinary local project, any static build from Trae (Vite, plain HTML, an SPA) can go straight to VibeDeploy: through MCP from inside the editor, through a GitHub repo, or as a simple upload.
Deploy from Trae's own chat
Trae supports MCP since version 1.3.0, including remote URL-based servers. Paste one JSON block under AI Management and the agent gains tools to push your build live, list sites, and attach domains without leaving the IDE.
Beginner-proof publishing
Trae's free tier attracts a lot of first-time builders, and first-time builders are exactly who get stuck at the hosting step. VibeDeploy keeps that step to one chat message or one drag-and-drop. No CLI, no server admin.
Belgian hosting, flat price
Your site is served from a Belgian data centre with a custom domain and automatic SSL on every plan. One flat monthly price, so a hobby project that suddenly gets traffic does not become a billing scare.
How to deploy a Trae site
- 1
Build with the agent or SOLO
Prompt Trae's agent, or let SOLO scaffold the whole project for you. The code sits on your disk as regular files. Once it compiles to static output (Vite, plain HTML, or any SPA) it is ready to host.
- 2
Start your VibeDeploy trial
Sign up at vibedeploy.be and start the 14-day free trial. No credit card, full feature access, and paid plans start at €15 per month afterwards. Your first site can be live before the trial's first hour is over.
- 3
Add the MCP server manually
VibeDeploy is not in Trae's built-in MCP marketplace, so add it by hand: click the settings icon, open AI Management, choose MCP, then Add Manually, and paste the config below. If your Trae version asks for a server type, pick the HTTP/SSE remote option.
// Trae: settings icon > AI Management > MCP > Add Manually { "mcpServers": { "vibedeploy": { "url": "https://mcp.vibedeploy.be/mcp" } } } - 4
Say the word
"Deploy this to VibeDeploy" in the chat is enough. The agent picks up the deploy tool, sends your build, and comes back with a live URL at name.vibedeploy.be.
- 5
Put it on your own domain
Add your domain in site settings and create the CNAME record it shows you. Certificates are issued automatically, typically inside a minute, and renew on their own.
- 6
MCP not your thing? Skip it
Push the Trae project to GitHub and connect the repo, so every commit rebuilds and redeploys the site. Or build locally and drop the output folder straight into the VibeDeploy dashboard. All three routes end on the same hosting.
Trae hosting at a glance
How Trae's default hosting and a generic alternative compare to VibeDeploy.
| Feature | Trae default / generic alt | VibeDeploy |
|---|---|---|
| Deploy from inside Trae | Manual export first | MCP tools in the chat |
| Hosting jurisdiction | Mostly US | Belgium (EU) |
| Custom domain + SSL | Often a paid add-on | Included on every plan |
| Rebuild on git push | Varies | Yes |
| Billing model | Usage-metered | Flat per plan |
Common questions about deploying Trae
Which Trae projects can VibeDeploy host?expand_more
Anything that builds to static files or an SPA: Vite projects, plain HTML/CSS/JS, static framework exports. Since Trae keeps your code as ordinary files on disk, there is no locked-in export format to work around. Apps that need server-side rendering belong on a server host instead.
Why isn't VibeDeploy in Trae's MCP marketplace?expand_more
Trae ships a built-in MCP marketplace, but VibeDeploy is not listed in it today. The manual route works fine: settings icon, AI Management, MCP, Add Manually, paste the JSON from this page. It takes about a minute and behaves identically afterwards.
Trae asks me to pick a transport type for the server. Which one?expand_more
Choose the remote HTTP/SSE option if your version presents the choice. The important part is the URL: https://mcp.vibedeploy.be/mcp. Newer Trae builds may accept the url field without asking anything further.
Can I publish a project SOLO generated on its own?expand_more
Yes. SOLO scaffolds a complete project into a folder on your disk, and from VibeDeploy's point of view that folder is no different from hand-written code. If it builds to static output, deploy it via MCP, GitHub, or upload.
Trae is free. What does the hosting cost?expand_more
The trial is 14 days with no credit card, and paid plans are €15, €39, or €129 per month including Belgian VAT. Every plan includes custom domains, automatic SSL, and EU hosting, so the free editor pairs with hosting that stays predictable.
Ship your Trae project today
14-day free trial, no credit card. Custom domain in 60 seconds. Hosted in Belgium.