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: Bootstrap Basics | dev.to | 2024-09-29

    Bootstrap

  • SaaSHub

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

    SaaSHub logo
  • 30-seconds-of-code

    Short code snippets for all your development needs

    Project mention: 10 Useful GitHub Repos Made for Front-End Developers in 2024 | dev.to | 2024-10-07

    30 Seconds of Code

  • Electron

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

    Project mention: Electron Repo—Unpredictable Metrics, Efficient Deployments | dev.to | 2024-09-30

    There's a high probability that a bunch of desktop apps you are using are built with Electron. Electron is a framework that combines Node.js, parts of Chromium, and a layer of native code. Apps like Visual Studio Code, Slack, Atom, WhatsApp, or even the installer for Microsoft's Visual Studio use it to build for Windows, macOS, and Linux. Though Electron has its own fanbase, many flock to its competitor, Tauri, for its significantly better startup times and lower memory consumption.

  • storybook

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

    Project mention: Using Storybook with Angular and Vite 🎨 | dev.to | 2024-09-26

    Storybook is a frontend workshop for building UI components and pages in isolation.

  • Web-Dev-For-Beginners

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

  • app-ideas

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

    Project mention: 18 Must-Bookmark GitHub Repositories Every Developer Should Know | dev.to | 2024-02-12
  • Front-End-Checklist

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

  • html5-boilerplate

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

    Project mention: 10 Useful GitHub Repos Made for Front-End Developers in 2024 | dev.to | 2024-10-07

    HTML5 Boilerplate

  • Ruby on Rails

    Ruby on Rails

    Project mention: What's New in Ruby on Rails 8 | news.ycombinator.com | 2024-10-07

    This will answer your question: https://github.com/rails/rails/pull/52335#issuecomment-22395...

    > I think there can be some overlap between rake tasks and one-off scripts and opinions may vary. In the related discussion Okura Masafumi mentions that rake tasks are one way but they can be executed multiple times, and I tend to agree, leaving rake tasks for code that is intended to be run multiple times.

    > So script/ can hold one-off scripts, for example Basecamp uses script/migrate which I am guessing they use for updating data, and we had a similar folder at my previous company.

    > But script/ is not only for one-off scripts, it can hold more general scripts too, for example rails generate benchmark already generates benchmarks in script/benchmarks, and at my previous company we had script/ops which had a bunch of shell scripts and ruby scripts for various ops-related things.

    So really not so clear description. It caters to those who feel like they have a script that doesn't really fit in the Rake file.

  • prettier

    Prettier is an opinionated code formatter.

    Project mention: TypeScript: a new Frontier for Error Management | dev.to | 2024-10-08
  • Bulma

    Modern CSS framework based on Flexbox

    Project mention: Essential Resources for Frontend Developers: Links You Can’t Live Without | dev.to | 2024-09-22

    Bulma: Bulma is a modern, open-source CSS framework based on Flexbox. It’s easy to use, responsive, and highly customizable.

  • parcel

    The zero configuration build tool for the web. 📦🚀

    Project mention: Tools and libraries widely used in micro frontend architectures! | dev.to | 2024-08-09

    Official Website

  • hyperterm

    A terminal built on web technologies

    Project mention: Leveraging Wasp for full-stack development | dev.to | 2024-06-06

    A modern terminal shell such as zsh, iTerm2 with oh-my-zsh for Mac, or Hyper for Windows

  • 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: Top Github repositories for 10+ programming languages | dev.to | 2024-07-16

    30 Days of JS preparation 30 Days of Javascript preparation that teaches JS topics in 30 days one topic per day, quite a good roadmap as well to learn JS from scratch.

  • front-end-interview-handbook

    ⚡️ Front End interview preparation materials for busy engineers

    Project mention: Front End Interview Handbook | news.ycombinator.com | 2024-04-16
  • video.js

    Video.js - open source HTML5 video player

    Project mention: Stream to Chromecast with resolved, vlc and bash | news.ycombinator.com | 2024-01-07

    For people who like to watch with subtitles, VLC currently doesn't support streaming to chromecast with SRT subtitles.. there are several issues for it and I believe support is slated for the next major version of Chromecast, but not sure when that will be.

    The typical "workaround" is to reencode the video file to include the subtitles directly, but that sounded like too much work, so I hacked together a static page using https://videojs.com/ to embed a player and load the video and subtitles in a browser window.

    Here it is in gist form if anyone has a similar issue: https://gist.github.com/HartS/9bb2721fa73b6798efcdbf5c463e87...

    This was hacked together as quickly as possible for my own needs, so definitely not intended to be an example of clean code. You need to run the python server separately to serve the SRT because video-js can't load it from a file URL IIRC

  • tabler

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

  • htmx

    </> htmx - high power tools for HTML

    Project mention: A Modest Critique of Htmx | news.ycombinator.com | 2024-10-08

    >https://github.com/bigskysoftware/htmx/blob/1242977d11bebe56...

    This seems to be a scenario where switch/case blocks could make the elif-trees a bit easier to read.

    Also, the code could use a some care about not going so deep into the Vs:

        // request headers

  • quivr

    Open-source RAG Framework for building GenAI Second Brains 🧠 Build productivity assistant (RAG) ⚡️🤖 Chat with your docs (PDF, CSV, ...) & apps using Langchain, GPT 3.5 / 4 turbo, Private, Anthropic, VertexAI, Ollama, LLMs, Groq that you can share with users ! Efficient retrieval augmented generation framework

    Project mention: Ask HN: I have many PDFs – what is the best local way to leverage AI for search? | news.ycombinator.com | 2024-05-30
  • SheetJS js-xlsx

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

    Project mention: Building an inventory management app: 'Invento' as a Beginner Developer | dev.to | 2024-07-24

    XLSX : XLSX is a library for parsing and writing Excel spreadsheet files. It enables the application to export data to Excel, which is a common requirement for inventory management systems.

  • EasySpider

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

    Project mention: EasySpider: A No-Code Tool for Visual Web Crawling and Data Collection | news.ycombinator.com | 2024-08-11
  • novu

    Open-Source Notification Platform. Embeddable Notification Center, E-mail, Push and Slack Integrations.

    Project mention: The Full-Stack Components Customization Pyramid | dev.to | 2024-09-18

    Let's explore the customization pyramid concept using Novu’s new component as an example. By the way, our source code is open-source and publicly available in the Novu GitHub Repository.

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

  • A Modest Critique of Htmx

    3 projects | news.ycombinator.com | 8 Oct 2024
  • TypeScript: a new Frontier for Error Management

    2 projects | dev.to | 8 Oct 2024
  • 10 Useful GitHub Repos Made for Front-End Developers in 2024

    4 projects | dev.to | 7 Oct 2024
  • Frontend Development for Beginners: Your Essential Starting Point

    1 project | dev.to | 4 Oct 2024
  • TinyJS – Shorten JavaScript QuerySelect with $ and $$

    5 projects | news.ycombinator.com | 2 Oct 2024
  • TypeScript: a new Frontier for Error Management

    3 projects | dev.to | 1 Oct 2024
  • Falling in Love with Ruby - First Impressions with The Odin Project

    1 project | dev.to | 30 Sep 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 9 Oct 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 Bootstrap 170,368
2 30-seconds-of-code 121,389
3 Electron 113,832
4 storybook 84,123
5 Web-Dev-For-Beginners 83,191
6 app-ideas 79,477
7 Front-End-Checklist 68,763
8 html5-boilerplate 56,460
9 Ruby on Rails 55,777
10 prettier 49,220
11 Bulma 49,206
12 parcel 43,405
13 hyperterm 43,239
14 30-Days-Of-JavaScript 42,885
15 front-end-interview-handbook 41,505
16 video.js 37,916
17 tabler 37,877
18 htmx 37,657
19 quivr 36,217
20 SheetJS js-xlsx 35,017
21 EasySpider 34,707
22 novu 34,669
23 HEAD 29,971

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