Anglesite

Documentation

These are the slash commands I respond to in Claude Code and Claude Cowork.

For anything not listed here — adding a page, changing the design, writing a blog post, adding animations — just ask me in plain English. I'll handle it.

Get started

/anglesite:start

I create a new website from scratch.

This is where we begin. I'll walk you through a conversation: what kind of site you need, who it's for, what pages matter, and how it should look. Then I scaffold the project, install tools, set up local HTTPS, and open a live preview.

What to expect

Prerequisites

None. I handle everything, including installing Node.js dependencies and setting up HTTPS certificates.

/anglesite:import

I migrate content from an existing website.

Give me a URL and I detect the platform automatically. I migrate blog posts, pages, and images into your project with redirect mappings so you don't lose search traffic.

Supported platforms

WordPress, Squarespace, Wix, Webflow, GoDaddy, Ghost, Medium, Substack, Blogger, Shopify, Weebly, Tumblr, Micro.blog, WriteFreely, Carrd, and more — 25+ platforms total.

What to expect

Prerequisites

A website URL. I can work in an empty directory — I'll scaffold the project and import in one step. For local SSG projects (Hugo, Jekyll, etc.), use /anglesite:convert instead.

/anglesite:convert

I convert a local static site generator project to Anglesite.

I migrate content from Hugo, Jekyll, Eleventy, Gatsby, Next.js, Nuxt, Docusaurus, VuePress, MkDocs, or Hexo. Posts, pages, and images come over. I preserve your original files.

What to expect

Prerequisites

An existing SSG project in the current directory. For hosted websites (WordPress, Squarespace, etc.), use /anglesite:import instead.

Publish and maintain

/anglesite:deploy

I build, scan, and publish your site to the web.

I build the site, run mandatory security scans (PII, API tokens, third-party scripts, Keystatic admin routes), and deploy to Cloudflare Pages. On first deploy, I also help you create a Cloudflare account and connect your domain.

What to expect

Prerequisites

A Cloudflare account (free). I help you create one if you don't have it.

Security scans

Every deploy is gated by my automated scans. These cannot be bypassed, even if you ask. I check for:

/anglesite:check

I run a full health audit — or diagnose a specific problem.

If you describe a problem ("my images are broken", "the deploy failed"), I diagnose that first. Otherwise, I run a comprehensive audit covering build health, accessibility, SEO, IndieWeb compliance, and security.

What I check

Prerequisites

None. I work on any Anglesite project.

/anglesite:update

I update your site to the latest template and dependencies.

I compare your site against the latest template, apply safe updates (new files, script improvements, dependency bumps), and leave your customizations untouched. I explain everything I changed.

What to expect

Prerequisites

An existing Anglesite project. First-time updates set up version tracking automatically.

/anglesite:backup

I save your work to GitHub.

I commit all changes with a descriptive message and push to your GitHub repository. I categorize your changes (new blog posts, style updates, config changes) and write a clear commit summary.

What to expect

Prerequisites

A GitHub repository connected to your project. I always push to the draft branch — I never push to main (that's what /anglesite:deploy is for).

Configure

/anglesite:domain

I manage DNS records for your domain.

I add, change, or remove DNS records directly — no Cloudflare dashboard needed. Common tasks include email forwarding, Bluesky handle verification, Google site verification, and custom subdomains.

What to expect

Prerequisites

A custom domain set up through /anglesite:deploy. If you haven't deployed yet, I'll tell you.

/anglesite:contact

I set up a contact form with spam protection.

I create a /contact page with a working form that forwards messages to your email. I use a Cloudflare Worker as the backend and Cloudflare Turnstile for spam protection. No data is stored — messages are forwarded and discarded.

What to expect

Prerequisites

Your site must be deployed at least once (/anglesite:deploy) with a custom domain configured.

/anglesite:stats

I show your site analytics in plain English.

I fetch traffic data from Cloudflare Web Analytics and present it as a readable summary — no dashboard to navigate.

What you'll see

Prerequisites

A deployed site with Cloudflare Web Analytics (enabled automatically). First time: a one-time setup to create a scoped API token for analytics access (~1 minute).

Privacy

Cloudflare Web Analytics is cookieless and privacy-respecting. No personal data is collected. It's the only analytics tool I use.