#BrandonRoberts
🔥 Built a fullstack application with @analogjs.org, #Angular, and @supabase.com SSR.

Routes are protected by authentication on the client and server side. 🔒

github.com/brandonrober...
GitHub - brandonroberts/analog-supabase-ssr: An example application that uses Analog, Angular, and Supabase SSR
An example application that uses Analog, Angular, and Supabase SSR - brandonroberts/analog-supabase-ssr
github.com
January 8, 2025 at 4:18 PM
🚨 @analogjs.org 1.10 is out!

⚡️ Big performance improvements for @vitest.dev
✍️ Introduced Form Server Actions
🤝 Support for #Angular v19
👀 Route debugging page

Release notes:

github.com/analogjs/ana...
Release v1.10.0 · analogjs/analog
What's Changed perf(vite-plugin-angular): speed up tests by reusing compiler by @yjaaidi in #1444 feat(create-analog): update template for latest to Angular v19 by @brandonroberts in #1447 fix(rou...
github.com
December 4, 2024 at 7:36 PM
I have a GitHub repo with 50 routes and 10K total components in a test application. This is from a cold build on my machine.

npm run build-ng
Angular w/Application Builder takes 47s

npm run build
Vite 8 Beta w/oxc Angular Plugin takes 1.5s

github.com/brandonrober...

Try for yourself
GitHub - brandonroberts/analog-angular-large-project at oxc-angular
Contribute to brandonroberts/analog-angular-large-project development by creating an account on GitHub.
github.com
March 5, 2026 at 8:23 PM
Try it out for yourself

github.com/brandonrober...
GitHub - brandonroberts/analog-bench
Contribute to brandonroberts/analog-bench development by creating an account on GitHub.
github.com
June 6, 2025 at 8:01 PM
🚀 The latest @analogjs.org for @angular.dev release is out!

⚡️ Support for @vite.dev Environment API with @nitro.build
🔥 Support for hybrid SSR with client-only routes
🤖 Snapshot update support with @vitest.dev
🤝 Revamped API routes

And more!

github.com/analogjs/ana...
Release v1.14.0 · analogjs/analog
What's Changed feat(vite-plugin-nitro): implement support for Vite Environment API by @brandonroberts in #1618 docs: update version compatibility by @nikosanif in #1619 docs: add nikosanif as a co...
github.com
February 26, 2025 at 5:55 PM
Once again, @brandonroberts.dev is the GOAT
February 20, 2025 at 10:38 PM
🔥 Support for the @vite.dev Environment API with the @nitro.build plugin has landed in @analogjs.org!

Any Vite project can use the nitro plugin 🤝

github.com/analogjs/ana...
feat(vite-plugin-nitro): implement support for Vite Environment API by brandonroberts · Pull Request #1618 · analogjs/analog
PR Checklist Closes # What is the new behavior? This adds support for Vite's Environment API, with a fallback to the previous build behavior if the build is not initiated through the Environme...
github.com
February 21, 2025 at 2:57 PM
The official Angular skills are live, so the analogjs/angular-skills will point those now 🫡

github.com/analogjs/ang...
Add deprecation notice and point to official Angular skills package by brandonroberts · Pull Request #7 · analogjs/angular-skills
Summary by CodeRabbit Documentation Updated repository documentation to indicate this project is no longer actively maintained Directed users to the official angular/skills package for continued ...
github.com
March 23, 2026 at 8:54 PM
Did you know the Angular CLI is getting built-in support for SSR?

There's a new "application" builder that does the browser and server builds in one step using esbuild and the Vite dev server for serving.

ng serve --ssr

GitHub repo 👀

https://github.com/brandonroberts/angular-cli-ssr
GitHub - brandonroberts/angular-cli-ssr: An example application with the Angular CLI and SSR
An example application with the Angular CLI and SSR - GitHub - brandonroberts/angular-cli-ssr: An example application with the Angular CLI and SSR
github.com
July 18, 2023 at 12:19 AM
In fullstack applications, sometimes you need to render #Angular components "only" on the server, and serve the HTML to the client.

💡 @analogjs.org Server Components
✅ Works with Angular components
🤘 Works with Analog SFCs

👇

github.com/analogjs/ana...
feat(router): introduce support for Analog Server Components by brandonroberts · Pull Request #1518 · analogjs/analog
PR Checklist Closes #989 What is the new behavior? Introduces Analog Server Components which are similar to Nuxt Server Components and Astro Islands in that the component is only rendered on the s...
github.com
December 20, 2024 at 6:16 PM
Kudos to the @firebase.com team for adding support for @analogjs.org with @vite.dev.

Soon, you'll be able to deploy fullstack Analog applications using #Angular to Firebase App Hosting with no extra config! 🔥

github.com/analogjs/ana...
feat(vite-plugin-nitro): add support for Firebase App Hosting deployment by brandonroberts · Pull Request #1529 · analogjs/analog
PR Checklist Closes #1528 What is the new behavior? Adds zero-config support for deploying fullstack Analog applications to Firebase App Hosting. No preset is necessary, as the default is node-se...
github.com
December 30, 2024 at 6:22 PM
This might be as close as you can get to a @vitest.dev builder for #Angular 😄

It uses the same application builder as the app! 🤓
github.com/analogjs/ana...
feat(vitest-angular): introduce application bundle-based Vitest builder by brandonroberts · Pull Request #1443 · analogjs/analog
PR Checklist Closes # What is the new behavior? This introduces a build-test builder that uses the application builder function internally to compile the Angular files before running the tests wi...
github.com
November 15, 2024 at 4:59 PM
AnalogJS Creator, NgRx Maintainer & a 9-year #Angular veteran! 🚀
We're celebrating GDE Brandon Roberts for his incredible contributions to the ecosystem. Innovation like this is what makes our community thrive!
Dive into the code and see what he's building: github.com/brandonroberts
October 17, 2025 at 4:00 PM
Clarifying my chat with @brandonroberts: Analog is a NECESSITY for serious Angular testing.

Why?
✅ Full Vitest ecosystem (plugins/IDE support).
✅ No lock-in: Keep CLI for builds, use Analog for tests.
✅ It's the standard: Angular's Vitest move validates this path.

#Angular #Vitest
🧪 Enjoyed the conversation between @manfredsteyer.bsky.social and @rainerhahnekamp.bsky.social about the future of testing with @angular.dev and @vitest.dev.

I appreciate the recommendation of @analogjs.org for previous versions of Angular & compatibility with IDEs

www.youtube.com/watch?v=1ac9...
[EN] Angular Moves to Vitest – What Does That Mean for Us?
YouTube video by Manfred Steyer
www.youtube.com
February 12, 2026 at 9:03 AM