Showing 100 articles max
Old Zhang's AI Learning
Old Zhang's AI Learning
Apr 28, 2026 · Frontend Development

Recreating a Social Media Anti‑Addiction Chrome Extension with AI (Open‑Source)

The author adapts a Japanese developer’s forced‑break Chrome extension using GitHub Copilot (Codex) to create an open‑source add‑on that blocks prolonged browsing on any specified sites—by default Zhihu and Weibo—displaying a full‑screen cat overlay after a configurable time.

AI Code GenerationAnti-AddictionChrome Extension
0 likes · 3 min read
Recreating a Social Media Anti‑Addiction Chrome Extension with AI (Open‑Source)
AI Architecture Path
AI Architecture Path
Apr 28, 2026 · Frontend Development

Hyperframes vs Remotion: Write HTML to Auto‑Generate Movie‑Quality Videos with AI

The article introduces Hyperframes, an open‑source video rendering framework that lets developers compose movies using plain HTML and AI agents, compares it with Remotion, and provides step‑by‑step usage, component libraries, and tooling details for low‑threshold, automated video creation.

AI agentsHTML video renderingOpen Source
0 likes · 12 min read
Hyperframes vs Remotion: Write HTML to Auto‑Generate Movie‑Quality Videos with AI
Java Architect Essentials
Java Architect Essentials
Apr 24, 2026 · Frontend Development

Why Notepad Next Outshines Notepad++ as a Cross‑Platform Code Editor

The article evaluates Notepad Next as a cross‑platform replacement for Notepad++, detailing its Qt‑based UI, support for multiple languages, workspace folders, macro recording, and easy Linux installation via Flatpak or AppImage, while noting its ongoing development and experimental macOS build.

FlatpakLinuxNotepad Next
0 likes · 4 min read
Why Notepad Next Outshines Notepad++ as a Cross‑Platform Code Editor
ByteDance Web Infra
ByteDance Web Infra
Apr 23, 2026 · Frontend Development

Rsbuild 2.0 Released with New Features and Upcoming TanStack Start Support

Rsbuild 2.0 launches with Rspack 2.0 underpinnings, offering React Server Components, enhanced dev‑server communication, custom logging, lighter default dependencies, safer localhost defaults, modern ESM output, updated browser targets, and a migration path for existing projects, while announcing future integration with TanStack Start.

Frontend BuildNode.jsReact Server Components
0 likes · 21 min read
Rsbuild 2.0 Released with New Features and Upcoming TanStack Start Support
ByteDance Web Infra
ByteDance Web Infra
Apr 22, 2026 · Frontend Development

Rspack 2.0 Released – Up to 10× Faster Builds, New ESM Support and RSC

Rspack 2.0 launches with up to 10 × build speed gains over version 1.0, refined default APIs, pure‑ESM packages, enhanced tree‑shaking, React Server Components support, simplified target configuration, hash‑based module IDs and improved code‑splitting, while maintaining webpack compatibility and expanding ecosystem integrations.

Build ToolESMPerformance
0 likes · 24 min read
Rspack 2.0 Released – Up to 10× Faster Builds, New ESM Support and RSC
MeowKitty Programming
MeowKitty Programming
Apr 20, 2026 · Frontend Development

Will Scaffolding Tools Survive the AI Era? How Their Role Is Shifting

The article argues that while AI can replace the code‑generation part of project scaffolds, scaffolding tools will not disappear; instead they will evolve from quick starters to enforceable, organization‑wide engineering standards that keep teams consistent and maintainable.

AI Code GenerationFrontendproject templates
0 likes · 7 min read
Will Scaffolding Tools Survive the AI Era? How Their Role Is Shifting
DevOps Coach
DevOps Coach
Apr 19, 2026 · Frontend Development

Why Replacing React with HTMX Boosted Our Team’s Productivity

A senior engineer swapped a server‑rendered CRUD module from React to HTMX, measured build times, PR review speed, and bug rates, and found that simplifying UI interactions to HTTP requests dramatically reduced client‑side state complexity, improved predictability, and empowered junior developers.

FrontendHTMXReAct
0 likes · 12 min read
Why Replacing React with HTMX Boosted Our Team’s Productivity
Geek Labs
Geek Labs
Apr 19, 2026 · Frontend Development

Powerful Frontend Tools: AI‑Generated Animations and One‑Click Design Language Extraction

