Frontend Development

Showing 100 articles max
AI Architecture Path
AI Architecture Path
Jul 8, 2026 · Frontend Development

Alibaba’s 25K‑Star Front‑End GUI Agent PageAgent Lets AI Control Web Apps Without Backend

PageAgent, an open‑source pure front‑end JavaScript GUI agent from Alibaba with over 25,000 GitHub stars, embeds an AI agent directly into the webpage DOM to enable natural‑language driven interactions—such as form filling and data extraction—without any backend, headless browser, or OCR, and it offers low‑cost integration, model‑agnostic LLM support, and detailed comparisons against Selenium, Playwright and Browser‑use.

AIFront-endJavaScript
0 likes · 15 min read
Alibaba’s 25K‑Star Front‑End GUI Agent PageAgent Lets AI Control Web Apps Without Backend
Alipay Experience Technology
Alipay Experience Technology
Jul 7, 2026 · Frontend Development

High‑Performance Streaming Markdown Renderer for Multi‑Platform Mini‑Programs (x‑markdown‑mini)

The article analyzes the shortcomings of existing mini‑program Markdown renderers—conversion overhead, streaming performance, and extensibility—then presents three strategies employed by @ant-design/x‑markdown‑mini to eliminate the HTML middle layer, cache stable blocks with incremental patching, and provide isolated, plug‑in‑based syntax and component extensions, achieving up to 4.4× faster conversion on long texts.

BenchmarkMarkdownMini Program
0 likes · 12 min read
High‑Performance Streaming Markdown Renderer for Multi‑Platform Mini‑Programs (x‑markdown‑mini)
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jul 7, 2026 · Frontend Development

Free Claude Code + Pencil: Auto‑Generate UI and Seamlessly Convert Between Design and Code

This guide shows how to install the Pencil VS Code extension, configure Claude Code with Spring Boot 3.5.0, use AI prompts to design a bilingual enterprise login UI, export the design as a .pen file, and automatically generate Vue 3 + ElementPlus code, illustrating the full design‑to‑code and code‑to‑design workflow.

Claude CodeDesign‑code conversionElementPlus
0 likes · 8 min read
Free Claude Code + Pencil: Auto‑Generate UI and Seamlessly Convert Between Design and Code
IoT Full-Stack Technology
IoT Full-Stack Technology
Jul 7, 2026 · Frontend Development

Is WebSocket Still the Best Choice for Real‑Time Push? Consider SSE

The article compares polling, WebSocket, and Server‑Sent Events (SSE) for server‑to‑client real‑time messaging, explains each method’s mechanics, advantages and drawbacks, shows browser compatibility, outlines typical business scenarios, and provides a complete Node‑Express demo with code samples.

EventSourceExpressHTTP
0 likes · 12 min read
Is WebSocket Still the Best Choice for Real‑Time Push? Consider SSE
Java Web Project
Java Web Project
Jul 7, 2026 · Frontend Development

Clone Any Website with One Command Using This Open‑Source AI Tool – Step‑by‑Step Guide

This article walks through how an open‑source AI tool uses a headless browser to fully render a target site and generate a complete Next.js project, compares it with traditional site‑scraping utilities, lists required prerequisites, provides detailed installation and cloning steps, and covers post‑clone modification, deployment, and common issues.

Claude CodeCursorNext.js
0 likes · 9 min read
Clone Any Website with One Command Using This Open‑Source AI Tool – Step‑by‑Step Guide
Ubiquitous Tech
Ubiquitous Tech
Jul 5, 2026 · Frontend Development

Create a Cyberpunk Terminal‑Style Web PPT with AI‑Generated Skills

The article demonstrates how to use an AI Agent skill to generate a single‑file HTML presentation styled as a cyberpunk terminal console, eliminating the need for PowerPoint or design tools, and outlines suitable use cases, interactive features, example output, and the command‑line steps to install the skill.

AI Skillcyberpunkfrontend
0 likes · 4 min read
Create a Cyberpunk Terminal‑Style Web PPT with AI‑Generated Skills
Advanced AI Application Practice
Advanced AI Application Practice
Jul 5, 2026 · Frontend Development

Generate Lightweight Lottie Animations with a Single Prompt – Even from SVGs

This guide shows how to use the open‑source Text‑to‑Lottie tool powered by Codex to create lightweight Lottie animations—such as text effects, logo reveals, and SVG‑based icon motions—by describing them in plain language, previewing instantly in the browser, and exporting the resulting JSON for integration.

AI animationLottieSVG
0 likes · 7 min read
Generate Lightweight Lottie Animations with a Single Prompt – Even from SVGs
Huajiao Technology
Huajiao Technology
Jul 3, 2026 · Frontend Development

Integrating React Native into a PC Client: Full Engineering Guide and Pitfalls for 12‑Person PK Scenarios

