Black Friday? Nah. We ship early!
Our Super Early Bird Deal just deployed to production. 🚀
💰Save 60% on yearly & lifetime plans 🎁 Plus grab $2,000+ in bonuses for FREE
You can ``git pull`` this deal before everyone else does!⚡👀
Grab it now 👇
Track Your Time, Your Way with TimeScribe 🧑💻
Built with @laravelphp, @vuejs & Electron, TimeScribe lets you effortlessly track, pause, and manage your work hours with a clean, intuitive interface.
Try it out 👇
Tip of the day 💡
To handle global errors in @nuxt_js you should use the provided composables and utilities: `useError`, `clearError`, `createError`, and `showError`.
These tools allow you to programmatically manage errors that occur during server-side or universal rendering.
📆 Meet Vue Cal – your all-in-one @vuejs 3 calendar solution! 📆
From simple datepickers to full-featured schedulers, Vue Cal makes it easy to build elegant, flexible, and powerful calendars for any use case.
Start building 👇
The @nuxt_js UI v4 MCP Server is here! 🚀
Instant access to components, templates, examples, and docs - right from your favorite AI tools like ChatGPT, Cursor, Claude, and more.
Start exploring & find out more 👇
Need PDFs in your @vuejs app?📄
Vue PDF makes it simple to create and style PDF documents using @vuejs reactive components. Customize every detail and generate PDFs seamlessly.
Explore it here 👇
Want smoother video playback in your @vuejs apps?
Learn how to serve optimized videos with @cloudinary AdvancedVideo component - resize, crop, control playback, and more using real Vue 3 examples.
Read the full guide here 👇
Add some sparkle to your @vuejs apps with Vue Bits! ✨
A HUGE collection of animated, customizable UI components - backgrounds, effects, and more - all free and ready to use.
Official Vue port of React Bits.
Check it out👇
If AI is on your radar, don’t miss this!
AI-Driven Development Day from @aidd_io is TOMORROW! 🙌
Join Vue.js experts, Debbie O’Brien, Daniel Kelly, Mostafa Said & more cover real tools, workflows & AI insights you need to know!
Sign up, its FREE👇
💡 @vuejs Tip Of The Day💡
Want Vue Router to handle php style query variables? Customize it with the parseQuery and stringifyQuery options.
The qs library is a great implementation to use!
Stop guessing - learn exactly when to use Alerts, Alert Dialogs, and Dialogs in @vuejs apps.
ShadCN Vue makes it easy to build interfaces everyone can use.
Find out how 👇
Want to build stunning @vuejs and @nuxt_js apps in minutes? 🚀
Vueless is a styleless, fully customizable UI library powered by Tailwind CSS. It’s TypeScript-safe and perfect for creating your own design system effortlessly.
Check it out here 👇
CSS is great - until it’s not.
If you're curious about shaders but don't know where to start, this guide, written by @marchantweb will gently walk you through why and how to use them in modern UI.
Read it here👇
Vue.js Tip 💡
Updating CSS variables in @vuejsis simple and reactive. You can dynamically change them using methods or computed properties.
For example, a button click can trigger a method like `changeColor` to update the `--main-color` CSS variable.