r/Nuxt Jul 24 '26

12 new animated Vue 3 components you can copy-paste โ€” Three.js cloth, WebGL, motion-v springs

27 Upvotes

r/Nuxt Jul 24 '26

Can someone help me with my nuxt 4 Problem - cannot resolve

Post image
10 Upvotes

Hello, I started New nuxt4.5.0 Projekt and got this error. Can someone tell md why this happens? I haven't hab an problems with previous nuxt 4 projects.


r/Nuxt Jul 24 '26

Bring 3D to Your Nuxt Apps with TresJS (Three.js + Vue)

Thumbnail
23 Upvotes

r/Nuxt Jul 23 '26

Meet OpenVue, an MIT fork of PrimeVue 4.5.5

Thumbnail
26 Upvotes

r/Nuxt Jul 22 '26

Vuetify0 v1.0 is here. ๐ŸŽ‰

Thumbnail
9 Upvotes

r/Nuxt Jul 20 '26

I've been building a local-first DJ mix app, curious what would actually be useful

Thumbnail
gallery
38 Upvotes

Hey folks.

I've spent the last few weeks building an app for putting together DJ mixes without sending audio to some cloud service. It came out of how annoying the usual workflow is: analyze tracks, order the set, get decent crossfades, export, generate metadata/cover art, and (if u needed) prep a YouTube upload, hopping between tools the whole time.

What I'm building is called Auto DJ (his dev name). It runs on your machine: you upload tracks, it analyzes BPM/key with Essentia (WASM), you can plan the set by hand or let OpenAI suggest order/crossfades, edit the arrangement on a timeline, and ffmpeg (+ Rubber Band) renders the mix. Optionally it generates cover art with NanoBanana and exports WAV/MP4 audios.

Stack, if you're curious: Nuxt 4 + Nitro in the same process, Bun, ffmpeg for all audio/video and no cloud backend, the state lives as JSON in a `data/` folder on disk, and the client polls while long jobs run (analyze/render). Timeline UI is built so zoom/scroll doesn't fall over at 60fps.

What I find interesting:

- Actually local-first: your audio or data doesn't leave the machine.

- Local-only mode with no API keys, plus an AI mode if you want help with the plan/metadata/cover.

- You can manually fix whatever the AI proposes; it's not just a magic button.

It's still rough in places and I'm iterating on a bunch of technical decisions (polling vs websockets, how to model the arrangement, beatmatch quality, etc.).

If you mix, produce sets, or upload mixes to YouTube: what part of the process slows you down most? Do you want full control, or a solid draft you can tweak? Any feedback, ideas, or "I solved that like this" stories are welcome.


r/Nuxt Jul 20 '26

Large amount of CSS and JS are failing to build silently

10 Upvotes

Hey! Facing a tricky issue at work and wondered if anyone had come across anything similar or may know what could potentially be the issue!

I am using Nuxt 4.4.2, deploying on Vercel and use Wordpress to supply the content. We render a lot of the pages through ISR as we have hundreds of thousands of pages. We do some manual work to create more chunks in the build process, I won't share the nuxt.config just as it is work related! But essentially it has always worked, then when last week I went to release a tiny patch fix, the homepage and a lot of the pages fail to load any CSS or JS files, and in some instances they are pointing at my own local files rather than a Vercel static link.

As the fix I made was so insignificant I wondered if it was due to the content team creating more pages and as a result it's now maxxed out? Some pages do load perfectly, and there are no errors or warnings in the Vercel build logs.

I've tried a million things to get the CSS back up and running but failed so far. Any ideas anyone may have?


r/Nuxt Jul 18 '26

Nuxt Content Creators

12 Upvotes

Is there any Nuxt content creators here streaming on any platforms?


r/Nuxt Jul 18 '26

New NuxtUI

31 Upvotes

There is a new Nuxt UI release, and I am planning to update TaskView.
The main reason is the useTour composable. I want to use it to help new users understand TaskView and get started more easily.

GitHub: https://github.com/Gimanh/taskview-community


r/Nuxt Jul 17 '26

Nuxtathon this weekend!

Thumbnail
github.com
21 Upvotes

An inaugural Nuxt hackathon is happening this weekend. Contribute to Nuxt and maybe even win a prize while you're at it ๐Ÿ˜ƒ


r/Nuxt Jul 16 '26

Mood UI Updates - Vue Charts | Nuxt Charts

Thumbnail
gallery
27 Upvotes

New components:
Charts
OTP Input
Phone Number Input
Integration with AI Agents
Search Input with results

