Skip to main content
 logo

Home

HomeGetting Started๐Ÿฆฆ Raft
Learn
๐Ÿš€ Getting Started๐Ÿ“ฆ Content Types๐Ÿงช Showcase
Reference
๐Ÿ—๏ธ ArchitectureโŒจ๏ธ CLI Reference๐Ÿค– Otter Raft
More
๐Ÿ“Š Proof๐Ÿ” Pro๐Ÿ™ Acknowledgements

Getting Started

From zero to running StackWright site in 5 minutes. No prior experience required.

โ‘  Install

One command scaffolds a complete project with the Otter Raft configured.

bash
npx launch-stackwright my-site

โ‘ก Start the Dev Server

Install dependencies and start developing. Hot reload watches your YAML files.

bash
cd my-site
pnpm install
pnpm dev

โ‘ข Edit Your First Page

Open pages/content.yml and change the heading. The dev server reloads automatically.

yaml
1content:
2  content_items:
3    - type: main
4      label: hero
5      heading:
6        text: "My Custom Heading"
7        textSize: h1
8      textBlocks:
9        - text: "This is my first StackWright page."
10          textSize: body1

โ‘ฃ Add a Page

Use the CLI to create a new page. It generates the directory and YAML file.

bash
pnpm stackwright page add about --heading "About Us"

โ‘ค Customize the Theme

Edit stackwright.yml to change colors, typography, and navigation across every page.

yaml
1customTheme:
2  colors:
3    primary: "#your-brand-color"
4    background: "#your-bg-color"
5    accent: "#your-accent-color"

What's Next

๐Ÿ“ฆ Content Types

18 content types from hero sections to interactive maps. See them all.

โŒจ๏ธ CLI Reference

Scaffold, validate, preview, and deploy from the terminal.

๐Ÿค– Otter Raft

Let AI agents build your site through conversation.

๐Ÿ”Œ MCP Server

Integrate with AI tools via Model Context Protocol.

๐Ÿฆฆ Built with StackWright ๐ŸฆฆSource for this SiteTermsPrivacy Policyยฉ 2026 All rights reserved.