SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 HTML Open-Source Projects
-
Bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
Bootstrap
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
30 Seconds of Code
-
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
Storybook is a frontend workshop for building UI components and pages in isolation.
-
-
Project mention: 18 Must-Bookmark GitHub Repositories Every Developer Should Know | dev.to | 2024-02-12
-
-
html5-boilerplate
A professional front-end template for building fast, robust, and adaptable web apps or sites.
HTML5 Boilerplate
-
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.
-
-
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.
-
Project mention: Tools and libraries widely used in micro frontend architectures! | dev.to | 2024-08-09
Official Website
-
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
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.
-
-
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
-
-
>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-24XLSX : 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.
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.
-
For anyone looking to master the basics of HTML, this guide on HTML head elements is a great find. It’s amazing how much functionality is packed into the `` tag, from meta tags that improve SEO to linking external resources like stylesheets and scripts. This guide does a fantastic job of demystifying it all in a simple and approachable way. If you're just starting out with web development or need a refresher, this is definitely worth a read! Check it out [here](https://htmlhead.dev).
HTML discussion
HTML related posts
-
A Modest Critique of Htmx
-
TypeScript: a new Frontier for Error Management
-
10 Useful GitHub Repos Made for Front-End Developers in 2024
-
Frontend Development for Beginners: Your Essential Starting Point
-
TinyJS – Shorten JavaScript QuerySelect with $ and $$
-
TypeScript: a new Frontier for Error Management
-
Falling in Love with Ruby - First Impressions with The Odin Project
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Oct 2024
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 |