{"id":20313131,"url":"https://github.com/sidebase/create-sidebase","last_synced_at":"2025-04-11T16:51:49.011Z","repository":{"id":64914261,"uuid":"579406703","full_name":"sidebase/create-sidebase","owner":"sidebase","description":"Create a Nuxt 3 web application with the sidebase stack","archived":false,"fork":false,"pushed_at":"2024-09-26T10:54:41.000Z","size":827,"stargazers_count":23,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-26T10:55:11.215Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sidebase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-17T15:39:57.000Z","updated_at":"2024-09-26T10:53:37.000Z","dependencies_parsed_at":"2023-10-17T01:23:36.590Z","dependency_job_id":"d62a5d07-a524-4b00-b94c-6617bbc50a44","html_url":"https://github.com/sidebase/create-sidebase","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidebase%2Fcreate-sidebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidebase%2Fcreate-sidebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidebase%2Fcreate-sidebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidebase%2Fcreate-sidebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sidebase","download_url":"https://codeload.github.com/sidebase/create-sidebase/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248443096,"owners_count":21104335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T18:09:28.343Z","updated_at":"2025-04-11T16:51:48.989Z","avatar_url":"https://github.com/sidebase.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    create-sidebase\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    Interactive CLI to kickstart a fullstack Nuxt 3 app.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Get started with the \u003ca target=\"_blank\" href=\"https://sidebase.io/sidebase\"\u003esidebase\u003c/a\u003e fully typed Nuxt 3 starter by running \u003ccode\u003enpm create sidebase@latest\u003c/code\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./.github/create-sidebase.png\" alt=\"sidebase preview\" width=\"700\" /\u003e\n\u003c/p\u003e\n\n## create-sidebase\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![GitHub stars](https://badgen.net/github/stars/sidebase/sidebase)](https://GitHub.com/sidebase/sidebase/)\n[![License][license-src]][license-href]\n[![Follow us on Twitter](https://badgen.net/badge/icon/twitter?icon=twitter\u0026label)](https://twitter.com/sidebase_io)\n[![Join our Discord](https://badgen.net/badge/icon/discord?icon=discord\u0026label)](https://discord.gg/NDDgQkcv3s)\n\n\u003e The productive way to build fullstack Nuxt 3 applications.\n\nsidebase 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.\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://img.shields.io/npm/v/create-sidebase/latest.svg\n[npm-version-href]: https://npmjs.com/package/create-sidebase\n\n[npm-downloads-src]: https://img.shields.io/npm/dt/create-sidebase.svg\n[npm-downloads-href]: https://npmjs.com/package/create-sidebase\n\n[license-src]: https://img.shields.io/npm/l/create-sidebase.svg\n[license-href]: https://npmjs.com/package/create-sidebase\n\n## Features\n\n- Automatic installation and setup of popular Nuxt3 modules\n  - [TailwindCSS](https://tailwindcss.com/): A utility-first CSS framework packed with classes that can be composed to build any design, directly in your markup.\n  - [Naive UI](https://www.naiveui.com/): A Vue 3 Component Library. Complete, Customizable, Uses TypeScript, Fast.\n  - [Prisma ORM](https://www.prisma.io/): Next-generation Node.js and TypeScript ORM.\n  - [tRPC 10](https://trpc.io/): Build end-to-end typesafe APIs in Nuxt applications.\n  - [sidebase-auth](https://sidebase.io/nuxt-auth): Authentication via OAuth, Credentials and magic email flows. Wraps the popular NextAuth.js with 12k stars.\n  - [i18n](https://i18n.nuxtjs.org/): I18n (Internationalization) module for your Nuxt project powered by Vue I18n.\n- Premade CI pipeline templates, built for Nuxt\n  - [Github Actions](https://docs.github.com/en/actions)\n  - [DroneCI](https://www.drone.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsidebase%2Fcreate-sidebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsidebase%2Fcreate-sidebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsidebase%2Fcreate-sidebase/lists"}