Official documentation website for OpenSpec - a spec-driven development tool for AI coding assistants.
Live site: openspec.clanker.guru
# Install dependencies
bun install
# Start dev server (localhost:4321)
bun dev
# Build for production
bun build
# Preview production build
bun previewsrc/
├── content/docs/ # MDX documentation (22 pages)
├── pages/ # Custom landing page
├── styles/ # CSS overrides
└── assets/logos/ # OpenSpec pixel logos
- Getting Started - Installation, quick start guide
- Core Concepts - Workflow, specs & changes, why OpenSpec
- CLI Reference - All 8 commands documented
- Guides - Integrations, spec format, change proposals
- Resources - FAQ, changelog
Documentation source is in src/content/docs/. Each .mdx file becomes a page.
Deploy to Cloudflare Pages:
# First time: authenticate with Cloudflare
bunx wrangler login
# Deploy
bun run deployOr connect the GitHub repo to Cloudflare Pages with:
- Build command:
bun run build - Build output directory:
dist
MIT