Built in Rust · AI-native · Open source

Your coding agent can build and manage your website. No new subscription required.

seite gives Claude Code the structure it needs to write posts, redesign pages, and deploy — using the subscription you already have.

$ curl -fsSL seite.sh/install.sh | sh
Works with
Claude Code GitHub Pages Cloudflare Netlify

// built for ai

Your agent reads the schema.
Then writes the content.

Every seite init scaffolds a CLAUDE.md so your coding agent knows the project inside out.

1

Agent reads context

CLAUDE.md contains your site config, collection schemas, frontmatter format, and template variables. The MCP server exposes content inventory and docs.

2

Agent writes content

It generates markdown with correct frontmatter, in the right directory, following your naming conventions. You review a diff — nothing hidden.

3

Build + deploy

One command builds HTML, markdown, RSS, sitemap, search index, and llms.txt. Another deploys to GitHub Pages, Cloudflare, or Netlify.

files generated by agent
content/posts/2026-02-18-v1-2-release.md
title: "v1.2 Release Notes"
tags: [release, new]
new
content/docs/error-handling.md new
content/changelog/v1-2-0.md new
.claude/CLAUDE.md auto-scaffolded

// features

Everything you need.
Nothing you don't.

HTML, markdown, RSS, sitemaps, search indexes, and LLM discovery files, from a single Rust binary with no runtime dependencies.

Sub-second builds. Always.

Single static binary for macOS, Linux, and Windows. No Node.js, no node_modules, no version managers. Install once, runs identically on every machine on your team.

Claude Code is the UI.

Every seite init generates a .claude/CLAUDE.md context file so Claude Code (and other agents) orient themselves immediately. Run seite agent "write a post about X" and it reads your schema, templates, and content before touching anything. No new commands to learn — it already knows how.

Ship in every language your customers speak.

Filename-based translations with per-language URLs, RSS feeds, sitemaps, search indexes, and hreflang tags. Zero config for single-language sites: it's just there when you need it.

Found by people. Found by models.

Canonical URLs, Open Graph, JSON-LD structured data, XML sitemap, and per-page robots directives: generated automatically. Plus llms.txt and llms-full.txt for LLM discovery. Traditional SEO and generative engine optimization handled in one build.

One command. Three targets. Auto-generated CI.

GitHub Pages, Cloudflare Pages, and Netlify, all built in. Pre-flight checks, --dry-run preview, and auto-generated GitHub Actions workflows so your site builds on every push.

10 themes. Generate your own with a sentence.

Default, dark, minimal, docs, brutalist, bento, landing, terminal, magazine, and academic. Or: seite theme create "coral brutalist with lime accents". The agent generates the CSS. You review it. Ship it.

Stop juggling six tools for one website.

Most teams stitch together a CMS, a form provider, a deploy pipeline, and a changelog tool, then glue it with scripts. seite handles all of it.

The typical setup
  • SSG + Node.js toolchain Hugo / Astro / Next.js
  • Separate changelog & roadmap Headway / Notion / Canny
  • Contact form service Formspree / Typeform
  • Deploy pipeline Vercel / custom CI
  • SEO meta, sitemap, RSS plugins / manual
  • LLM discoverability DIY or nothing
With seite
  • Single Rust binary, zero dependencies no Node.js
  • Blog, docs, changelog, roadmap collection presets
  • Contact form shortcode 5 providers
  • Deploy to 3 targets seite deploy
  • SEO + JSON-LD + sitemap + RSS automatic
  • llms.txt + markdown for every page automatic

// quickstart

Up and running in thirty seconds.

install + init
# install (macOS / Linux)
curl -fsSL https://seite.sh/install.sh | sh
# scaffold a new site
seite init mysite --title "My Site"
cd mysite
# start dev server with live reload
seite serve
  1. Install seite curl -fsSL seite.sh/install.sh | sh on macOS/Linux, irm seite.sh/install.ps1 | iex on Windows. Single static binary, no runtime dependencies. Works on every machine on your team without setup.
  2. Scaffold your site seite init mysite. Generates config, templates, collection presets, and .claude/CLAUDE.md, so your coding agent is immediately oriented.
  3. Create content with your agent seite agent "write about X". Claude Code reads your site context and generates content into the right directory, with the right frontmatter, in the right format. Review a diff. Ship it.
  4. Deploy anywhere seite deploy. Pre-flight checks, build, push. GitHub Pages, Cloudflare, or Netlify, all built in. Or run seite deploy --setup-ci for an auto-generated GitHub Actions workflow.

This site is built with seite: the docs, the changelog, the llms.txt. All of it.

You already pay for Claude Code. Make it manage your website too.

One binary. One CLI. Your landing page, docs, blog, changelog, and roadmap — all managed by the agent you already use.