{"id":14537701,"url":"https://github.com/slawton3/jetpack","last_synced_at":"2025-08-21T04:31:12.152Z","repository":{"id":234993202,"uuid":"788234507","full_name":"slawton3/jetpack","owner":"slawton3","description":"Nextjs 14 starter preconfigured with Bun, Shadcn-ui (TailwindCss), Typescript, Supabase, Drizzle, Docker, Husky and more!","archived":false,"fork":false,"pushed_at":"2024-05-26T23:33:14.000Z","size":818,"stargazers_count":142,"open_issues_count":0,"forks_count":15,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-08T03:38:50.479Z","etag":null,"topics":["bun","docker","drizzle-orm","eslint","husky","nextjs","nextjs14","prettier","shadcn-ui","supaba","tailwind","tailwindcss","typescipt"],"latest_commit_sha":null,"homepage":"https://tryjetpack.dev","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/slawton3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-18T02:58:30.000Z","updated_at":"2025-03-27T05:47:56.000Z","dependencies_parsed_at":"2024-09-05T10:02:16.966Z","dependency_job_id":"09f690a8-9abb-4551-acb8-31364d2aaac4","html_url":"https://github.com/slawton3/jetpack","commit_stats":null,"previous_names":["slawton3/jetpack"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/slawton3/jetpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slawton3%2Fjetpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slawton3%2Fjetpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slawton3%2Fjetpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slawton3%2Fjetpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slawton3","download_url":"https://codeload.github.com/slawton3/jetpack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slawton3%2Fjetpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271425054,"owners_count":24757398,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bun","docker","drizzle-orm","eslint","husky","nextjs","nextjs14","prettier","shadcn-ui","supaba","tailwind","tailwindcss","typescipt"],"created_at":"2024-09-05T10:01:27.636Z","updated_at":"2025-08-21T04:31:11.646Z","avatar_url":"https://github.com/slawton3.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Boilerplates \u0026 Starters"],"sub_categories":[],"readme":"# [Jetpack](https://tryjetpack.dev)\n\nThis is an open source starter template for Next.js applications.\n\n[![Jetpack](./public/images/jetpack-logo.png)](https://tryjetpack.dev/)\n\n\u003e **Important note**\n\u003e 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).\n\u003e\n\u003e This project is still in development and contributions are welcome!\n\n## Tech Stack\n\n- **Framework:** [Next.js](https://nextjs.org)\n- **Database** [Supabase](https://supabase.com)\n- **Styling:** [Tailwind CSS](https://tailwindcss.com)\n- **User Management:** [Clerk](https://clerk.com)\n- **ORM:** [Drizzle ORM](https://orm.drizzle.team)\n- **UI Components:** [shadcn/ui](https://ui.shadcn.com)\n- **Email:** [Resend Email](https://resend.com)\n\n## Features\n\n- [x] Containerized and platform agnostic with **Docker**\n- [x] Database with **Supabase**\n- [x] ORM using **Drizzle ORM**\n- [x] Authentication with **Clerk**\n- [x] Email with **Resend**\n- [x] Validation with **Zod**\n- [x] CI starter with Github Actions\n\n## Roadmap\n\n- [ ] Markdown blog\n- [ ] Protected routes\n\n## Pro (coming soon)\n\n- [ ] Payments with **Stripe Checkout**\n- [ ] User management\n- [ ] Admin dashboard\n- [ ] Notifications\n- [ ] LLM Integrations\n\n## Running Locally\n\n1. Clone the repository\n\n   ```bash\n   git clone https://github.com/slawton3/jetpack.git\n   ```\n\n2. Install dependencies using pnpm\n\n   ```bash\n   bun install\n   ```\n\n3. Copy the `.env.example` to `.env` and update the variables.\n\n   ```bash\n   cp .env.example .env\n   ```\n\n4. Start the development server\n\n   ```bash\n   bun run dev\n   ```\n\n5. Push the database schema\n\n   ```bash\n   bun run db:push\n   ```\n\n## How do I deploy this?\n\nFollow 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.\n\n## Contributing\n\nContributions 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.\n\n## Contributors\n\nThanks goes to these wonderful people for their contributions:\n\n\u003cp align=\"center\"\u003e\n \u003ca href=\"https://github.com/slawton3/jetpack/graphs/contributors\"\u003e\n   \u003cimg src=\"https://contrib.rocks/image?repo=slawton3/jetpack\" /\u003e\n \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n Made with \u003ca rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://contrib.rocks\"\u003econtrib.rocks\u003c/a\u003e\n\u003c/p\u003e\n\n## License\n\nLicensed under the MIT License. Check the [LICENSE](./LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslawton3%2Fjetpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslawton3%2Fjetpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslawton3%2Fjetpack/lists"}