Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 running npx 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 Started

Next 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