HTML

Open-source projects categorized as HTML

Top 23 HTML Open-Source Projects

  • Bootstrap

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

    Project mention: Top 5 CSS Frameworks | dev.to | 2023-09-24

    1. Bootstrap

  • Electron

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

    Project mention: CVE-2023-4863: Heap buffer overflow in WebP (Chrome) | news.ycombinator.com | 2023-09-12

    It does, see [0]. Fun fact: Signal desktop, which uses Electron under the hood, is running without sandbox on Linux [1][2].

    [0] https://github.com/electron/electron/pull/39824

    [1] https://github.com/signalapp/Signal-Desktop/issues/5195

    [2] https://github.com/signalapp/Signal-Desktop/pull/4381

  • Appwrite

    Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!

  • storybook

    Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.

    Project mention: PSA: Storybook sends telemetry data, opt-in by default | news.ycombinator.com | 2023-09-21

    I took some interest in the concept of hashing IPs to avoid PII issues [0], and it turns out that since there's only so few IPv4 addresses, it's trivial to simply take the salt the project uses and calculate all the hashes. On my laptop it would take around two hours with the most naive implementation, so I don't really think this solves anything. This problem would be sidestepped by IPv6, but we all know how that is going so far.

    [0] https://github.com/storybookjs/storybook/discussions/19910#d...

  • Web-Dev-For-Beginners

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

    Project mention: 🧑‍🎓 Web Dev for Beginners: 24 Lessons, 12 Weeks, Get Started as a Web Developer [Github Repo] | /r/webdev | 2023-02-23
  • Front-End-Checklist

    🗂 The perfect Front-End Checklist for modern websites and meticulous developers

    Project mention: Is there some form of checklist when creating an optimal website? | /r/webdev | 2023-06-28

    Checklist

  • html5-boilerplate

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

    Project mention: html5 boilerplate with bootstrap | /r/webdevY | 2023-05-05

    Download the HTML5 Boilerplate template from the official website (https://html5boilerplate.com/). You can choose to download the standard or the enhanced version, depending on your needs.

  • Ruby on Rails

    Ruby on Rails

    Project mention: Local snapshots | dev.to | 2023-09-22

    Today we consider how SQLite can enhance working with our database in our Ruby on Rails applications. The the database is simply a file, snapshots and clones are both simple and powerful.

  • SurveyJS

    A Non-Cloud Alternative to Google Forms that has it all.. SurveyJS JavaScript libraries allow you to easily set up a robust form management system fully integrated into your IT infrastructure where users can create and edit multiple dynamic JSON-based forms in a no-code form builder. Learn more now.

  • Bulma

    Modern CSS framework based on Flexbox

    Project mention: An Overview of 25+ UI Component Libraries in 2023 | dev.to | 2023-09-10

    Just when we thought we'd seen it all, giants like Twitter Bootstrap, Foundation, and Bulma entered the scene. They made development quick and ensured consistent styling, but the flip side? Websites began feeling a bit too...uniform.

  • prettier

    Prettier is an opinionated code formatter.

    Project mention: TypeScript Boilerplate | dev.to | 2023-09-17

    Code Formatting with Prettier: The code is automatically formatted with Prettier, ensuring consistency in writing style.

  • parcel

    The zero configuration build tool for the web. 📦🚀

    Project mention: Bun vs Node.js: Everything you need to know | dev.to | 2023-09-21

    In the Node.js ecosystem, bundling is typically handled by third-party tools rather than Node.js itself. Some of the most popular bundlers in the Node.js world include Webpack, Rollup, and Parcel, offering features like code splitting, tree shaking, and hot module replacement.

  • hyperterm

    A terminal built on web technologies

    Project mention: Application-Specific Terminals | news.ycombinator.com | 2023-09-20

    I think that’s more or less what this project is working towards:

    https://hyper.is

  • 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

    Project mention: Where to Learn Javascript | /r/PinoyProgrammer | 2023-07-01
  • front-end-interview-handbook

    ⚡️ Front End interview preparation materials for busy engineers

    Project mention: Advice on Job Hunting for Self Taught Dev | /r/Frontend | 2023-05-22
  • video.js

    Video.js - open source HTML5 video player

    Project mention: Wanted - IPTV Front-end | /r/selfhosted | 2023-06-20

    Thank you! This is the kind of creative solution I was looking for. Your comment helped me find video.js which has first-party support for opening M3U8 streams.

  • tabler

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

    Project mention: Sqlx: I'm sorry I forked you | news.ycombinator.com | 2023-08-13

    This is a bug, PR welcome !

    https://github.com/tabler/tabler/issues/1648

  • SheetJS js-xlsx

    📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs

    Project mention: how to work with .xlsx files? | /r/node | 2023-06-28

    ExcelJS and XLSX (SheetJS) are great libraries to work with XLSX files. The former I've found a bit easier to work with but less efficient in general.

  • cheerio

    The fast, flexible, and elegant library for parsing and manipulating HTML and XML.

    Project mention: Portadom: A Unified Interface for DOM Manipulation | dev.to | 2023-08-30

    Web scraping, while immensely useful, often requires developers to navigate a sea of tools and libraries, each with its own quirks and intricacies. Whether it's JSDOM, Cheerio, Playwright, or even just plain old vanilla JS in the DevTools console, moving between these platforms can be a challenge.

  • mdb-ui-kit

    Bootstrap 5 & Material Design UI KIT

  • Pure

    A set of small, responsive CSS modules that you can use in every web project.

    Project mention: CSS framework for Dioxus + mobile | /r/rust | 2023-05-25

    I found Pure.css and it looks nice but maybe there is something better?

  • 30-Days-Of-React

    30 Days of React challenge is a step by step guide to learn React in 30 days. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

    Project mention: Ultimate Guide & Resources to Enhancing Your ReactJS Skills || 16 GitHub repositories | dev.to | 2023-08-14

    Challenge yourself with the 30 Days of React series, perfect for honing your skills day by day.

  • intro.js

    Lightweight, user-friendly onboarding tour library

    Project mention: Onboarding for SaaS and Open Source Project | /r/webdev | 2023-07-27
  • htmx

    </> htmx - high power tools for HTML

    Project mention: .NET tech karrier, a Business Analyst mukája, Honeypot, a nemi sztereotípiák és az AI, és egyéb tech hírek a múlt heti magyar podcastokban | /r/programmingHungary | 2023-09-20
  • Amplication

    Amplication: open-source Node.js backend code generator. An open-source platform that helps developers build backends without spending time on boilerplate & repetitive coding. Including production-ready GraphQL & REST APIs, DB schema, DTOs, filtering, pagination, RBAC, & more.

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). The latest post mention was on 2023-09-24.

HTML related posts

Index

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

Project Stars
1 Bootstrap 165,387
2 Electron 109,150
3 storybook 80,401
4 Web-Dev-For-Beginners 76,745
5 Front-End-Checklist 66,064
6 html5-boilerplate 55,248
7 Ruby on Rails 53,502
8 Bulma 47,524
9 prettier 46,658
10 parcel 42,701
11 hyperterm 41,518
12 30-Days-Of-JavaScript 38,459
13 front-end-interview-handbook 38,229
14 video.js 36,199
15 tabler 35,438
16 SheetJS js-xlsx 33,571
17 HEAD 29,753
18 cheerio 26,896
19 mdb-ui-kit 23,682
20 Pure 23,155
21 30-Days-Of-React 22,758
22 intro.js 22,193
23 htmx 21,087
Write Clean JavaScript Code. Always.
Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
www.sonarsource.com