The productive way to build fullstack Nuxt 3 applications, like create-t3-app but for Nuxt.
npm install create-sidebase
Interactive CLI to kickstart a fullstack Nuxt 3 app.
Get started with the sidebase fully typed Nuxt 3 starter by running npm create sidebase@latest

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]

[![License][license-src]][license-href]


> The productive way to build fullstack Nuxt 3 applications.
sidebase is a web app development kit to build production ready fullstack apps quickly. We build sidebase to provide a modular, modern, fully-typed and best-practice approach to make your ideas a reality. Around a core of TypeScript and Nuxt 3 sidebase adds components like databases, CI, authentication, testing and more.
[npm-version-src]: https://img.shields.io/npm/v/create-sidebase/latest.svg
[npm-version-href]: https://npmjs.com/package/create-sidebase
[npm-downloads-src]: https://img.shields.io/npm/dt/create-sidebase.svg
[npm-downloads-href]: https://npmjs.com/package/create-sidebase
[license-src]: https://img.shields.io/npm/l/create-sidebase.svg
[license-href]: https://npmjs.com/package/create-sidebase
- Automatic installation and setup of popular Nuxt3 modules
- TailwindCSS: A utility-first CSS framework packed with classes that can be composed to build any design, directly in your markup.
- Naive UI: A Vue 3 Component Library. Complete, Customizable, Uses TypeScript, Fast.
- Prisma ORM: Next-generation Node.js and TypeScript ORM.
- tRPC 10: Build end-to-end typesafe APIs in Nuxt applications.
- sidebase-auth: Authentication via OAuth, Credentials and magic email flows. Wraps the popular NextAuth.js with 12k stars.
- i18n: I18n (Internationalization) module for your Nuxt project powered by Vue I18n.
- Premade CI pipeline templates, built for Nuxt
- Github Actions
- DroneCI