#web development

8/10

Astro 7.0 has been released, featuring a new Rust-powered compiler and Markdown pipeline, reduced dependencies from 247 to 190, and build performance improvements of 15-61% when combined with Vite 8 and Rolldown bundler. This release marks a significant step in reducing JavaScript ecosystem bloat and improving build performance for static sites. Developers using Astro for content-driven websites will benefit from faster compilation and lower maintenance overhead. Astro 7.0 also stabilizes route caching and adds experimental CDN cache providers for Netlify, Vercel, and Cloudflare. The Rust compiler was contributed by a community member (Princesseuh).

Wordgard: New Rich-Text Editor by ProseMirror Creator

wordgard.net · ⭐️ 8/10 · 2026-07-03

8/10

Marijn Haverbeke, the creator of ProseMirror, has released Wordgard 0.1, a new in-browser rich-text editor library focused on extensibility and programmatic access. Wordgard represents a fresh take on WYSIWYG editing from one of the most influential figures in the field, potentially shaping the next generation of web editors and impacting frameworks like TipTap. Wordgard is a complete rewrite, not an upgrade path from ProseMirror, sharing many concepts but requiring significant migration work. It is designed for editing content that fits a specific schema, rather than generic HTML.

8/10

Apple has introduced the Safari MCP server, a tool that allows large language models (LLMs) to interact with and automate the Safari browser for web development tasks such as debugging, testing, and layout inspection. This integration marks a significant step in bringing AI-powered browser automation to Apple's ecosystem, potentially streamlining workflows for web developers and enabling more efficient cross-browser testing. It also positions Safari alongside Chrome and Firefox in supporting MCP, fostering competition and innovation in developer tools. The Safari MCP server is part of WebKit's developer tools and works by exposing browser state and actions through the Model Context Protocol (MCP), allowing LLMs to perform operations like opening pages, inspecting computed styles, and checking layouts. It is available for download and can be used with various LLM-powered agents.