Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/slawton3/jetpack
- Owner: slawton3
- License: mit
- Created: 2024-04-18T02:58:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-26T23:33:14.000Z (8 months ago)
- Last Synced: 2024-12-07T00:43:37.899Z (about 2 months ago)
- Topics: bun, docker, drizzle-orm, eslint, husky, nextjs, nextjs14, prettier, shadcn-ui, supaba, tailwind, tailwindcss, typescipt
- Language: TypeScript
- Homepage: https://tryjetpack.dev
- Size: 799 KB
- Stars: 141
- Watchers: 6
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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.