SaaSHub helps you find the best software and product alternatives Learn more →
Top 13 HTML Whatwg Projects
-
Project mention: Do Not Train" Meta Tags: The Robots.txt of AI – Will Anyone Respect Them? | news.ycombinator.com | 2025-04-24
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
Project mention: WebShield – A new wide-spectrum content blocker for Safari | news.ycombinator.com | 2025-02-28
Blink forked from Webkit more than a decade ago. There are tests that try to measure their compatibility, like https://wpt.fyi/results/?label=experimental&label=master&ali... (part of https://web-platform-tests.org/). They also have different JS engines these days (V8 vs JSCore).
That said, as a frontend dev, I very very rarely run into real world issues between Safari and Chrome. More often it's Firefox/Gecko that lags behind, usually in some sort of graphics optimization (SVG and canvas stuff). Also some differences in WebGL and webgpu support, but those are niche enough that it's not a big deal yet.
-
StarlingMonkey is a JavaScript runtime we’ve built together with our friends at Fastly and contributed to the Bytecode Alliance. It’s built on top of SpiderMonkey in a highly modular way, making it easy to configure as needed for our use case. Crucially, it comes with an implementation of key web APIs that substantially improve compatibility with the web ecosystem, like the fetch API for handling outgoing HTTP requests, key parts of the Service Workers spec for handling incoming requests, streaming processing of request and response bodies using the web’s Streams API streamssetTimeout, and setInterval.
-
My long-shot hope is that the page can come to embody most of the wiring on the page, that how things interact can be encoded there. Behavior of the page can be made visible! There's so much allure to me to hypermedia that's able to declare itself well.
This could radically enhance user agency, if users/extensions can rewire the page on the fly, without having to delve into the (bundled, minified) JS layers.
There's also a chance the just-merged (!) moveBefore() capability means that frameworks will recreate HTML elements less, which is a modern regression that has severely hampered extensions/user agency. https://github.com/whatwg/dom/pull/1307
-
StarlingMonkey is a JavaScript runtime we’ve built together with our friends at Fastly and contributed to the Bytecode Alliance. It’s built on top of SpiderMonkey in a highly modular way, making it easy to configure as needed for our use case. Crucially, it comes with an implementation of key web APIs that substantially improve compatibility with the web ecosystem, like the fetch API for handling outgoing HTTP requests, key parts of the Service Workers spec for handling incoming requests, streaming processing of request and response bodies using the web’s Streams API streamssetTimeout, and setInterval.
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
> OPFS doesn’t come with graceful handling of concurrency out of the box. Developers should be aware of this and design around it.
There's a multiple readers and writers proposal [0]. It's been "position: positive" by Firefox [1], implemented in Chrome [2], and ignored by Webkit [3] (of course).
0: https://github.com/whatwg/fs/blob/main/proposals/MultipleReadersWriters.md
-
-
-
-
HTML Whatwg discussion
HTML Whatwg related posts
-
Do Not Train" Meta Tags: The Robots.txt of AI – Will Anyone Respect Them?
-
Default styles for H1 elements are changing
-
Broadcast Channel API for Cross-Tab Communication
-
Styling an HTML dialog modal to take the full height of the viewport
-
Open-UI: Maintain an open standard for UI and promote its adherence and adoption
-
Creating Animated Accordions with the Details Element and Modern CSS
-
Introducing command and commandfor in HTML
-
A note from our sponsor - SaaSHub
www.saashub.com | 27 Apr 2025
Index
What are some of the best open-source Whatwg projects in HTML? This list will help you:
# | Project | Stars |
---|---|---|
1 | WHATWG HTML Standard | 8,491 |
2 | wpt | 5,312 |
3 | fetch | 2,149 |
4 | dom | 1,645 |
5 | streams | 1,371 |
6 | url | 562 |
7 | encoding | 295 |
8 | console | 280 |
9 | fs | 260 |
10 | HTMLKit | 240 |
11 | notifications | 140 |
12 | compression | 95 |
13 | websockets | 55 |