← Back to blog

Blog

Why separate the landing page and editor

A simple explanation of why Astro handles the public site while Vite stays focused on the app.

Separating the landing site from the editor gives each app a clear job.

  • Astro can focus on static content, blog posts, metadata, and search visibility.
  • Vite can stay optimized for interaction-heavy editor workflows.
  • Both apps can still live in one repository and share deployment conventions.