# Templates (/start/templates)



The available template presets are:

<Callout title="More templates will be added in the future" type="info">
  Pixi’VN gives you the opportunity to propose your own templates and helps you in its development. If you are interested or want to propose a template, feel free to write in the chat below!
</Callout>

Interactive demo [#interactive-demo]

<Accordions>
  <Accordion title="visual_novel_demo" id="visual-novel">
    <iframe
      src="https://pixi-vn-react-template.web.app/demo"
      title="Visual Novel - React"
      style="{
      width: &#x22;100%&#x22;,
      height: &#x22;400px&#x22;,
      border: &#x22;0&#x22;,
      borderRadius: &#x22;4px&#x22;,
      overflow: &#x22;hidden&#x22;,
  }"
      allowFullScreen="true"
    />
  </Accordion>

  <Accordion title="point_click_adventure_demo" id="point-click-adventure">
    <iframe
      src="https://nqtr-react-template.firebaseapp.com/"
      title="Point & Click Adventure - React"
      style="{
      width: &#x22;100%&#x22;,
      height: &#x22;400px&#x22;,
      border: &#x22;0&#x22;,
      borderRadius: &#x22;4px&#x22;,
      overflow: &#x22;hidden&#x22;,
  }"
      allowFullScreen="true"
    />
  </Accordion>

  <Accordion title="text_based_story_demo" id="text-based-story">
    <iframe
      src="https://pixi-vn-react-st-template.web.app/"
      title="Visual Novel - React"
      style="{
      width: &#x22;100%&#x22;,
      height: &#x22;400px&#x22;,
      border: &#x22;0&#x22;,
      borderRadius: &#x22;4px&#x22;,
      overflow: &#x22;hidden&#x22;,
  }"
      allowFullScreen="true"
    />
  </Accordion>
</Accordions>
