Velto is a web development framework, currently in development, by JoyCode Studios
- Velto is a web development framework, which uses a markup style language and the
.veltofile format. - Velto is still in development.
- Velto has tags, and similar structure to the HTML markup language.
To get started, we will inform you of the two most important tags, which are fundamental to getting your Velto website to work. These are the two most important tags:
<velto>
<content>
# Add your content
</content>
</velto>