# MamuteCloud > MamuteCloud is a developer-first cloud infrastructure platform that unifies CDN, DNS, SSL, Object Storage, WAF protection, and one-click app deployment into a single product. The platform is built on top of battle-tested AWS infrastructure and delivers comparable reliability at a significantly lower cost — replacing CloudFront, Route 53, S3, ACM, and other separate AWS services with one simple developer-friendly API and dashboard. - MamuteCloud is positioned as a unified alternative to assembling AWS CloudFront, Route 53, ACM, S3, and WAF separately — same underlying infra, simpler operations, lower bill. - The CDN runs across 750+ edge locations, with sub-50ms average global latency, smart caching, instant global purge (under 5 seconds), and image optimization built in. - DDoS protection is included by default at no extra cost across all CDN distributions. - Managed DNS is authoritative, propagates changes in around 30 seconds, supports every standard record type, and offers health checks and geo-routing for failover scenarios. - SSL certificates are issued and auto-renewed via AWS ACM at no additional cost, with HSTS enabled and Perfect Forward Secrecy on all distributions. - Object Storage is S3-compatible with 11 nines (99.999999999%) durability across multiple storage classes (Standard, Standard-IA, OneZone-IA, Glacier Instant Retrieval), lifecycle policies, and native CDN integration. - The WAF (Web Application Firewall) provides three sensitivity tiers — Lower, Balanced, and Maximum — with DDoS mitigation calibrated to risk profile. - Deploy Apps lets developers launch one-click managed instances of common workloads (n8n for workflow automation, WordPress, etc.) without managing servers. - The management API (CDN, DNS, SSL, Storage admin, IAM, Organization, Analytics) is a single REST API authenticated with either a Bearer JWT (`Authorization: Bearer `) or a project API Key (`X-API-Key: `). - The S3 data plane is different: object PUT/GET/LIST operations go through the S3-compatible endpoint `https://s3-us-east-1.mamutecloud.com` (path-style, region `us-east-1`) and require an Access Key ID + Secret Access Key pair generated for a specific bucket via the management API (`POST /storage/object-storage/buckets/{bucketId}/credentials`). Use any standard AWS S3 SDK (boto3, aws-sdk-js, aws-sdk-go). - To publish a static site: create a bucket, upload `index.html` via the S3 endpoint, then create a CDN resource with a storage-type origin group (`POST /cdn/resource` with `origin_group: {type: "storage", bucket_id}`). The site goes live at `https://.mamutecdn.com` serving `index.html`. Full step-by-step recipe is in llms-full.txt. - Pricing benchmarks against AWS: CDN traffic at a fraction of CloudFront's $0.085/GB, DNS at a fraction of Route 53's $0.50/zone, and storage at a fraction of S3 OneZone-IA's per-GB rate. - 99.99% uptime SLA backed by AWS infrastructure underneath. ## Core Pages - [Home](https://mamutecloud.com/): Main landing page with positioning as a unified, lower-cost alternative to AWS CloudFront, Route 53, ACM, and S3 — built for developers who value simplicity. - [Privacy](https://mamutecloud.com/privacy): Privacy policy describing how MamuteCloud handles customer data, infrastructure logs, and account information. - [Terms](https://mamutecloud.com/terms): Terms of service covering acceptable use, billing, SLAs, and account responsibilities. ## Products - [CDN](https://mamutecloud.com/cdn): Global Content Delivery Network with 750+ edge locations, smart caching, instant purge, DDoS protection, and image optimization — positioned as a drop-in replacement for AWS CloudFront at a lower cost. - [Managed DNS](https://mamutecloud.com/): Authoritative DNS service with 30-second propagation, all standard record types, health checks, and geo-routing — alternative to AWS Route 53. - [SSL Certificates](https://mamutecloud.com/): Free, auto-renewing TLS certificates issued via AWS ACM, with HSTS and Perfect Forward Secrecy enabled by default. - [Object Storage (S3)](https://mamutecloud.com/storage-s3): S3-compatible object storage with 99.999999999% durability, multiple storage classes, lifecycle policies, and native CDN integration. - [Deploy Apps](https://mamutecloud.com/apps): Catalog of one-click managed deployments for popular open-source applications. Infrastructure, SSL, daily backups, and custom domains are handled by MamuteCloud — no DevOps required. - [WAF Protection](https://mamutecloud.com/): Web Application Firewall with three sensitivity tiers (Lower, Balanced, Maximum) and built-in DDoS mitigation included at no extra cost. ## Deploy Apps Catalog - [Chatwoot](https://mamutecloud.com/apps/chatwoot): Open-source customer support platform unifying live chat, email, and social media in a single collaborative inbox. Sized for around 5 agents and 500 conversations per day. - [Clavideo](https://mamutecloud.com/apps/clavideo): AI video generator powered by fal.ai (Veo 3.1, Seedance 2.0). Runs on 1 vCPU / 2 GB RAM / 40 GB SSD by default. - [Flowise](https://mamutecloud.com/apps/flowise): Open-source low-code platform for building LLM flows and AI agents. Sized for around 10 active chatbots and 500 messages per day. - [Langflow](https://mamutecloud.com/apps/langflow): Visual builder for AI pipelines — drag and drop to design and deploy LLM workflows. Sized for around 5 active flows and 500 executions per day. - [Mautic](https://mamutecloud.com/apps/mautic): Open-source marketing automation for email campaigns, lead nurturing, and acquisition journeys. Sized for around 5,000 contacts and 10,000 emails per month. - [Metabase](https://mamutecloud.com/apps/metabase): Business intelligence and analytics tool — connect databases and build dashboards without code. Runs on 1 vCPU / 2 GB RAM / 40 GB SSD by default. - [n8n](https://mamutecloud.com/apps/n8n): Workflow automation tool with unlimited workflows, around 500 executions per day, and 5 concurrent executions — alternative to Zapier with self-hosted control. - [NocoDB](https://mamutecloud.com/apps/nocodb): Open-source Airtable alternative for building databases without code. Runs on 1 vCPU / 2 GB RAM / 40 GB SSD by default. - [Open WebUI](https://mamutecloud.com/apps/openwebui): User-friendly AI interface that connects to OpenAI, Ollama, and other LLM providers. Sized for around 5 concurrent users. - [Rocket.Chat](https://mamutecloud.com/apps/rocketchat): Open-source team messaging platform — self-hosted Slack alternative. Runs on 1 vCPU / 2 GB RAM / 40 GB SSD by default. - [WordPress](https://mamutecloud.com/apps/wordpress): Managed open-source CMS for blogs, sites, and e-commerce, with Redis cache and daily backups pre-installed. Sized for around 1,000 visits per day on the Starter plan. ## Developers - [API Reference](https://docs.mamutecloud.com/reference): Full REST API reference covering CDN distributions, DNS zones and records, SSL certificates, object storage buckets and credentials, organization management, IAM, and analytics — generated from the OpenAPI source of truth. - [OpenAPI Spec](https://mamutecloud.com/openapi.json): Single machine-readable OpenAPI 3.0 document for all services (48 endpoints). - [MCP Server](https://docs.mamutecloud.com/mcp): Model Context Protocol server (streamable-http) for AI agents. Tools to search/inspect endpoints and execute live API calls. Connect with `claude mcp add --transport http mamutecloud https://docs.mamutecloud.com/mcp`. - [Help Center](https://help.mamutecloud.com): Support documentation, tutorials, FAQs, and troubleshooting guides for MamuteCloud customers. - [Full Documentation for LLMs](https://mamutecloud.com/llms-full.txt): Complete API reference in llms.txt format — every endpoint with method, path, parameters, request body, and response schemas. Intended for LLM consumption. ## Optional - [Dashboard](https://dashboard.mamutecloud.com): Customer-facing dashboard for managing distributions, DNS zones, certificates, storage buckets, billing, and team members.