
Vue v3 CRUD simple application, made with Nuxt v4. Uses Pinia store and Sqlite. Signup/signin with Passkey. Deploy on Cloudflare.
The Vue CRUD application built with Nuxt 4 and Pinia is an impressive project that exemplifies modern web development practices. Designed to be easily deployable on Cloudflare, it runs seamlessly in the cloud, allowing for fast access and scalability. This tool serves as an excellent starting point for anyone looking to build their own Nuxt application, with a blend of features that cater both to developers and end-users alike.
One of the standout elements of this application is its use of WebAuthn for passwordless authentication, making login processes smoother and more secure. Although the demo doesn’t support data persistence, it provides a glimpse into the application's capabilities via a user-friendly interface.

nuxt.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
Drizzle ORM is a TypeScript ORM for SQL databases designed with maximum type safety in mind. It comes with a drizzle-kit CLI companion for automatic SQL migrations generation. Drizzle ORM is meant to be a library, not a framework. It stays as an opt-in solution all the time at any levels.
Pinia is the official state management library for Vue.js. It provides a simple and intuitive API with full TypeScript support, devtools integration, and modular design. Pinia replaces Vuex as the recommended state management solution for Vue 3.
Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.