Loading repository data…
Loading repository data…
milewskibogumil / repository
⚡️ Kickstart your web projects with the Astro + Sanity + Turbopack Starter! Integrate Astro, Sanity CMS, and Turbopack for high performance, Core Web Vitals optimization, and SEO-friendly web development. Perfect for building modern, fast, and flexible web applications with ease.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
⚡️ Kickstart your web projects with the Astro + Sanity + Truborepo Starter! Integrate Astro, Sanity, and Turborepo for high performance, Core Web Vitals optimization, and SEO-friendly web development. Perfect for building modern, fast, and flexible web applications with ease.
Set the following environment variables for local or production setups:
Sanity Studio Preview
In the /apps/sanity directory, create a .env.local file with:
SANITY_STUDIO_PREVIEW_DOMAIN=<your_dev_deployment_URL>
Astro API Token
In the directory, create a file with:
/apps/astro.env.localSANITY_API_TOKEN=<your_sanity_token>
Generate this token in your Sanity project dashboard.
Update constants.ts in both /apps/sanity/constants.ts and /apps/astro/src/global/constants.ts directories to match your project settings.
Update the projectId in:
/apps/astro/src/utils/sanity.fetch.ts/apps/sanity/sanity.cli.ts/apps/sanity/sanity.config.tsEnsure these IDs correspond to your Sanity project.
To automatically deploy the Sanity Studio:
/apps/sanity/* directory.SANITY_DEPLOY_STUDIO_TOKEN: Add this token to your GitHub project's environment variables for deployment.SANITY_STUDIO_PREVIEW_DOMAIN: Set this variable for your preview deployment domain in Sanity Studio.