Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/slawton3/jetpack

Nextjs 14 starter preconfigured with Bun, Shadcn-ui (TailwindCss), Typescript, Supabase, Drizzle, Docker, Husky and more!
https://github.com/slawton3/jetpack

bun docker drizzle-orm eslint husky nextjs nextjs14 prettier shadcn-ui supaba tailwind tailwindcss typescipt

Last synced: about 1 month ago
JSON representation

Nextjs 14 starter preconfigured with Bun, Shadcn-ui (TailwindCss), Typescript, Supabase, Drizzle, Docker, Husky and more!

Awesome Lists containing this project

README

        

# [Jetpack](https://tryjetpack.dev)

This is an open source starter template for Next.js applications.

[![Jetpack](./public/images/jetpack-logo.png)](https://tryjetpack.dev/)

> **Important note**
> The project is set up to use Docker, however an existing issue with Bun prevents the container from running. Please see https://github.com/oven-sh/bun/issues/5648 for more details. For now, the project is deployed with [Vercel](https://vercel.com).
>
> This project is still in development and contributions are welcome!

## Tech Stack

- **Framework:** [Next.js](https://nextjs.org)
- **Database** [Supabase](https://supabase.com)
- **Styling:** [Tailwind CSS](https://tailwindcss.com)
- **User Management:** [Clerk](https://clerk.com)
- **ORM:** [Drizzle ORM](https://orm.drizzle.team)
- **UI Components:** [shadcn/ui](https://ui.shadcn.com)
- **Email:** [Resend Email](https://resend.com)

## Features

- [x] Containerized and platform agnostic with **Docker**
- [x] Database with **Supabase**
- [x] ORM using **Drizzle ORM**
- [x] Authentication with **Clerk**
- [x] Email with **Resend**
- [x] Validation with **Zod**
- [x] CI starter with Github Actions

## Roadmap

- [ ] Markdown blog
- [ ] Protected routes

## Pro (coming soon)

- [ ] Payments with **Stripe Checkout**
- [ ] User management
- [ ] Admin dashboard
- [ ] Notifications
- [ ] LLM Integrations

## Running Locally

1. Clone the repository

```bash
git clone https://github.com/slawton3/jetpack.git
```

2. Install dependencies using pnpm

```bash
bun install
```

3. Copy the `.env.example` to `.env` and update the variables.

```bash
cp .env.example .env
```

4. Start the development server

```bash
bun run dev
```

5. Push the database schema

```bash
bun run db:push
```

## How do I deploy this?

Follow the deployment guides for [Vercel](https://create.t3.gg/en/deployment/vercel), [Netlify](https://create.t3.gg/en/deployment/netlify) and [Docker](https://create.t3.gg/en/deployment/docker) for more information.

## Contributing

Contributions are welcome! Please open an issue if you have any questions or suggestions. Your contributions will be acknowledged. See the [contributing guide](./CONTRIBUTING.md) for more information.

## Contributors

Thanks goes to these wonderful people for their contributions:






Made with contrib.rocks

## License

Licensed under the MIT License. Check the [LICENSE](./LICENSE.md) file for details.