---
title: Build Better Prototypes with Veams
type: page
---

{{#extend "lyt-default"}}
	{{#content "main"}}
		<div style="text-align: center; max-width: 800px; margin: 1rem auto">
			<img src="https://www.veams.org/img/svg/icons/veams-std.svg" alt="Logo">
			<h1 style="font-size: 2.5rem; margin-top: 2rem">Welcome to your custom Veams project!</h1>
			<p style="margin-top: 2rem">To get into Veams just take a look at the Github documentation, the example resources and the website:</p>
			<ul style="margin-top: 2rem; list-style: none">
				<li>
					<a href="https://github.com/Veams/veams">Github Documentation</a>
				</li>
				<li>
					<a href="https://examples.veams.org/">Veams Components Examples</a>
				</li>
				<li>
					<a href="https://www.veams.org/">Veams Website</a>
				</li>
			</ul>
		</div>
		<div style="position: fixed; left: 0; top: 0; height: 100%; background-color: #d3d3d3; padding: 30px;">
			{{> c-sitemap }}
		</div>
	{{/content}}
{{/extend}}