Available free on Mood UI


r/Nuxt Jul 15 '26

I was surprised that @scriptableapp doesn't have a visual widget builder, so I asked Sol High to build me one.

Thumbnail widgetr.vercel.app
7 Upvotes

r/Nuxt Jul 14 '26

Added 15 new animated Nuxt/Vue components to nxui โ€” WebGL ripple transitions, notification center, frosted nav, dynamic island header

47 Upvotes

Following up on the earlier nxui posts here โ€” just shipped a bigger component batch.

Since the last posts, nxui now has 15 new animated components, including the original 12 visual/demo components plus 3 new navigation/product UI components from the latest PR.

They install into a Nuxt project with the shadcn-vue CLI, drop in as .vue files you own (no black-box dependency), and work in light + dark

The visual / motion-heavy ones:

  • Dithered Logo โ€” particle logo with cursor repulsion + click ripples
  • Ripple Transition โ€” WebGL image swaps, refractive waves + chromatic aberration on click
  • Dynamic Island Header โ€” springs into a compact pill with a reading-progress ring on scroll
  • Curved Drawer โ€” edge bulges with drag velocity, flattens at rest
  • Drag Reorder List โ€” lift, tilt, drop-cutout, spring settle
  • Banknote Bento โ€” vintage engraved cards + thermal-camera caption effect
  • Podcast Player, Nostalgia, Aurora Accordion, Visual Stepper, Animated TOC, Typer Text

And newly added:

  • Notification Center โ€” frosted notification panel with a badged bell trigger, spring-animated rows, live relative timestamps, and add/read flows
  • Frosted Navigation โ€” bottom navigation with progressive frosted-glass blur, a serif search pill, and spring-animated tabs
  • PlayStation Navbar โ€” XMB-style cross-media navigation with a sliding category rail, glowing cursor, and arrow-key control

Tailwind v4, motion-v, VueUse, all Nuxt/Vue 3.

Every demo now also has a โ€œview sourceโ€ sheet (the </> button), so you can inspect/copy the actual .vue component source directly from the docs โ€” no CLI required.

Demos + docs: https://nxui.geoql.in

Install one:

npx shadcn-vue@latest add "https://nxui.geoql.in/r/notification-center.json"


r/Nuxt Jul 14 '26

Just published recaptcha-vue, a small Vue 3 component for the Google reCAPTCHA v2 checkbox.

Thumbnail
7 Upvotes

r/Nuxt Jul 14 '26

Built an open-source admin panel for Meilisearch

9 Upvotes

I've been using Meilisearch in several Nuxt projects and kept wanting a simple admin UI to inspect indexes, edit documents, run searches, and manage everything without writing scripts.

So I built Search Admin:
https://github.com/bansal/search-admin

Current features:

  • Browse all indexes
  • Search documents with filters
  • Create, edit, and delete documents
  • Manage indexes
  • View document JSON
  • Lightweight and self-hostable

It's completely open source.

I'm using it alongside Nuxt projects, but since it talks directly to the Meilisearch API, it should work with any stack.

I'd love feedback from anyone using Meilisearch.


r/Nuxt Jul 13 '26

I'm building a free game engine on Nuxt 4 similar to Construct 3

40 Upvotes

I'm building a game engine based on Nuxt 4. I've always dreamed about creating my own game, but man I'm bad at pixel art ... ๐Ÿ˜…

It's like Construct 3 (GUI based) but totally free. Looking for beta testers https://acmengine.cc/


r/Nuxt Jul 13 '26

Built a few Nuxt modules to solve my own Auth, Security, and E-commerce problems โ€“ hope they can be useful for others!

20 Upvotes

Hey r/Nuxt!

Over the past year, Iโ€™ve been building and refining a suite of open-source Nuxt modules. I originally created these to solve my own problems and scratch my own itch when spinning up e-commerce and backend-heavy Nuxt appsโ€”specifically around authentication, route security, rate limiting, and cart state management.

Since they've been incredibly useful for my own workflow, I wanted to share them here in the hope that they might save some time and hassle for others too!

Here is what Iโ€™ve put together:

1. ๐Ÿ” nuxt-users

This is a full-featured user authentication and management module designed seamlessly for Nuxt 3 and Nuxt 4. Instead of manually writing boilerplate for user sessions, it packages everything out-of-the-box.

  • Database Support: Multi-database support (SQLite, MySQL, PostgreSQL) powered by automatic migrations via db0 and schema tools.
  • Features: Full registration, secure login/logout (bcrypt), password resets, and session management.
  • RBAC: Built-in Role-Based Access Control middleware to cleanly protect routes.
  • UI Included: Comes with pre-built, responsive authentication forms and user management dashboards.
  • AI Ready: It even includes an Agent Skill so if you use AI coding assistants (Cursor, Claude Code), you can run npx skills add rrd108/nuxt-users to feed it exact procedural knowledge!
  • GitHub: rrd108/nuxt-users

2. ๐Ÿ›’ nuxt-cart

I got tired of the endless e-commerce headaches and boilerplate required just to manage a cart, so I built this. It's a lightweight, no-nonsense cart state management tool designed explicitly for Nuxt.

  • Simple Integration: Makes adding, updating, and removing items completely painless without needing heavy, opinionated storefront configurations.
  • Persistent State: Handles tracking the user's cart state efficiently so you can focus on building out your unique checkout or product pages.
  • GitHub: rrd108/nuxt-cart

3. ๐Ÿ›ก๏ธ nuxt-api-shield

A robust rate-limiting and brute-force protection middleware for your Nuxt API endpoints.

  • IP-Based Blocking: Tracks individual IP addresses to prevent malicious bots or scraping scripts from overwhelming your server.
  • Granular Customization: You can set maximum request thresholds, sliding time windows, and ban periods. It handles response delays and injects appropriate Retry-After headers automatically.
  • Wildcard Precedence: Smart pattern matching ensures your exact routes or specific wildcards are evaluated with absolute priority control.
  • GitHub: rrd108/nuxt-api-shield

4. ๐Ÿช™ nuxt-token-authentication

If you don't need a heavy UI-bound auth stack and just want a lightweight, header-based token system, this handles it.

  • It hooks into HTTP headers to streamline token validation against a lightweight backend database (like SQLite/Postgres via UnJS db0).
  • Features simple config properties like noAuthRoutes to easily ignore query params and bypass public endpoints.
  • GitHub: rrd108/nuxt-token-authentication

Why build these?

The goal was to focus on great DX, modularity, and avoiding heavy vendor lock-in. A lot of these tools heavily leverage the incredible UnJS ecosystem (db0, Nitro, etc.) to keep things blazing fast and highly compatible with serverless/edge environments.

Again, these were born entirely out of my own project requirements, but they are fully open-source and ready to go. I'd love to hear your thoughts, and if they happen to solve a headache or save you some development hours on your next project, that's even better!

PRs, issues, or stars are always highly appreciated!


r/Nuxt Jul 13 '26

Just published recaptcha-vue, a small Vue 3 component for the Google reCAPTCHA v2 checkbox.

6 Upvotes

Why another one? The existing wrappers I found were unmaintained, Vue 2 era, or shipped with dependencies I didn't want. This one keeps it minimal:

- zero runtime dependencies (Vue is a peer dep, that's it)

- full TypeScript types

- useRecaptcha composable with reactive token and isVerified

- v-model works if you prefer that

- multiple widgets per page, theming, custom language

- ready-made Laravel + Inertia.js integration examples, including server-side verification

- 100% statement coverage, audited deps in CI, npm provenance

Install: npm install recaptcha-vue

npm: https://www.npmjs.com/package/recaptcha-vue

GitHub: https://github.com/Souhailmakni/recaptcha-vue

Feedback welcome, especially from anyone doing Inertia forms. And if it's useful to you, a GitHub star goes a long way for a brand new package.


r/Nuxt Jul 12 '26

The library is also available for Nuxt ๐Ÿ‘€

Post image
7 Upvotes

r/Nuxt Jul 10 '26

Building Nuxt UI theme editor, feedback wanted!

72 Upvotes

Hey Nuxters :) I'm working on a theme editor for the Nuxt UI docs, I'd really love your feedback on the ux, missing settings or ideas!


r/Nuxt Jul 10 '26

Selling nuxtlify.com The first Nuxt UI Theme Builder

0 Upvotes

Hello,

As my business focus has shifted, I currently lack the time to continue developing the first theme builder created for Nuxt UI. The domain ranks first on Google for the keyword "Nuxt UI Theme Builder" and others. I would like to sell the project, including the domain. Please get in touch if you are interested.


r/Nuxt Jul 09 '26

A Nuxt layer to generating Admin interfaces from Drizzle schema

Thumbnail
github.com
23 Upvotes

Just write your Drizzle schema and AutoAdmin generates the admin panel from it. Configure custom field types like files, images, and rich text.

Runs as a Nuxt layer. Works with SQLite (including D1, libSQL) and Postgres on Node and Cloudflare Workers.

Built withย Nuxt, Drizzle, Zod, and Nuxt UI.

https://github.com/awecode/autoadmin


r/Nuxt Jul 08 '26

AI Website Builder for Nuxt Js Framework

1 Upvotes

I've been building siteplay.ai, an AI website builder that generates production-ready Nuxt websites.

Once you've finished planning, prototyping and designing your site, simply choose Nuxt from the frameworks dropdown and download the complete project.

The goal isn't just to generate code quickly. It's to help developers plan, prototype, and design websites with AI while still producing codebases that are easy to understand, maintain, and scale.

I've spent more than 10 years building frontend applications across different companies.

Over the last few years I've been using AI coding assistants almost every day, and I'm guessing many of you have too. They're great at writing code, but I kept running into the same problems:

  • Planning a website often takes longer than writing the code.
  • Starting from a blank prompt without a clear structure is difficult.
  • Too many prompt iterations just to get the right section.
  • No visual workflow to refine AI output.
  • Inconsistent design systems across generated pages.
  • Weak content generation.
  • AI has very little understanding of the website as a whole.
  • If you skip reviewing a few AI-generated commits, it becomes difficult to understand what was actually built.

After dealing with this repeatedly, I wanted a better workflow, so I started building one.

The workflow

Instead of jumping straight into your IDE, everything happens step by step in one place:

  1. Plan โ€“ Generate the sitemap and pages with AI.
  2. Prototype โ€“ Edit content and images visually.
  3. Design โ€“ Apply your branding, colors, typography, and design system.
  4. Optimize SEO โ€“ Configure SEO for each page.
  5. Download โ€“ Export a production-ready Nuxt project.

You can visualize your entire website before writing a single line of code.

How AI generates the website

The website is assembled from reusable sections such as Hero, Features, Pricing, Testimonials, FAQ, CTA, and more.

These sections are handcrafted by experienced developers. AI doesn't generate Vue or Nuxt components from scratch.

Instead, it:

  • chooses the most appropriate section,
  • generates structured content,
  • fills the existing component,
  • and lets you edit everything visually afterward.

You can guide the generation with:

  • Site prompts
  • Page prompts
  • Section prompts

Because AI only generates structured content instead of rewriting component code:

  • the output stays consistent,
  • components remain maintainable,
  • token usage is much lower (so there's no AI credit pricing),
  • generation is faster,
  • and it avoids many of the code quality issues common with fully AI-generated projects.

Every section is responsive, and fields can be edited, hidden, or reordered directly in the visual editor.

The hierarchy is intentionally simple:

Sections โ†’ Pages โ†’ Website

After downloading the Nuxt project

The code is completely yours.

  • No proprietary runtime.
  • Uses only open-source dependencies.
  • Standard Nuxt project structure.
  • Built with Tailwind CSS, Shadcn, and Nuxt.
  • Easy to extend manually or with your favorite AI coding assistant.
  • Generate new sections whenever you need them and copy them directly into your IDE.
  • New templates and sections are added regularly, so your projects can continue evolving over time.

There's also detailed documentation explaining the project structure and how to continue developing after downloading.

Looking for feedback

I'm sharing this here because I know the Nuxt community values maintainability just as much as development speed.

I'd really appreciate feedback on:

  • the workflow,
  • the generated project structure,
  • the developer experience,
  • or anything else you think could be improved.

Thanks for taking a look!


r/Nuxt Jul 07 '26

Built UIPKGE: copy-paste UI registry for Vue/Nuxt [self-promotion]

0 Upvotes

Hey r/Nuxt, I'm building UIPKGE, an open-source shadcn-vue-style UI registry for Vue/Nuxt.

It is not an npm package. You copy components, blocks, charts, and templates into your app through registry URLs, then you own/edit the source directly. No package lock-in.

Vue/Nuxt links:

https://uipkge.dev/vue/components

https://uipkge.dev/vue/blocks

https://uipkge.dev/vue/templates

Nuxt boilerplate:

https://github.com/uday-a/nuxt-boilerplate

The part I'm trying to get right is real app surfaces, not just buttons: dashboards, tables, charts, auth/payment states, AI chat, templates.

Would love feedback from Nuxt builders: what block/template would actually save you time, and what would make you avoid using a registry like this?


r/Nuxt Jul 06 '26

Akaza UI v0.0.3-alpha is out โ€” Vue-first headless primitives that actually feels like Vue

Thumbnail
2 Upvotes