Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source minimalist website template for presenting AI research with modular, clean design.
Clarity is an open-source, minimalist website template built on plain HTML, SCSS, and JavaScript for presenting AI research and project-based websites. The template ships with sample files clarity.html and minimal.html, and its modular structure lets you quickly assemble a clean research page with a project cover, title, and content blocks.
Clarity is a static website template designed specifically for AI research project pages. It takes a plain HTML file and SCSS stylesheets as input and produces a responsive, styled website that can be hosted on any static server. The template is maintained by lorenmt on GitHub and is distributed under the Creative Commons Attribution-ShareAlike 4.0 International License, which permits modification and redistribution as long as you link back to the Clarity blog post.
blog-title and no-cover in the HTML body.no-cover layout for a cleaner start, demonstrated in the design showcase.<script src="assets/scripts/navbar.js"></script>.clarity.html and can cycle through images automatically.assets/fonts and updating _master.scss and the CSS path.Clarity works as a static HTML template. You edit clarity.html (or copy structure from minimal.html) to change text and images, update the SCSS variables in assets/stylesheets/_master.scss for fonts and colors, and then host the folder on any static web server. The provided JavaScript files, like navbar.js, add interactive elements such as the hoverable table of contents.
Yes, Clarity is completely open-source and distributed under the Creative Commons Attribution-ShareAlike 4.0 International License. You can freely modify and distribute it, but you must link back to the Clarity blog post in the footer.
No. Clarity is built with plain HTML, SCSS, and JavaScript. It does not depend on React, Vue, or any other JavaScript framework, so it can be hosted anywhere static files are served.
Yes. The template defaults to free fonts Charter and Poppins. To use the licensed Tiempos Text and Athletics fonts, download a trial or full license, put the files in assets/fonts, update _master.scss, and switch the CSS path to main.css.
The hoverable table of contents is controlled by assets/scripts/navbar.js. Comment out the script tag to disable it, or leave it in your HTML to activate the feature.
These themes alter the background and title styling. Each theme is applied by setting the background-color or background style in the first content container and adding classes like white and no-cover to the title div, as shown in the design showcase examples.