Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miljan-code/next-kickstart
All-in-one toolkit for full-stack, typesafe applications
https://github.com/miljan-code/next-kickstart
drizzle-orm next-auth nextjs shadcn-ui trpc zod
Last synced: 10 days ago
JSON representation
All-in-one toolkit for full-stack, typesafe applications
- Host: GitHub
- URL: https://github.com/miljan-code/next-kickstart
- Owner: miljan-code
- Created: 2023-09-15T13:44:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-22T19:33:29.000Z (15 days ago)
- Last Synced: 2024-10-26T22:53:18.412Z (11 days ago)
- Topics: drizzle-orm, next-auth, nextjs, shadcn-ui, trpc, zod
- Language: TypeScript
- Homepage: https://nextkickstart.vercel.app/
- Size: 722 KB
- Stars: 32
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
_ ___ _ _ _
| | / (_) | | | | | |
| |/ / _ ___| | _____| |_ __ _ _ __| |_
| \| |/ __| |/ / __| __/ _` | '__| __|
| |\ \ | (__| <\__ \ || (_| | | | |_
\_| \_/_|\___|_|\_\___/\__\__,_|_| \__|
next-kickstart
All-in-one toolkit for full-stack, typesafe applications.
Building in public. PR's are welcome.
Get started with the Next Kickstart by runningnpx next-kickstart
[![PRs-Welcome][contribute-image]][contribute-url]
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url]![img](https://utfs.io/f/3ae6eec0-eb85-44f6-9e54-f52bcf5cc76b-i95bpb.jpg)
## Table of contents
- Next Kickstart
- Getting StartedNext Kickstart
Next-Kickstart is an opinionated NextJS 13 (App Router) CLI toolkit
that contains everything you need for developing a full-stack applications.It includes:
- [Next.js](https://nextjs.org)
- [TypeScript](https://typescriptlang.org)
- [tRPC](https://trpc.io)
- [Drizzle ORM](https://orm.drizzle.team)
- [NextAuth.js](https://next-auth.js.org)
- [Supabase](https://supabase.com)
- [T3 Env](https://env.t3.gg)
- [Tailwind CSS](https://tailwindcss.com)
- [ShadCN/ui](https://ui.shadcn.com)
- [Zod](https://zod.dev)
- [ESLint](https://eslint.org)
- [Prettier](https://prettier.io)Getting Started
To initialize a new `next-kickstart` application, run any of the following
commands and respond to the command prompts:### npm
```bash
npx next-kickstart
```### pnpm
```bash
pnpm dlx next-kickstart
```For more advanced usage, check out the
[docs](https://kickstart-docs.vercel.app/).[downloads-image]:
https://img.shields.io/npm/dm/next-kickstart?color=364fc7&logoColor=364fc7
[npm-url]: https://www.npmjs.com/package/next-kickstart
[npm-image]:
https://img.shields.io/npm/v/next-kickstart?color=0b7285&logoColor=0b7285
[contribute-url]: https://github.com/miljan-code/next-kickstart
[contribute-image]: https://img.shields.io/badge/PRs-welcome-blue.svg