Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

mavo

< >

mavo is a template language created in 2015 by Lea Verou.

#512on PLDB 9Years Old
Download source code:
git clone https://github.com/mavoweb/mavo
HomepageSource CodeTwitter

Create web applications entirely by writing HTML and CSS!


Example from the web:
<main mv-app="todo" mv-storage="local" mv-mode="edit"> <header> <h1>My tasks</h1> <p>[count(done)] done out of [count(task)] total</p> </header> <ul> <li property="task" mv-multiple> <label> <input property="done" type="checkbox" /> <span property="taskTitle">Do stuff</span> </label> </li> <button mv-action="delete(task where done)"> Clear Completed </button> </ul> </main>
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll