Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 2.46 KB

File metadata and controls

50 lines (28 loc) · 2.46 KB
title Migrate an existing project to Astro
description Some tips and tricks for converting your site to Astro.
sidebar
label
Site migration overview
i18nReady true

import MigrationGuidesNav from '~/components/MigrationGuidesNav.astro';

Ready to convert your site to Astro? See one of our guides for migration tips.

Migration Guides

Note that many of these pages are stubs: they're collections of resources waiting for your contribution!

Why migrate your site to Astro?

Astro provides many benefits: performance, simplicity, and many of the features you want built right into the framework. When you do need to extend your site, Astro provides several official and 3rd-party community integrations.

Migrating may be less work than you think!

Depending on your existing project, you may be able to use your existing:

Which projects can I convert to Astro?

Many existing sites can be built with Astro. Astro is ideally suited for your existing content-based sites like blogs, landing pages, marketing sites and portfolios. Astro integrates with several popular headless CMSes, and allows you to connect eCommerce shop carts.

Astro allows you have a fully statically-generated website, a dynamic app with routes rendered on demand, or a combination of both with complete control over your project rendering, making it a great replacement for SSGs or for sites that need to fetch some page data on the fly.

How will my project design change?

Depending on your existing project, you may need to think differently about: