#nuxt
Hello there 👋
I’m excited to announce the first alpha release of @nuxt/hints — a Nuxt module that gives actionable performance insights right inside your project.
At runtime, in your devtools! 🚀

🔗 github.com/nuxt/hints
GitHub - nuxt/hints: Nuxt module that shows hints for aspects of your application such as Performance, A11Y, Security, and more!
Nuxt module that shows hints for aspects of your application such as Performance, A11Y, Security, and more! - nuxt/hints
github.com
November 11, 2025 at 10:07 PM
Nuxt Studio Alpha is Out ✨

- Self-hosted: Runs alongside your Nuxt app
- No external dependencies
- Free and open-source

Add your GitHub OAuth and start editing today.

content.nuxt.com/blog/studio...
Nuxt Studio Alpha Release
Introducing the first alpha release of Nuxt Studio as a free, open-source Nuxt module. Edit your content in production with GitHub integration and real-time preview.
content.nuxt.com
November 5, 2025 at 2:20 PM
📸 we've just released Nuxt Image v2! ✨

💪 full TS support with typed providers + modifiers
⚡ IPX v3
⚗️ server-side image utilities
🎨 template ref access
🌐 new Shopify & GitHub providers

happy optimizing ❤️

👉 read more at nuxt.com/blog/nuxt-i...
November 5, 2025 at 10:49 AM
looking forward to visiting wrocław again later this month 🇵🇱😊

👉 link if you want to come along: www.linkedin.com/events/73844...
November 6, 2025 at 10:11 AM
The ray.⁠so @Nuxt.com theme is here! ✨

Share your Nuxt code snippets in a beautiful way

Try it now: ray.so/nuxt
November 7, 2025 at 1:30 PM
I knew the frontend was originally in Vue. It's cool they started using Nuxt now 😊
November 10, 2025 at 9:37 PM
is it related to a nuxt devtools peer dep? if so @antfu.me is shipping a fix for npm

and you can also work around with --legacy-peer-deps
November 7, 2025 at 7:03 PM
New Pinia release!
Mostly Nuxt and testing improvements
Grab it while it's hot!
github.com/vuejs/pinia/...
Releases · vuejs/pinia
🍍 Intuitive, type safe, light and flexible Store for Vue using the composition api with DevTools support - vuejs/pinia
github.com
November 5, 2025 at 9:31 AM
trpc-nuxt by @robsoriano.com helps you build end-to-end typesafe APIs with tRPC.io in your Nuxt apps 💪 - madewithvuejs.com/trpc-nuxt
November 6, 2025 at 8:52 AM
Hi Matt! We sent an email to all Nuxt Studio users on July 8th. We should have sent more reminders.

You can pre-render the whole website with Nuxt Studio and will work (most of our websites are like this), you just need to use nuxt build instead of nuxt generate.

My DM are open to discuss and help
November 5, 2025 at 5:11 PM
November 5, 2025 at 10:05 AM
New Nuxt UI lessons just dropped! 👊🎤

✨ Tie a slideover to a route (for direct deep linking)
🧩 Display and validate forms with Nuxt UI
♿ Plus, a look at Slideover a11y

Watch the new lessons here 👇
vueschool.io/courses/nuxt-ui-build-a-dashboard-template
November 5, 2025 at 9:17 AM
How do people test Nuxt applications? I saw that Nuxt Test Utils exist. Do you use that for mocking APIs? I also saw that Mock Service Worker is not working so well, as I understand it.
November 6, 2025 at 11:00 AM
Did a lot of PR merging in Pinia today! Still a few to go for tomorrow and I will release new patches for `@pinia/nuxt` and `@pinia/testing`
November 3, 2025 at 4:47 PM
hey there! i made my first tangled repo : tangled.org/@nornoe.bsky...

that's Skyverse (the Miiverse Bluesky Client i made), if any moots wants to participate and be added as a collaborator, let me know :)

if you're not familiar with Nuxt and have any question, feel free to let me know as well!
@nornoe.bsky.social/skyverse.social
A Miiverse-themed Bluesky client
tangled.org
November 4, 2025 at 2:07 PM
️Build backend features in Nuxt - without a backend.⚡

With Nitro + H3, every file in `/server/api` becomes a serverless function ready to deploy to Vercel, Netlify, or Cloudflare.

Read how it works 👇
https://certificates.dev/blog/serverless-functions-in-nuxt-backend-power-without-a-backend
Serverless functions in Nuxt: backend power without a backend
Serverless functions are tiny pieces of code that run on demand in the cloud. You don’t provision servers or infrastructure, or write scaling rules. Cloud providers handle the underlying infrastructure, automatically scaling resources based on demand. They’re perfect for lightweight APIs, form handlers, webhooks, simple auth endpoints, and glue code.
certificates.dev
November 5, 2025 at 2:31 PM
Vu qu'on me demande, c'est du Nuxt pour le frontend et kotlin en backend

Nuxt et Nuxt UI, j'ai eu la bonne surprise d'avoir le score parfait sur lighthouse sans faire d'effort.
Nuxt il y a tout le module Nuxt SEO qui apporte pas mal de choses
Et NuxtUI est assez complet sur l'accessibilité
November 3, 2025 at 4:01 PM
So yesterday I used Fuse and its native integration in Nuxt UI to add a kind of search window.

It's super handy because it also allows you to navigate completely with the keyboard from screen to screen.

You should take a look at ui.nuxt.com/docs/compone...
Vue DashboardSearch Component - Nuxt UI
A ready to use CommandPalette to add to your dashboard.
ui.nuxt.com
November 6, 2025 at 9:44 AM
cc @nuxt.com fam!
November 6, 2025 at 4:37 PM
Tired of passing props through a maze of components? 🌀

Learn how `useState` keeps your app reactive, SSR-ready, and perfectly simple - no complex setup, no data leaks, just clean global state that works.

https://masteringnuxt.com/blog/understanding-usestate-in-nuxt-the-simple-way-to-share-state
Understanding useState in Nuxt: The Simple Way to Share State
Need a simple shared state management solution for your Nuxt app? In this article, explore `useState` : Nuxt’s built-in composable for shared reactive data that works seamlessly with SSR.
masteringnuxt.com
November 3, 2025 at 2:32 PM
The upcoming self-hosted version of Nuxt Studio is 🤯

All you need is to create a GitHub OAuth app.
October 31, 2025 at 4:00 PM
Watch @danielroe.dev detail the journey and architectural decisions that led to integrating Vite into the Nuxt framework and offers a sneak peek at v4.2, like the adoption of Vite's Environment API for faster builds and a Rust-powered CLI

Full video: youtu.be/uiufuNh6L4E
October 31, 2025 at 2:31 AM
📕 A Deep Dive Into How Nuxt Route Transitions Work

👉🏻 Michael did a deep dive into the Nuxt source code and explains his insights.

https://masteringnuxt.com/blog/a-deep-dive-into-how-nuxt-route-transitions-work?friend=MOKKAPPS
October 31, 2025 at 5:00 PM
Heya! It's our first post...

Better not fuc....

#vuejs #nuxt #typescript #javascript #compositionapi #vue #js
October 30, 2025 at 3:24 PM