---
title: Automatic Component Generation
head:
  - - meta
    - http-equiv: refresh
      content: 0; url=/docs/explanation/core-concepts/component-compiler
---

# Page Moved

This page has moved to **[Explanation: Component Compiler](/explanation/core-concepts/component-compiler)**.

You will be redirected automatically in a moment...

<script setup>
if (typeof window !== 'undefined') {
  window.location.href = '/docs/explanation/core-concepts/component-compiler' + window.location.search + window.location.hash;
}
</script>
