Development & DevOps Software for HTML

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.

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.

Apache Cordova Apache Cordova

Apache Cordova is a mobile application development framework that enables developers to build hybrid web applications for mobile devices using CSS3, HTML5, and JavaScript. Instead of relying on platform-specific APIs, Apache Cordova allows you to build your application once, and ship anywhere.

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.

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.

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.

Hotwire Hotwire

Hotwire or HTML Over The Wire is an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire. Hotwire is a newly released project from the guys at Basecamp, and the Ruby on Rails creator David Heinemeier Hansson. The project aims to simplify the process of building web-based apps as a small team or solo developer.  The concept is however not new, it dates back years, and we have seen implementations being done before. Laravel Livewire, Phoenix Liveview and HTMX is similar implementations of the concept or serverside render blocks of HTML dynamically.