Nuxt 3 has redefined what peak DX means. Offering a stellar approach to full stack development on top of VueJS, we believe it's the best way to deliver high value as fast as possible.
We fixed full stack
The best way to start a blazingly fast, fullstack Nuxt app as a software engineer in 2023 (NOT CLICKBAIT)
npm create v3-app@latest
Over the years, TypeScript has grown to become the industry standard, and it's very well deserve. The type safety is the tip of the iceberg; TS is a great tool to make you feel in control of your code.
If your frontend and backend are TypeScript, it's really hard to beat the DX of tRPC. Kinda like GraphQL but without the work - seriously this lib is magic.
The Vue adapter of Tanstack Query is an amazing tool to manage the server side state of your application. The granularity it offers while at the same time making your life easier makes it an auto-include in any front end project.
Finding a quality database ORM in the TypeScript ecosystem is no easy feat. Prisma fits the bill with flying colors. Just define your schema and query away, no matter your SQL dialect, or even MongoDB.
CSS Variables completely changed the way we write modern CSS. Open Props provides you with a sensible and exhaustive set of design tokens to help you easily craft consistent and responsive components.
Auth.js fast tracks you to building flexible and secure authentication. It ties into your existing database and provides a simple API to manage users and sessions.
The de facto solution to internationalize your Vue application. Its nuxt plugin helps you seamlessly build your application with multiple languages in mind.
Create V3 App comes with a lot of great Nuxt modules to solve common problems like a nuxt-typed-router, nuxt-icons, and nuxt-color-mode.