Software for HTML

UIkit UIkit

UIkit A lightweight and modular front-end framework for developing fast and powerful web interfaces.

OpenUserCSS OpenUserCSS

With OpenUserCSS you can change the look of other websites. OpenUserCSS contains a wide range of themes that are easy to apply, to make websites more readable.

Bulma Bulma

Bulma is a free and open source HTML & CSS framework based on Flexbox. With Bulma you can quickly design responsive websites with pre-built components that follows web standards and best practices. The framework provides an easy to understand class structure that makes it easy to design websites with well structured code. Bulma is loved by many, and used by more than 200,000 developers worldwide.

Electron Electron

Electron is a framework that lets you build cross-platform desktop apps with JavaScript, HTML, and CSS. It takes care of the hard parts of building native software, so that you can focus on the core purpose of your application.

Foundation Foundation

Foundation is a free and open-source HTML & CSS framework that can be used to build and design websites and web applicaitons in a structured way.

Rome Rome

Rome is a free and open-source JavaScript build tool that has strong conventions and aims to have minimal configuration. The toolset includes a linter, compiler and bundler for JavaScript, TypeScript, JSON, HTML, Markdown, and CSS. Rome has zero dependencies, and has largely been written from scratch by people from Facebook.

Turbolinks Turbolinks

Turbolinks is a JavaScript library that intercepts all clicks on <a href> links to the same domain. When you click an eligible link, Turbolinks prevents the browser from following it. Instead, Turbolinks changes the browser's URL using the History API, requests the new page using XMLHttpRequest, and then renders the HTML response. Allowing you to create dynamic page loading without utilizing SPA architecture.

HTMX HTMX

HTMX is a HTML-first web framework that allows you to access AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML Markup, using attributes. With HTMX, developers can quickly build emmersive experiences and modern user interfaces without having to worry about REST APIs or complicated frontend JavaScript configurations. HTMX weighs in at just under 10k min.gz'd and is completley dependecy-free.