The article introduces two practical frontend utilities—AI_Animation, which offers 300+ AI prompts to instantly create stunning HTML animations, and design‑extract (designlang), an npm package that extracts a website's full design language with a single command, complete with usage steps and output details.

AI_AnimationFrontendHTML animation
0 likes · 5 min read
Powerful Frontend Tools: AI‑Generated Animations and One‑Click Design Language Extraction
Geek Labs
Geek Labs
Apr 19, 2026 · Frontend Development

Why Vercel’s wterm Is a Game‑Changing Web Terminal for Embedding in Apps

Vercel Labs’ open‑source wterm provides a tiny (≈12 KB) WebAssembly‑based terminal emulator that renders via the DOM, offering native text selection, clipboard support, CSS styling, and simple React integration, making it ideal for AI assistants, online IDEs, and documentation sites.

FrontendReActVercel
0 likes · 4 min read
Why Vercel’s wterm Is a Game‑Changing Web Terminal for Embedding in Apps
AI Engineering
AI Engineering
Apr 18, 2026 · Frontend Development

HyperFrames vs. Remotion: How HTML Is Redefining Programmable Video

HeyGen’s open‑source HyperFrames framework turns HTML into a programmable video format, offering faster rendering (60 s vs. 162 s plus a 4‑minute build for Remotion), smaller output files (4 MB vs. 14 MB), AI‑friendly commands, and a simple "one file in, video out" workflow that rivals React‑based Remotion.

AI Generationffmpeghtml video
0 likes · 5 min read
HyperFrames vs. Remotion: How HTML Is Redefining Programmable Video
Sohu Tech Products
Sohu Tech Products
Apr 15, 2026 · Frontend Development

Why WebAssembly Is the Next Essential Tool for Modern Web Development

WebAssembly extends JavaScript by handling heavy computation, binary processing, cross‑language reuse, and secure sandboxing, making it a practical engineering tool for performance‑critical, privacy‑sensitive, multi‑platform, and plugin‑based web applications while complementing rather than replacing JavaScript.

JavaScript complementWASM use casesWebAssembly
0 likes · 12 min read
Why WebAssembly Is the Next Essential Tool for Modern Web Development
SpringMeng
SpringMeng
Apr 14, 2026 · Frontend Development

How to Build Modern Java Desktop Apps with Shadcn UI, React, and JxBrowser

This article explains why traditional Java UI toolkits fall short, then walks through a complete solution that embeds a React + shadcn/ui front‑end inside a Java desktop window using JxBrowser, covering window creation, resource loading for dev and production, and two Java‑Web communication strategies (JS‑Java bridge and Protobuf + gRPC).

JavaJxBrowserProtobuf
0 likes · 7 min read
How to Build Modern Java Desktop Apps with Shadcn UI, React, and JxBrowser
James' Growth Diary
James' Growth Diary
Apr 13, 2026 · Frontend Development

Local Inference & Edge AI: Why Front‑End AI Is the Next Battlefield

Edge AI runs AI models directly in browsers or devices, offering zero latency, zero API cost, and full privacy, and the article explains the three technical breakthroughs that make it possible, compares WebLLM, Transformers.js and Ollama, and provides a hybrid architecture with concrete engineering challenges and solutions that can cut total AI costs by 40‑55% for typical front‑end applications.

Edge AIFrontendLocal Inference
0 likes · 20 min read
Local Inference & Edge AI: Why Front‑End AI Is the Next Battlefield
AI Programming Lab
AI Programming Lab
Apr 13, 2026 · Frontend Development

Which Tool Wins for Claude Code Vibe Design: Figma or Pencil?

The article compares Figma’s MCP Server integration and Pencil’s Git‑based design files for feeding Claude Code, detailing each workflow, practical constraints, and recommending the best fit for solo developers versus teams with established design systems.

AI UI generationClaude CodeFigma
0 likes · 12 min read
Which Tool Wins for Claude Code Vibe Design: Figma or Pencil?

HTML‑in‑Canvas Lets Browsers Render Games and Doom‑Style Effects

HTML‑in‑Canvas is an experimental Web API that captures HTML elements as images and draws them onto a canvas, giving developers pixel‑level control to create game‑like UI effects, dynamic layouts, and even embed live web content inside classic games like Doom, while the proposal advances through W3C.

AICanvasFrontend
0 likes · 9 min read
HTML‑in‑Canvas Lets Browsers Render Games and Doom‑Style Effects