zudo-doc
GitHub repository

Type to search...

to open search from anywhere

Moving a Showcase Off Astro

Mar 27, 2026 · Updated Apr 2, 2026

Created Aug 22, 2026Takeshi Takatsudo

A framework migration is easier to review when the content tree remains the stable center of the site.

Keep the content recognizable

The showcase migration away from Astro was successful because the content tree stayed familiar. Pages remained .mdx files with frontmatter, directories continued to define navigation, and the bilingual mirror kept the same filenames. Readers saw a new engine underneath a site they already understood.

That continuity made the change reviewable in small pieces. Route ownership, package builds, and chrome bindings could move independently while the installation guide and the rest of the authoring workflow kept their shape.

Migrate contracts, not just files

A framework switch is complete when the behaviors around a page still have clear owners: the package renders shared chrome, the host supplies site identity, and content authors keep using the same conventions. Treating those as contracts exposes missing pieces earlier than copying an old directory into a new build system.

Revision History

Takeshi TakatsudoCreated: 2026-08-22T13:57:44+09:00Updated: 2026-08-22T13:57:44+09:00

AI Assistant

Ask a question about the documentation.

Preview theme

Loading theme previews…