







You should know this before choosing Next.js
Picking the technology stack for a project is an important and consequential decision. In the enterprise space in particular, it often involves a multi-year commitment with long-lasting implication...

Next.js — The Perpetual Beta Framework
Exploring 6 years of Next.js, from early days to App Router & RSC, with migrations, performance tweaks, and framework insights

Publication pages and nav, for Leaflet as…website builder?! - Leaflet Lab Notes
Lab Notes 032: custom pages and nav for all your publications — with a whole bunch of great examples showing sites made with Leaflet

is it standard.site?
Validate a webpage's standard.site AT Protocol records, from the page to the PDS to the .well-known endpoint.

Your writing, now native to Bluesky | Offprint
Building an open standard only works if others build on it too. When we started Standard.site (@standard.site) alongside...

Boulder JS | Meetup
We love JavaScript. If you even like JavaScript, or are maybe just interested in learning more, come here about the latest and greatest libraries and strategies in the world of JS!These are fascinating times for JavaScript development, and this group explores topics including, but by no means limite

DenverScript | Meetup
If you have a talk you'd like to give, submit it at [https://denverscript.com/](https://denverscript.com/)DenverScript is a community of developers focused on JavaScript and TypeScript in the Denver area. Talk topics include JS/TS best practices, features coming to ECMAScript, application developmen

Standard.site landing page built in Next.js
Working with @standard.site more, I'm getting a better understanding of it's intentions and uses. An interesting thought: If you define your site's structure and content on your PDS, you can actually change the web addresses, including domains, of the content.
I've been working on a jekyll plugin to make it easier to implement @standard.site: github.com/andrew/jekyll-standard-site
GitHub - andrew/jekyll-standard-site: Jekyll plugin that emits standard.site verification artifacts
github.comWhat is Standard.Site? Next gen RSS Think of this a bit like: advanced RSS where publishers can see number of subscribers a way to subscribe without cluttering your email inbox and also find the blogs of... hilarybaumann.com/2026/07/23/what-is-standard-s…
What is Standard.Site? Next gen RSS
www.hilarybaumann.comA standard similar to standard.site but for storefronts could be cool, standard.shop?
I think this breaking change for standard.site needs to become an ecosystem-wide conversation and convention. Any web page that represents a corresponding AT record needs to include a meta tag that includes that record. <meta name=“at:uri” content=“at://…” \>
rich harris
atproto/@standard.site friends: any thoughts on this issue? This... <link rel="site.standard.publication" href="at://..."> ...is invalid HTML, per html.spec.whatwg.org/multipage/semantics.html#the-…, because DIDs aren't hostnames. This causes problems with some tools. Issue here: github.com/sveltejs/kit/issues/15935