Help needed with web design: Stanc3 online demo

As you may be aware, our Stan-to-C++ transpiler Stanc3 is compiled to executables and a Javascript file.

That means it can be simply integrated in a static web page to showcase its functionalities. Which is exactly what we did: https://rok-cesnovar.github.io/stanc3js-demo/index.html

This is meant to showcase what stanc3 does. Currently, you can:

But… it’s really ugly and has a 1990s vibe to it. Before we can think about sharing this with users on a Stan webpage, we need to make it look nicer and use a web browser code-editor for Stan code, like for example https://microsoft.github.io/monaco-editor/.

Is anyone interested in helping it look nicer and more user-friendly? The repo is located here: https://github.com/rok-cesnovar/stanc3js-demo

I know my way around CSS but have no taste or design skills (exhibit A for that is seen on the link) and am also currently swamped with other tasks.

9 Likes

Discourse told me your thread needed some love. Rah rah!

2 Likes

Whatever that color theme you use I want it in my emacs(currently sunburn dark mode).

2 Likes

:) That would be Tomorrow night. I use the prism.js highlighter https://prismjs.com/index.html?theme=prism-tomorrow
And I think originates from https://github.com/chriskempson/tomorrow-theme

2 Likes