This week, the spotlight falls on OpenNG Foundation and spartan/ui 1.0: a fresh hub for projects such as Spectator and Elf, plus spartan/ui, now a production-ready component collection for Angular, styled after shadcn.
Rounding out the updates: Storybook advancing its Angular support via AnalogJS, ng-conf wrapping up, and AI Dev Craft taking place in Las Vegas.
OpenNG Foundation
Sustaining open-source projects is no small feat. Contributors often juggle these efforts alongside their day jobs, pledging years to bug fixes, feature rollouts, and fielding community feedback.
In our previous dispatch, we covered the mysterious takedown of the ngneat organization. The cause remains unclear, but its widely-used projects—Spectator and Elf among them—now have a fresh base of operations under the OpenNG Foundation.
Gerome Grignon, the mind behind CanIUseAngular and a driving force of Ng-Baguette, introduced this new foundation, which has already taken these libraries under its wing. The founding crew, led by Gerome, further comprises Dominic Bachmann—the organizer of Angular Lucerne and the creator of the angular-typed-router package.
spartan/ui 1.0
The 1.0 milestone has been hit by spartan/ui. This release offers an "accessible, production-ready library of more than 55 components," all featuring fully customizable styling.
Since its August 2023 launch with 30 primitives, the library has advanced to a stable state in 2026, thanks to a modern setup that leverages signals, standalone components, zoneless change detection, and SSR. The effort, kicked off by Robin Götz, quickly attracted a dedicated team of contributors.
In the Angular ecosystem, spartan/ui plays a role similar to what shadcn/ui does, particularly known for its flexibility. Although other comparable open-source options are around, spartan/ui holds the distinction of being the first mover with a solid history of consistent upkeep over time.
AnalogJS in Storybook
The Angular integration in Storybook is due for an upgrade, and AnalogJS is the driving force behind it.
Even though newer iterations of the Angular CLI depend on Vite as their dev server, that dependency is opaque. Compilation stays entirely in the CLI’s hands. Since the CLI isn’t built as a Vite plugin, wiring it into other contemporary tooling isn’t straightforward.
This limitation extends to Storybook, Vitest, and similar tools. Their architecture presumes a framework exposes itself via a Vite plugin.
Brandon Roberts, who founded and maintains AnalogJS, addresses this by implementing precisely that mechanism. It separates Angular from the CLI’s build process, presenting it as a conventional Vite plugin. Enable it, and those tools can immediately compile and render Angular components, no Angular-specific configuration required. It functions seamlessly.
ng-conf is ending
The era of ng-conf has come to a close.
Since its inception in 2014 with AngularJS, ng-conf stood as the pioneering Angular conference, carrying the torch through the entire evolution of modern Angular up to 2025. Consequently, no Angular conference is now held in the United States.
Stepping into the void, a fresh event named AI Dev Craft is set to launch in Las Vegas this October, and its speaker submissions are already being accepted.
