Preview, then production
Every deploy starts as a shareable preview. Promote the exact image you tested. Roll back to any named version — git optional.
ProjectHost is hosting a coding agent can drive. Paste one MCP URL, then say “deploy this app.” You get a live preview, logs, rollbacks, and a database — without a dashboard step in the loop.
Any agent that speaks MCP over HTTP — Cursor, Claude Code, Windsurf, and others — can build your code into a container and bring it up on a hostname under snailbyte.co.uk, usually in under a minute.
{
"mcpServers": {
"projecthost": {
"url": "https://mcp.snailbyte.co.uk/mcp"
}
}
}Every deploy starts as a shareable preview. Promote the exact image you tested. Roll back to any named version — git optional.
Attach Postgres or Redis. Connection details are injected as environment variables. Values are write-only; nobody reads them back.
Tool errors include cause_category and self_fixable so an agent does not “fix” a platform blip by rewriting healthy code.
Accounts need an invite code and a verified email. The Free plan is five projects and five deploys. Keep your own backups. Do not put irreplaceable production here yet.