An open API service indexing awesome lists of open source software.

https://github.com/sidebase/create-sidebase

Create a Nuxt 3 web application with the sidebase stack
https://github.com/sidebase/create-sidebase

Last synced: about 1 year ago
JSON representation

Create a Nuxt 3 web application with the sidebase stack

Awesome Lists containing this project

README

          


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


sidebase preview

## create-sidebase

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![GitHub stars](https://badgen.net/github/stars/sidebase/sidebase)](https://GitHub.com/sidebase/sidebase/)
[![License][license-src]][license-href]
[![Follow us on Twitter](https://badgen.net/badge/icon/twitter?icon=twitter&label)](https://twitter.com/sidebase_io)
[![Join our Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/NDDgQkcv3s)

> 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

## Features

- Automatic installation and setup of popular Nuxt3 modules
- [TailwindCSS](https://tailwindcss.com/): A utility-first CSS framework packed with classes that can be composed to build any design, directly in your markup.
- [Naive UI](https://www.naiveui.com/): A Vue 3 Component Library. Complete, Customizable, Uses TypeScript, Fast.
- [Prisma ORM](https://www.prisma.io/): Next-generation Node.js and TypeScript ORM.
- [tRPC 10](https://trpc.io/): Build end-to-end typesafe APIs in Nuxt applications.
- [sidebase-auth](https://sidebase.io/nuxt-auth): Authentication via OAuth, Credentials and magic email flows. Wraps the popular NextAuth.js with 12k stars.
- [i18n](https://i18n.nuxtjs.org/): I18n (Internationalization) module for your Nuxt project powered by Vue I18n.
- Premade CI pipeline templates, built for Nuxt
- [Github Actions](https://docs.github.com/en/actions)
- [DroneCI](https://www.drone.io/)