Host Beautiful Static Sites

Upload HTML reports, dashboards, and documentation. Served globally via CloudFront CDN with zero idle cost.

Read the Docs View Dashboard

Why Vantaa?

Everything you need for hosting static content, nothing you don't.

Instant Deployment

Upload files via REST API or MCP tools. Content is live in seconds, cached at edge locations worldwide.

🔒

Secure by Default

JWT authentication via Cognito with Google SSO. Only authorized users can manage content.

💰

Zero Idle Cost

Serverless architecture means you pay only for what you use. No NAT Gateways, no running servers.

🚀

Global CDN

CloudFront delivers your content from 400+ edge locations. Sub-50ms latency for most users.

🤖

AI-Ready MCP

Built-in MCP server lets AI assistants manage your sites directly. 8 tools for full content lifecycle.

📑

OpenAPI Spec

Full API documentation with OpenAPI 3.0 specification. Auto-generated, always in sync.

Quick Start

Get your first page live in under a minute.

Upload via API bash
# Create HTML content
curl -X POST https://api.vantaa.dotaws.dgstage.se/content \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "key": "hello/index.html",
    "htmlContent": "<h1>Hello World</h1>"
  }'
Upload via MCP Claude / Cursor / VS Code
# In any MCP-compatible AI assistant:
"Upload a page called hello/index.html
 with an H1 that says Hello World"

# The AI uses the create_content tool
# and your page is live instantly.

Platform Stats

Built for scale, optimized for simplicity.

13
Lambda Functions
15
API Routes
8
MCP Tools
383+
Tests Passing