TypeScript¶
http://docs.astro.build/en/guides/framework-components/ - React, Preact, Svelte, Vue, SolidJS, and AlpineJS with official integrations
https://github.com/withastro/astro - v6 | March 10, 2026 | https://astro.build/blog/astro-6/ - v7 | June 22, 2026 | https://astro.build/blog/astro-7/
npm create astro@latest # will ask dir [project]
# v7.1.4 : will ask templates below
cd [project] && npx astro --version
templates¶
{ value: 'basics', label: 'A basic, helpful starter project', hint: '(recommended)' },
{ value: 'blog', label: 'Use blog template' },
{ value: 'starlight', label: 'Use docs (Starlight) template' },
{ value: 'minimal', label: 'Use minimal (empty) template' },
docs¶
https://starlight.astro.build/getting-started/
cloudflare¶
adapter¶
https://docs.astro.build/en/guides/integrations-guide/cloudflare/ - on-demand rendered routes and features to Cloudflare, including server islands, actions, and sessions