This article details how a live‑streaming team successfully integrated React Native UI components into a PC client, covering component‑library extraction, engineering adaptation, runtime compatibility layers, bidirectional communication, multi‑video handling, and stability verification using a complex 12‑person PK interaction scenario, while highlighting cost trade‑offs and common pitfalls.

PC clientbidirectional communicationcomponent library
0 likes · 16 min read
Integrating React Native into a PC Client: Full Engineering Guide and Pitfalls for 12‑Person PK Scenarios
Amap Tech
Amap Tech
Jul 2, 2026 · Frontend Development

How AI‑Native Refactoring Revamped a Massive Store Front‑End System

The article details a large‑scale AI‑driven refactor of Gaode's store front‑end, explaining why AI was needed, the four core technologies (FilePlan, Task Orchestrator, Clean‑Spec, Knowledge‑Loop), concrete metrics such as 624 AI commits, 6000 anti‑patterns cleared, and the resulting architectural, component and quality improvements.

AI‑Driven RefactoringAutomationClean Architecture
0 likes · 27 min read
How AI‑Native Refactoring Revamped a Massive Store Front‑End System
Amap Tech
Amap Tech
Jul 2, 2026 · Frontend Development

How Gaode’s Search Frontend Refactor Used Harness to Drive Complex Engineering Evolution

The article details Gaode’s front‑end overhaul of the AJX search result page, describing how a project‑level Harness workflow with coordinated agents, a five‑stage pipeline, code‑map generation, controlled code emission, style‑codex locking, accounting assets, and runtime quality loops enabled systematic, auditable, and reusable AI‑assisted refactoring of a massive codebase.

AI refactoringAJXArchitecture
0 likes · 18 min read
How Gaode’s Search Frontend Refactor Used Harness to Drive Complex Engineering Evolution
Java Companion
Java Companion
Jul 2, 2026 · Frontend Development

A Tiny Rust‑Based Open‑Source Markdown Editor Built for AI Workflows

The article reviews marka.md, a lightweight Rust‑powered local‑first Markdown editor with a Context Tray that lets users bundle multiple files into a single AI‑ready text block, highlighting its no‑login design, dual‑pane UI, shortcut support, installation quirks, and practical limitations.

AILocal-FirstMarkdown
0 likes · 7 min read
A Tiny Rust‑Based Open‑Source Markdown Editor Built for AI Workflows
IoT Full-Stack Technology
IoT Full-Stack Technology
Jul 1, 2026 · Frontend Development

From Design to Implementation: Frontend Permission Development with RBAC

This article walks through the complete process of building a front‑end permission system using Role‑Based Access Control (RBAC), covering scheme selection, permission field design, route generation, dynamic routing, Vue‑router guards, Vuex storage, and common pitfalls with detailed code examples.

Frontend PermissionsRBACVue Router
0 likes · 27 min read
From Design to Implementation: Frontend Permission Development with RBAC
Frontend AI Walk
Frontend AI Walk
Jul 1, 2026 · Frontend Development

AI Misses the Mark: Cascader Expands 40→420 Lines in Micro‑Frontend – 5 Popup Pitfalls & Full‑Screen Fix

The author recounts a half‑day debugging saga where a Cascader component in a micro‑frontend ballooned from about 40 to 420 lines because rc‑trigger’s hidden DOM, incorrect coordinate calculations, and missing scroll listeners broke the popup layer, and presents a full‑screen container solution plus a checklist of five common pitfalls.

Ant Design VueCascaderfrontend debugging
0 likes · 14 min read
AI Misses the Mark: Cascader Expands 40→420 Lines in Micro‑Frontend – 5 Popup Pitfalls & Full‑Screen Fix
AI Architecture Path
AI Architecture Path
Jun 30, 2026 · Frontend Development

Why 23K‑Star DESIGN.md Lets AI Agents Create Consistent UI Styles in One Step

The article examines why AI‑generated front‑end code often looks generic, introduces Google Labs' DESIGN.md plain‑text design spec, explains its YAML‑plus‑Markdown structure and nine required modules, showcases tooling, three practical adoption paths, extraction method trade‑offs, CI integration, and common pitfalls, enabling developers to produce professional, brand‑consistent UI with agents like Cursor, Claude Code, and Copilot.

AI UI designClaude CodeCursor
0 likes · 15 min read
Why 23K‑Star DESIGN.md Lets AI Agents Create Consistent UI Styles in One Step
DaTaobao Tech
DaTaobao Tech
Jun 29, 2026 · Frontend Development

AI-Powered Animation Pipeline: From After Effects to Ready-to-Run Front‑End Code

The article analyzes the pain points of traditional front‑end animation hand‑off and presents a full‑link solution that uses an After Effects plugin, AI‑driven code generation, and smart integration to turn designer animations into runnable code, cutting development time from hours to minutes while achieving over 95% visual fidelity.

AIAfter EffectsAutomation
0 likes · 15 min read
AI-Powered Animation Pipeline: From After Effects to Ready-to-Run Front‑End Code