Skip to content

Getting started

This website uses Astro for fast static pages, Starlight for documentation, and Sanity for structured marketing content.

Create a .env file from .env.example, then add the Sanity project values when the project is ready.

Terminal window
PUBLIC_SANITY_PROJECT_ID=your_project_id
PUBLIC_SANITY_DATASET=production
PUBLIC_SANITY_API_VERSION=2026-09-11
PUBLIC_SITE_URL=https://www.sequreforms.com

The site renders with fallback content until the Sanity values are present.

Use Astro for the public website and Starlight docs. Use Sanity Studio for editable marketing content such as homepage copy, resource cards, SEO descriptions, and navigation labels.

Build the site as static output, connect the production domain, and trigger rebuilds when Sanity content changes.