HTML

Open-source projects categorized as HTML

Top 23 HTML Open-Source Projects

  1. Bootstrap

    The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

    Project mention: Oat – Ultra-lightweight, semantic, zero-dependency HTML UI component library | news.ycombinator.com | 2026-02-15

    Reminds me of what bootstrap [1] was like around a decade ago. It's gotten quite a bit bloated since then though.

    1. https://getbootstrap.com/

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. 30-seconds-of-code

    Coding articles to level up your development skills

    Project mention: 30-seconds-of-code – short, reusable JavaScript code snippets | news.ycombinator.com | 2025-06-23
  4. Electron

    :electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS

    Project mention: Can I start using Wayland in 2026? | news.ycombinator.com | 2026-01-04

    I looked into this lately - Discord needs to use the Global Shortcuts Portal to do it properly but how is unclear. Discord is based on Electron which is based on Chromium. Chromium has support, Electron has support since https://github.com/electron/electron/pull/45171 but this seems to be rather unknown and unused. Although somewhere in this API chain keyup events are lost, meaning that only "normal" shortcuts would work but no push-to-talk. There are multiple options for Discord to implement this: implement Global Shortcuts Portal directly, go via Electron global shortcuts API, hook into Chromium shortcuts API, maybe others - with the caveat that some of those don't support keyup events. Vesktop devs are currently stuck in same dilemma: https://github.com/Vencord/Vesktop/issues/18

  5. Web-Dev-For-Beginners

    24 Lessons, 12 Weeks, Get Started as a Web Developer

  6. app-ideas

    A Collection of application ideas which can be used to improve your coding skills.

  7. storybook

    Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation

    Project mention: 7 Free Tools and Resources for Building Well-Structured React Applications | dev.to | 2026-05-07

    Storybook is a tool for developing and documenting UI components in isolation. You write stories that render individual components with specific props, and Storybook displays them in a standalone browser environment that is separate from the main application. The v8 release significantly reduced configuration complexity, making it practical to add to an existing project without a major setup investment.

  8. Front-End-Checklist

    🗂 The essential checklist for modern web development, for humans and AI agents

    Project mention: The Website Specification | news.ycombinator.com | 2026-05-31
  9. docling

    Get your documents ready for gen AI

    Project mention: The Best PDF to Markdown Tools in 2026 (Honestly Compared) | dev.to | 2026-06-10

    IBM's open-source Docling focuses on document understanding: clean structure, solid tables, and exports designed to feed downstream AI pipelines. If your endpoint is a vector database rather than a human reader, it's a strong fit.

  10. Ruby on Rails

    Ruby on Rails

    Project mention: Why I traded my custom "Opinionated Linux" for Omarchy | dev.to | 2026-05-02

    Omarchy is an opinionated Arch distro created by David Heinemeier Hansson (DHH), creator of Rails, Basecamp and Hey. Under the hood it's Arch Linux + Hyprland, but it ships with everything pre-configured: lock screen, menu bar, bluetooth, themes, keybindings. No installing packages one by one.

  11. html5-boilerplate

    A professional front-end template for building fast, robust, and adaptable web apps or sites.

    Project mention: You can make up HTML tags | news.ycombinator.com | 2025-12-28

    I learned this back when HTML5 was brand new around 15-ish years ago. If you wanted to use the new tags like , the only “polyfill” needed was some css styles. You can see it in the early versions of the HTML5 Boilerplate:

    https://github.com/h5bp/html5-boilerplate/blob/v0.9/css/styl...

    I realized that I could just make up tags and style them and it was work.

  12. prettier

    Prettier is an opinionated code formatter.

    Project mention: How to Build a Dependency Map of a Legacy Codebase Using AI Tools | dev.to | 2026-05-09

    137Foundry provides legacy modernization services that include dependency mapping as a foundational assessment phase. Prettier and ESLint are useful companion tools for enforcing code style consistency as the refactoring proceeds. Node.js and Python.org official documentation are authoritative references for understanding the import and module systems of those runtimes.

  13. Bulma

    Modern CSS framework based on Flexbox

    Project mention: Bulma VS Nakshora - a user suggested alternative | libhunt.com/r/bulma | 2026-04-18
  14. htmx

    </> htmx - high power tools for HTML

    Project mention: Just Fucking Use Go | news.ycombinator.com | 2026-05-08

    For web stuff, I enjoy https://htmx.org

    so Go + Templ + HTMX (aka the GOTH stack)

    Or, if you prefer more of a power tools feel, then HTMX and Raku in functional style (https://harcstack.org) maybe to your liking. Which I call the Crotch Rocket of the programming world.

  15. 30-Days-Of-JavaScript

    30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

  16. AdminLTE

    AdminLTE - Free admin dashboard template based on Bootstrap 5

    Project mention: AdminLTE 4.0.0 – first stable release of the v4 line | news.ycombinator.com | 2026-05-26
  17. hyperterm

    A terminal built on web technologies

    Project mention: Ratty – A terminal emulator with inline 3D graphics | news.ycombinator.com | 2026-05-11

    Or Terminal is already a full featured web browser?

    https://hyper.is/

  18. parcel

    The zero configuration build tool for the web. 📦🚀

    Project mention: JavaScript Awesome Package | dev.to | 2026-02-03

    Parcel - Blazing fast, zero configuration web application bundler

  19. front-end-interview-handbook

    Front End interview preparation materials for busy engineers (updated for 2026)

  20. EasySpider

    A visual no-code/code-free web crawler/spider易采集:一个可视化浏览器自动化测试/数据采集/网页爬虫软件,可以无代码图形化的设计和执行爬虫任务。别名:ServiceWrapper面向Web应用的智能化服务封装系统。

  21. tabler

    Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap

  22. video.js

    Video.js - open source HTML5 video player

    Project mention: video.js VS video-to-live-photo - a user suggested alternative | libhunt.com/r/video.js | 2026-06-06
  23. quivr

    Opiniated RAG for integrating GenAI in your apps 🧠 Focus on your product rather than the RAG. Easy integration in existing products with customisation! Any LLM: GPT4, Groq, Llama. Any Vectorstore: PGVector, Faiss. Any Files. Anyway you want.

  24. dioxus

    Fullstack app framework for web, desktop, and mobile.

    Project mention: Dioxus – Fullstack app framework for web, desktop, and mobile in Rust | news.ycombinator.com | 2026-04-23
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

HTML discussion

Log in or Post with

HTML related posts

Index

What are some of the best open-source HTML projects? This list will help you:

# Project Stars
1 Bootstrap 174,305
2 30-seconds-of-code 128,014
3 Electron 121,558
4 Web-Dev-For-Beginners 95,874
5 app-ideas 94,662
6 storybook 90,212
7 Front-End-Checklist 72,833
8 docling 61,364
9 Ruby on Rails 58,615
10 html5-boilerplate 57,482
11 prettier 51,963
12 Bulma 50,072
13 htmx 48,162
14 30-Days-Of-JavaScript 46,418
15 AdminLTE 45,450
16 hyperterm 44,599
17 parcel 44,026
18 front-end-interview-handbook 43,966
19 EasySpider 43,959
20 tabler 41,126
21 video.js 39,776
22 quivr 39,171
23 dioxus 36,254

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that JavaScript is
the 5th most popular programming language
based on number of references?