HTML
AdoptLanguages & Frameworks
The markup language used for web-based app interfaces and reading-oriented apps.
Why it's here
Placed in Adopt: 18 article(s) of evidence from 7 source(s), led by product launches, with 13 in the last 30 days. Confidence 100%.
Evidence (17)
- 4Hacker News·8/12/2026researchHTML over WebSockets for Real-Time SPAs
The article explains the HTML-over-WebSockets approach, where the server sends fully rendered HTML to the browser instead of JSON for client-side rendering. It argues this can simplify SPA architecture by keeping rendering logic on the back end and enabling real-time updates through a permanent bidirectional connection.
- 7InfoQ·8/6/2026product_launchCloudflare previews WebMCP support for websites
Cloudflare has launched a developer preview of WebMCP that lets site owners expose browser-accessible tools to AI agents with a simple toggle, without changing origin code. The implementation adds an edge-side bridge and supports tool packs such as Content Credentials and a Site MCP Server pack that can work entirely in the visitor’s browser.
- 2Hacker News·8/6/2026researchPhoto essay revisits dot-com era web design in London
The article is a retrospective photo essay about working at a London digital agency during the dot-com boom, highlighting the tools, workflows, and office culture of early web development. It describes hand-coded HTML, JavaScript, and CSS in HomeSite, table-based layouts, spacer GIFs, and the period hardware and software used on the job. The piece is primarily nostalgic and historical rather than announcing a current product or technical release.
- 4Hacker News·7/29/2026product_launchHubble launches an open-source notes app for users and agents
Hubble is an open-source note-taking app that supports Markdown and HTML and is positioned for use by both people and agents. The product highlights flexible views and agent-ready workflows, with a GitHub-backed release and downloadable app distribution.
- 5Hacker News·7/27/2026open_sourceMisago considers replacing React with HTMX for forum interactivity
The Misago forum project describes problems with its current React.js-based frontend, including duplicated views, extra build complexity, translation duplication, and slower performance on weaker devices. It proposes using HTMX to keep server-rendered HTML as the source of truth while adding small interactive islands for actions like filtering threads or moderation.
- 2Hacker News·7/26/2026product_launchhtmx 4.0 launches as a Game Boy-exclusive release
The item announces htmx 4.0, presented as the first JavaScript library released exclusively on the Game Boy platform. It is framed as a novelty product with game-like elements, including collectible levels and an unlockable source code challenge.
- 6Hacker News·7/22/2026product_launchBento: A Single-File HTML PowerPoint Alternative
Bento is an offline slide tool packaged as a single HTML file that supports editing, presenting, printing, saving, animations, and live collaboration. It uses an encrypted blind relay for shared editing without cloud login, and can be used in a browser or generated from existing PPTX decks with AI tools.
- 5Hacker News·7/22/2026securityReddit requires login for old Reddit due to scraping concerns
Reddit has begun requiring users to log in to access old.reddit.com, citing abusive scraping and automated traffic. The change affects the plain-HTML legacy interface that many users preferred for its simplicity and lower resource usage.
- 6GitHub Blog·7/21/2026product_launchGitHub Copilot canvases add interactive shared workspaces
GitHub introduced canvases as shared, interactive surfaces inside the GitHub Copilot app where developers and agents can work together in real time. The feature is designed for tasks that benefit from direct visual interaction, such as issue triage, codebase diagrams, worktree cleanup, and prompt coaching.
- 3Hacker News·7/18/2026open_sourceHardcore IndieWeb: Full website ownership for $0.01/day
The article argues for an IndieWeb approach where authors keep full control of their content and website assets on their own devices instead of relying on hosted blogging platforms. It describes a low-cost workflow for publishing and maintaining a website independently, emphasizing portability and independence from third-party services.
- 3Hacker News·7/16/2026researchAccessibility Lessons from Building a Button from Scratch
The article explores the work required to build a button from scratch while meeting accessibility requirements. It highlights how seemingly simple UI elements depend on semantics, keyboard behavior, focus handling, and other implementation details that affect usability.
- 3Hacker News·7/14/2026open_sourceUsing HTMX with Go for server-rendered interactivity
This article explains patterns for combining HTMX with Go to add lightweight interactivity to web apps while keeping server-side HTML rendering. It covers template organization, returning partial versus full-page responses, handling redirects and errors, and preferred HTMX configuration settings in a small user-filtering demo.
- 4InfoQ·7/14/2026researchSchemaboi Proposes Self-Contained Schemas for Compatible Data Evolution
Seph Gentle proposes Schemaboi, an experimental file format that embeds schemas directly in file headers so data can remain readable without external definitions. The approach is designed to support forward, backward, and sideways compatibility, reducing coordination needs and helping avoid data loss as formats evolve.
- 4Hacker News·7/13/2026open_sourceDOM-docx turns HTML into editable Word documents
DOM-docx is a new open-source project that converts HTML into native, editable Microsoft Word documents. It was shared on Hacker News as a Show HN post and is released under the MIT license.
- 6Hacker News·7/8/2026model_releaseGrok 4.5, GPT-5.5, and Claude Compared on Coding Builds
A Hacker News post compared Grok 4.5, GPT-5.5, Claude Opus 4.8, and Claude Fable 5 on three one-shot coding tasks: a 3D Rubik's Cube, a particle gravity sandbox, and a Breakout game. The results showed different strengths across visual quality, physics behavior, and speed/cost, with Grok 4.5 standing out on latency and throughput while the Claudes excelled on the Rubik's Cube task.
- 1Hacker News·7/2/2026researchA blog post on writing in en-GB
The author argues that their blog should keep its British English spelling, references, and accent markers rather than adapt content for a broader audience. The post uses examples like Harry Potter localization, regional vocabulary, and cultural references to say unfamiliar language variants should be accepted, not standardized away.
- 3Simon Willison·6/29/2026product_launchHTML table extractor for pasted rich text
Simon Willison released an HTML table extractor that converts pasted rich text containing embedded HTML tables into HTML, Markdown, CSV, TSV, or JSON. He also added a Wikipedia import flow using Wikipedia’s CORS-enabled rendered HTML API to search for pages and automatically detect and display tables.