Getting started
This website uses Astro for fast static pages, Starlight for documentation, and Sanity for structured marketing content.
Local setup
Section titled “Local setup”Create a .env file from .env.example, then add the Sanity project values when the project is ready.
PUBLIC_SANITY_PROJECT_ID=your_project_idPUBLIC_SANITY_DATASET=productionPUBLIC_SANITY_API_VERSION=2026-09-11PUBLIC_SITE_URL=https://www.sequreforms.comThe site renders with fallback content until the Sanity values are present.
Development workflow
Section titled “Development workflow”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.
Launch workflow
Section titled “Launch workflow”Build the site as static output, connect the production domain, and trigger rebuilds when Sanity content changes.