---
home: true
title: "Home"
description: "Mutaforma is a document conversion tool that enables the conversion of DOCX files to HTML, with more formats to come."
head:
  - - meta
    - name: author
      content: mbrt-yeah
  - - meta
    - name: keywords
      content: documentation, mutaforma, docx, html, converter
---

<script setup lang="ts">
    import HomePage from "../_pages/HomePage.vue";
</script>

<HomePage />