Eric Lee

@sdust.dev

Senior Software Engineer | Helping developers stay current with tech news and grow their careers through consistency Newsletter: https://beyondwebnewsletter.dev

Astryx is a design system released by Meta built on top of StyleX and React. Meta uses it too to ensure all their apps are on brand. The whole thing looks very complete with components, theme, CLI tools, ensure it works well with AI. astryx.atmeta.com

In case people don't know, every time you exit a codex session it will give you a key. You can use codex resume <key> to continue that session if you need to. You can also run codex resume --all to choose a session to continue.

OpenAI just released a new Codex app to let you orchestrate all your agents in one beautiful UI and you can run the app and see code diff in the same place. OpenAI also just doubled the limits for limited time to celebrate the launch! This is probably the best news. openai.com/codex/

Codex | AI Coding Partner from OpenAI

The best way to build with agents. Codex accelerates real engineering work, from planning and building features to refactors, reviews, and releases—working seamlessly across your tools.

openai.com

I’ve noticed some frontend newsletters I follow have been sharing less lately, especially since all the AI and agent hype. Makes me wonder if fast code regeneration changes how much abstraction we really need, if humans aren’t reading as much of it anymore. Just a thought.

Mapcn, built on top of MaplibreGL, is a component that offers zero-config setup for your map needs that is distributed using shadcn/ui. You can have a map working with just one line of code. mapcn.vercel.app

Just found this website, not much info but seems it will have a collection of components with cool creative effects without you knowing WebGPU. There is a waitlist so make sure to sign up if you are interested. shaders.com

Chrome 144 beta just dropped with a bunch of great new CSS features and Web APIs. The one that stood out to me is the Temporal API. It fixes the pain points of the current Date API with reliable math and proper timezone support. Excited to see it landing in more browsers.

Bild

TanStack just dropped TanStack AI Alpha. - Framework-agnostic - Provider-agnostic - Open protocol - Type-safe tools across client + server - JS/TS, PHP, Python support - React + Solid clients - Devtools for full agentic flows TanStack universe is expanding to help build AI application your way.

TanStack AI Alpha: Your AI, Your Way | TanStack Blog

The TanStack team is excited to announce the alpha release of , a framework-agnostic AI toolkit built for developers who want control over their stack. Let's be honest. The current AI landscape has a....

tanstack.com

Liquid Glass in the browser? It’s possible with SVG + CSS. A brilliant deep dive into simulating refraction: - Define a "lens" shape with JS math. - Convert physics vectors into an RGB Displacement Map. - Apply via SVG <feDisplacementMap> inside a CSS backdrop-filter. kube.io/blog/liquid-...

Yoo I just saw this Dynamic view in Gemini. It just codes a fully functional website to teach me new concepts. A glimpse to a future of dynamic interface for whatever users are searching for.

BildBild

This might be my favorite way to quickly learn anything now. Have Gemini apply 80/20 rule to extract key information and code a website to see them visually.

Thought it was weird, but it might make sense. AI is so disruptive in delivering results way faster than before, augmenting developers to solve more problems in a shorter time. Companies would encourage and reward employees that do take advantage of this.

Meta is about to start grading workers on their AI skills

Meta employee performance will be assessed by AI-driven impact starting in 2026, as the company prioritizes AI adoption across its workforce.

businessinsider.com

Lots of companies are putting UI on top of LLM text so users can digest information more easily. It makes responses feel less intimidating. Normal websites could benefit from the same idea since every user is looking for something slightly different. www.thesys.dev

Bild

If you use shadcn but don't know already, they have an MCP server so your AI can know what components you have available in the registry, fetch their documentations, and install the components. With the right prompt it can get you 80% of the way.

Bild

Just discovered TypeGPU. It's a TypeScript-first way to write GPU shaders and compute pipelines. You stay in TypeScript, it auto-generates WGSL for WebGPU. 🔥 Perfect for experimenting with rendering, compute, and even AI inference in the browser. docs.swmansion.com/TypeGPU/exam...

After Apple Music Web was written in Svelte, the new App Store Web is also in Svelte! Apple really likes Svelte for their web. They used to mention React and Angular in their job postings but not sure where those are used.

Bild