Skip to content

Astro

  • Tailwind

    Terminal window
    npx astro add tailwind -y
  • React

    Terminal window
    npx astro add react -y
  • Alpine JS

    Terminal window
    npx astro add alpinejs -y
  • Sitemap

    Terminal window
    npx astro add sitemap -y
  • MDX

    Terminal window
    npx astro add mdx -y

  • Tailwind

    Terminal window
    npm create astro -- --template with-tailwindcss
  • MDX

    Terminal window
    npm create astro -- --template with-mdx
  • Markdoc

    Terminal window
    npm create astro -- --template with-markdoc
  • Nanostores

    Terminal window
    npm create astro -- --template with-nanostores
  • Vitest

    Terminal window
    npm create astro -- --template with-vitest

  • Container with Vitest

    Terminal window
    npm create astro -- --template container-with-vitest
  • Hackernews

    Terminal window
    npm create astro -- --template hackernews
  • SSR

    Terminal window
    npm create astro -- --template ssr
  • Starlight Markdoc

    Terminal window
    npm create astro -- --template starlight/markdoc
  • Starlight Tailwind

    Terminal window
    npm create astro -- --template starlight/tailwind

  • Minimal Project

    Terminal window
    npm create astro -- --template minimal
  • Portfolio

    Terminal window
    npm create astro -- --template portfolio
  • Starlog

    Terminal window
    npm create astro -- --template starlog
  • Starlight

    Terminal window
    npm create astro -- --template starlight
  • Blog

    Terminal window
    npm create astro -- --template blog
  • Just The Basics

    Terminal window
    npm create astro -- --template basics

  • React

    Terminal window
    npm create astro -- --template framework-react
  • Portfolio

    Terminal window
    npm create astro -- --template framework-preact
  • Starlog

    Terminal window
    npm create astro -- --template framework-vue
  • Starlight

    Terminal window
    npm create astro -- --template framework-svelte
  • Blog

    Terminal window
    npm create astro -- --template framework-solid
  • Just The Basics

    Terminal window
    npm create astro -- --template framework-alpine
  • Kitchen Sink (Multiple Frameworks)

    Terminal window
    npm create astro -- --template framework-multiple