There are only four sensible ways to build a website

Most teams don’t pick the wrong stack because they misunderstand the technology. They pick it because they misunderstand themselves.

Jono Alderson

Install web apps with the new HTML install element

크롬과 엣지 브라우저에서 새롭게 도입된 HTML <install> 요소는 자바스크립트 없이도 신뢰할 수 있는 웹 앱 설치 버튼을 제공한다. 이 요소는 브라우저가 버튼의 텍스트와 디자인을 제어하여 사용자 클릭을 진정한 설치 의도로 인식하며, 동일 출처뿐 아니라 다른 출처의 앱 설치도 지원한다. 기존의 Web Install API(navigator.install())와 비교해 선언적이고 간단한 구현이 가능하며, 현재 버전 148 이상에서 플래그 활성화 또는 오리진 트라이얼로 테스트할 수 있다. 개발자는 이 요소를 활용해 앱 카탈로그 페이지 등에서 여러 앱 설치 버튼을 쉽게 구현할 수 있다.

https://developer.chrome.com/blog/install-element-ot

#webapps #html #chromium #pwa #webinstall

Install web apps with the new HTML install element  |  Blog  |  Chrome for Developers

Test the proposed install element.

Chrome for Developers

#Development #Introductions
New HTML element for installing web apps · Try the native install button with no JavaScript required https://ilo.im/16cwel

_____
#WebApps #PWAs #Chrome #Browsers #OriginTrial #APIs #WebDev #Frontend #HTML #JavaScript

Install web apps with the new HTML install element  |  Blog  |  Chrome for Developers

Test the proposed install element.

Chrome for Developers

田中義弘 | taziku CEO / AI × Creative (@taziku_co)

Codex가 이제 Chrome에서 직접 실행된다. IDE 중심이던 AI 에이전트의 작업 무대가 로그인된 웹앱이 있는 브라우저로 확장되며, CRM 업데이트·리서치·복잡한 입력 작업까지 병렬 처리할 수 있게 됐다. AI 에이전트 활용 방식의 중요한 변화다.

https://x.com/taziku_co/status/2053797620662104396

#codex #chrome #aiagents #browser #webapps

田中義弘 | taziku CEO / AI × Creative (@taziku_co) on X

CodexがChrome上で直接動くようになった。 AIエージェントの主戦場、IDEだけではなくブラウザに移り、 ログイン済みWebアプリをAIが仕事場として機能する。 CRM更新、調査、複雑な入力フローまで並行処理。 エージェント実用化の壁がまた一つ消えた。

X (formerly Twitter)

MakeUseOf: This free CAD software runs in your browser and puts expensive programs to shame. “Computer-aided design has a reputation problem. For most people, a CAD design means multi-gigabyte installers, clunky license managers, and subscriptions that sometimes cost more than the hardware your PC has. Now there are a lot of design tools that don’t require a subscription, but one of them is […]

https://rbfirehose.com/2026/05/10/makeuseof-this-free-cad-software-runs-in-your-browser-and-puts-expensive-programs-to-shame/
MakeUseOf: This free CAD software runs in your browser and puts expensive programs to shame

MakeUseOf: This free CAD software runs in your browser and puts expensive programs to shame. “Computer-aided design has a reputation problem. For most people, a CAD design means multi-gigabyt…

ResearchBuzz: Firehose

516 tools, one tab, all free, nothing uploaded.

Tooltimate replaces the bookmark folder of sketchy single-purpose tool sites you've been collecting since 2017.

https://arcade.pirillo.com/tooltimate.html

#WebApps #IndieDev #VibeCoding #DevTools #Productivity #AI

#Development #Approaches
Architecture of local-first web development · How to build local-first web apps in 2026 https://ilo.im/16cq0b

_____
#LocalFirst #WebApps #Websites #Git #JavaScript #Database #WebPerf #WebDev #Frontend #Backend

The Architecture Of Local-First Web Development — Smashing Magazine

An honest perspective on building local-first web apps in 2026, written for developers who’ve been doing this long enough to be skeptical of silver bullets.

Smashing Magazine

Spotted in my Calishat Snaps: Parrot. From the help page: “Parrot is a web app for easily recording throwaway audio clips. It was originally intended for pronunciation practice but may find other uses.”

https://rbfirehose.com/2026/05/04/quick-app-for-recording-throwaway-audio-clips-parrot/
Quick App for Recording Throwaway Audio Clips: Parrot

Spotted in my Calishat Snaps: Parrot. From the help page: “Parrot is a web app for easily recording throwaway audio clips. It was originally intended for pronunciation practice but may find o…

ResearchBuzz: Firehose

📲 Cool new updates for the Web Application #Manifest!

• Manifest localization (`name_localized`, …) was the most complex spec text I've written so far. It will now ship in Chrome and Edge 148, with the implementation contributed by the Edge team. (https://developer.chrome.com/blog/manifest-localization)
• Recently, we added the `color_scheme_dark` member to the spec that allows specifying different theme and background colors for the dark color scheme—with support from Chromium and WebKit. (https://github.com/WebKit/WebKit/pull/62443)

#webapps