Hey everyone, I've been building out custom character sheets for a homebrew modern Zombie RPG over the last few years. As a side project, I use it to explore a lot of different technologies. My most recent version ended up with using ReactJS / JSX to template and build a static Character Sheet HTML. I think it's a very fun way to develop with and learn front end frameworks if you're tired of doing the same old HTML templating or otherwise. I found it particularly effective since you make your sheet out of re-usable, self-contained, (and dumb) React components. Link here: <a href="https://github.com/Tojikan/znz-roll20" rel="nofollow">https://github.com/Tojikan/znz-roll20</a> Quick Player's Guide for the System: <a href="https://tojikan.github.io/znz-roll20/" rel="nofollow">https://tojikan.github.io/znz-roll20/</a> (Using Github pages for the player's guide, just a cool idea I thought that could be useful for projects on Github) If you're interested in learning ReactJS and using JSX, I think custom character sheets are a pretty fun place to try it out! Anyways, I'd also like to hear if anyone has tried to do anything similar. Has anyone also tried looking at modern JS frameworks?