Hacker News with Generative AI: Web Development

Item Flow, Part 1: A new unified concept for layout (webkit.org)
CSS Grid and Flexbox brought incredible layout tools to the web, but they don’t yet do everything a designer might want. One of those things is a popular layout pattern called “masonry” or “waterfall,” which currently still requires a Javascript library to accomplish.
We Moved Off Next.js (documenso.com)
When we started building Documenso, choosing Next.js was a no-brainer. We wanted SSR (server-side rendering), easy routing, and the vibrant community that came with it. It helped us ship fast, iterate quickly, and provided all the essentials in one neat package. For a while, it was exactly what we needed.
Django 5.2 Released (djangoproject.com)
The Django team is happy to announce the release of Django 5.2.
A steam locomotive from 1993 broke my yarn test (cloudflare.com)
So the story begins with a pair programming session I had with my colleague, which I desperately needed because my node skill tree is still at level 1, and I needed to get started with React because I'll be working on our internal backstage instance.
The Fifth Kind of Optimisation (tratt.net)
A little while back I wrote about what I considered to be the four main kinds of optimisation:
Show HN: I vibecoded a 35k LoC recipe app (recipeninja.ai)
Ask HN: Are Squarespace and Wix sites worth it? (ycombinator.com)
I’ve been involved in web dev in different forms for 20 years, but I’ve never done anything with these types of websites.
Mithril.js: small (8.96 KB gzipped) modern client-side JavaScript framework (github.com/MithrilJS)
A modern client-side JavaScript framework for building Single Page Applications. It's small (8.96 KB gzipped), fast and provides routing and XHR utilities out of the box.
Zed Agentic Editing (zed.dev)
Support for autonomous AI-driven edits, with a refreshed Assistant Panel, better MCP integration, and more.
Show HN: Make SVGs interactive in React with 1 line (vercel.app)
Tell HN: Camelgate NPM Outage (Cloudflare) (ycombinator.com)
EDIT: Back online?!<p>NPM discussion: https://github.com/npm/cli/issues/8203<p>NPM incident: https://status.npmjs.org/incidents/hdtkrsqp134s<p>Cloudflare messaging: https://www.cloudflarestatus.com/incidents/gshczn1wxh74<p>GitHub issue: https://github.com/sindresorhus/camelcase/issues/114<p>Anyone experiencing npm outage that's more than just the referenced camelcase package?
RubyUI (Former PhlexUI): Ruby Gem for RubyUI Components (github.com/ruby-ui)
Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
Show HN: Wasp – the first full-stack framework powered by an LLM (wasp.sh)
For those of you who are new here, we have been building a full-stack, batteries-included web framework for the last four years. You can think of Wasp as a modern, JS-based incarnation of Laravel, Django or Ruby on Rails. We based it on a custom compiler so it doesn’t depend on the specific stack or the architecture in the long run (currently it supports React, Node.js and Prisma).
Show HN: Nue – Apps lighter than a React button (nuejs.org)
On this release we're showing what you can do by taking the modern web standards — HTML, CSS, and JS — to their absolute peak:
Browsercraft: Java Minecraft in the browser (cheerpj.com)
This is a proof-of-concept demo of Minecraft 1.2.5 running unmodified in the browser.
The <select> element can now be customized with CSS (chrome.com)
From Chrome 135, web developers and designers can finally unite on an accessible, standardized and CSS styleable <select> element on the web.
You're protecting your data wrong – Introducing the Protected Query Pattern (vercel.app)
Securing modern full-stack applications can be complex. You have to manage authorizations in many different contexts from UI to data mutation functions.
Moving 18 years of comments out of Disqus and into my 11ty static site (sachachua.com)
I've been thinking of getting rid of the Disqus blog commenting system for a while. I used to use it in the hopes that it would handle spam filtering and the "someone has replied to your comment" notification for me. Getting rid of Disqus means one less thing that needs Javascript, one less thing that tracks people in ways we don't want, one less thing that shows ads and wants to sell our attention.
I made a show shuffler that shuffles shows in order (tgwil.net)
Shuffle things in order
Minimal CSS-only blurry image placeholders (leanrada.com)
Here’s a CSS technique that produces blurry image placeholders (LQIPs) without cluttering up your markup — Only a single custom property needed!
Vitodeploy: Self hosted Laravel Forge alternative (vitodeploy.com)
Experimental Tauri Verso Integration (tauri.app)
So first off, what is Verso? Verso is a browser based on Servo, a web browser rendering engine written in Rust
Andrej Karpathy on the State of Web Development (twitter.com)
Something went wrong, but don’t fret — let’s give it another shot.
Et Tu, Grammarly? (dbushell.com)
For a few months now I’ve received sporadic reports that my website was broken. They said the layout was askew and things were sized strangely. They had screenshots to prove it. This was embarrassing for a professional website builder.
Show HN: A web app that shows toilets near you (toilette-in-der-naehe.de)
Dringend eine Toilette in der Nähe gesucht? Mit unserer Karte finden Sie sofort öffentliche WCs in Ihrer Umgebung. Egal ob Sie eine barrierefreie Toilette, ein kostenloses WC oder eine nachts geöffnete Toilette suchen – wir zeigen Ihnen den schnellsten Weg dorthin. Bei uns finden Sie Toiletten in ganz Deutschland, Österreich und der Schweiz.
Caido – A lightweight web security auditing toolkit (caido.io)
Caido aims to help security professionals and enthusiasts audit web applications with efficiency and ease.
Plain – a web framework for building products with Python (plainframework.com)
Plain is a fork of Django, bringing new ideas to established patterns in the Python landscape. Build a new business, an internal tool, or something for yourself.
Show HN: Multiplayer TRON Game in Browser (kanishkdan.com)
Django's REST (Framework) Problem (danlamanna.com)
Writing an HTTP Server in Go from Scratch: Part 2 (krayorn.com)
Last year I wrote a blog post explaining how I built my HTTP Server in Golang by following a Coder Crafters, I got some good feedback on it and improved the HTTP Server quite a bit, let’s dive into the changes!