# ChilledSites — Platform Context

> Last updated: 2026-04-25

> The simplest way to get a professional website for your business. Describe what you want in plain English, AI builds it, deploy instantly. From £29 per year including hosting, custom domain, and all features.

## What is ChilledSites?

ChilledSites is an AI website builder that generates complete, production-ready websites from text descriptions. Users describe their business — a cafe, cleaning service, photography portfolio, startup landing page — and the AI builds it in under 60 seconds. Sites deploy instantly to `.chilledsites.com` subdomains or custom domains.

Used by 8,000+ businesses across 100+ countries. Cafes, cleaners, photographers, startups, personal trainers, wedding planners, and service businesses.

Built by [p0stman](https://p0stman.com).

## Who is it for?

### Service Businesses
Cleaners, dog walkers, plumbers, electricians, personal trainers, tutors, salons, wedding planners, gardeners, handymen. They need a credibility site: "here's what I do, here's how to contact me."

### Food & Hospitality
Cafes, restaurants, bakeries, caterers, food trucks. They need a menu, location, opening hours, contact info, and maybe a gallery.

### Creative Professionals
Photographers, designers, artists, musicians, videographers, freelancers. They need a portfolio, about page, and contact form.

### Founders & Launchers
People launching a startup, SaaS, side project, or community. They need a landing page, waitlist, or "coming soon" page — fast.

### Community & Event Organisers
Sports clubs, meetup groups, event pages. They need an info page, schedule, and sign-up form.

## How it works

1. **Describe** your business in plain English
2. **AI builds** a complete, mobile-responsive website in under 60 seconds
3. **Edit** with AI — describe changes in plain English, applied instantly
4. **Deploy** to a live URL or connect your own domain

No templates. No drag-and-drop. No coding. Just describe what you want.

## Pricing

| Plan | Price | Sites | Tokens | Includes |
|------|-------|-------|--------|----------|
| Free | £0 | 1 | — | Remix gallery templates, basic editing, .chilledsites.com subdomain |
| Pro | £29/year | 1 | 150,000 | AI generation, AI editing, multi-page, chatbot, reviews, analytics, contact forms, SEO tools, custom domain, remove branding, data export |
| Pro+ | £49/year | 3 | 500,000 | Everything in Pro, 3 live sites, priority support |

All features are included with any paid subscription — no separate add-on fees. Multi-page sites, AI chatbot, reviews widget, analytics, contact forms, SEO tools all come standard.

Annual billing only. Hosting included. Custom domain included with any paid plan.

### PAYG Token Packs (supplementary)
| Pack | Price |
|------|-------|
| Starter | £8 |
| Creator | £12 |
| Pro | £20 |
| Enterprise | £50 |

Tokens never expire. Buy anytime from the pricing page.

## Comparison to Carrd

[Carrd](https://carrd.co) ($19-49/year) is the closest alternative. Same audience, same use case — simple websites that stay live, annual pricing.

**The difference:** Carrd requires you to build from templates manually. ChilledSites generates the entire site from a plain English description. Same price, 10x faster.

Both offer: simple sites, custom domains, annual pricing, mobile-responsive design.

ChilledSites also offers: AI generation, AI editing, multi-page sites, contact forms, AI chatbot, reviews widget, analytics, and an API for programmatic access.

## Comparison to Wix & Squarespace

Wix ($16/month = $192/year) and Squarespace ($16/month = $192/year) are full-featured but complex. They require hours of manual customisation with drag-and-drop builders.

ChilledSites is 6-7x cheaper and 10x faster. Describe your business, get a website in 60 seconds. Best for people who want a professional web presence without the learning curve.

## Real Examples

Deployed sites built by real users:
- Service businesses (car cleaning, home inspections, dog walking, personal training)
- Cafes and restaurants (Peaches Cafe NZ, New England Smokery)
- Creative portfolios (artisan sculptors, photographers, tattoo studios)
- Startup landing pages (AI platforms, fitness tech, EdTech)
- Community sites (Flag Football London, Gravel Running Italy)

## Core Capabilities

- **Website Generation** — Full HTML/CSS/JS from a text description, powered by Claude Sonnet, GPT-4o, Gemini 2.5, Grok 4
- **AI Editing** — Make changes by describing them in plain English
- **Image-to-Website** — Upload a photo or screenshot, get a website
- **Instant Deployment** — One-click deploy to `.chilledsites.com` subdomains
- **Custom Domains** — Point your own domain to any deployed site
- **Multi-page Sites** — Add sub-pages, navigation auto-syncs across all pages
- **Contact Forms** — Built-in form handling with email notifications to site owner
- **AI Chatbot** — Embeddable chatbot widget trained on your site content
- **Reviews Widget** — Collect and display customer reviews
- **Analytics** — Built-in visitor analytics dashboard
- **AI Image Generation** — Gemini, Imagen 3, DALL-E 3
- **AI Video Generation** — Veo 2, Sora 2
- **Ad Creator** — Generate social media ad copy and creative
- **PWA Builder** — Generate Progressive Web Apps with offline support

## Sister Product

[ChilledStudioVibes](https://chilledstudiovibes.com) — AI image and video creation studio. Same login, same account. Create images with Imagen 3, DALL-E 3, Gemini. Create videos with Veo 2, Sora 2.

## API Access

ChilledSites offers a REST API for programmatic access:

- **Base URL**: `https://api.chilledsites.com/functions/v1/api-v1`
- **Authentication**: API key + API secret (headers: `X-API-Key`, `X-API-Secret`)
- **Get credentials**: Dashboard > Profile > Developers > API & Keys

### Key Endpoints

| Method | Path | Description |
|--------|------|-------------|
| POST | /v1/generate | Generate website from prompt |
| POST | /v1/websites/upload | Upload custom HTML/CSS/JS |
| GET | /v1/websites | List all websites |
| GET | /v1/websites/{id} | Get website details |
| PUT | /v1/websites/{id} | Update website |
| DELETE | /v1/websites/{id} | Delete website |
| POST | /v1/websites/{id}/deploy | Deploy to live URL |
| POST | /v1/generate/image | Generate AI image |
| POST | /v1/generate/video | Generate AI video |
| GET | /v1/user/tokens | Check token balance |

## MCP Server

An MCP (Model Context Protocol) server is available for AI tool integration:

- **npm package**: `@chilledsites/mcp-server`
- **Install**: `npx -y @chilledsites/mcp-server`
- **13 tools available**: generate_website, create_website_from_code, list_websites, get_website, update_website, delete_website, deploy_website, get_token_balance, generate_image, generate_video, generate_ad, list_ad_templates, get_ad_templates_by_platform

Works with Claude Desktop, Claude Code, ChatGPT, Cursor, and any MCP-compatible client.

## Agent Signup

AI agents can self-register for API access:

```
POST https://api.chilledsites.com/functions/v1/agent-signup
Content-Type: application/json

{
  "agent_name": "MyAgent",
  "agent_type": "chatbot",
  "contact_email": "dev@example.com"
}
```

Returns API key + secret immediately.

## Contact

- **Support**: hello@chilledsites.com
- **Website**: https://chilledsites.com
- **Built by**: p0stman (https://p0stman.com)
