{"id":26495235,"url":"https://github.com/timdehof/next-starter-template","last_synced_at":"2026-04-15T10:35:27.502Z","repository":{"id":257692754,"uuid":"859049884","full_name":"timDeHof/next-starter-template","owner":"timDeHof","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-03T20:02:54.000Z","size":544,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-03T20:18:27.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timDeHof.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-18T01:53:50.000Z","updated_at":"2024-11-03T20:11:24.000Z","dependencies_parsed_at":"2024-09-18T05:50:41.893Z","dependency_job_id":null,"html_url":"https://github.com/timDeHof/next-starter-template","commit_stats":null,"previous_names":["timdehof/next-starter-template"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timDeHof%2Fnext-starter-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timDeHof%2Fnext-starter-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timDeHof%2Fnext-starter-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timDeHof%2Fnext-starter-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timDeHof","download_url":"https://codeload.github.com/timDeHof/next-starter-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244598377,"owners_count":20479115,"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","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":[],"created_at":"2025-03-20T10:37:24.972Z","updated_at":"2026-04-15T10:35:22.475Z","avatar_url":"https://github.com/timDeHof.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next Start\n\nA basic Next.js starter.\n\n1. [Next Start](#next-start)\n  1. [Stack](#stack)\n  2. [Branches](#branches)\n  3. [Setup](#setup)\n  4. [Resources](#resources)\n\n## Stack\n\n- Linting / Code Style\n  - [eslint](https://www.npmjs.com/package/eslint)\n    - [eslint-config-prettier](https://www.npmjs.com/package/eslint-config-prettier)\n      - [ESLint | Next.js](https://nextjs.org/docs/app/building-your-application/configuring/eslint#prettier)\n    - [eslint-plugin-check-file](https://www.nvpmjs.com/package/eslint-plugin-check-file)\n      - [Bulletproof React Guide](https://github.com/alan2207/bulletproof-react/blob/master/docs/project-standards.md#file-naming-conventions)\n    - [eslint-plugin-n](https://www.npmjs.com/package/eslint-plugin-n)\n  - [prettier](https://www.npmjs.com/package/prettier)\n    - [@trivago/prettier-plugin-sort-imports](https://www.npmjs.com/package/@trivago/prettier-plugin-sort-imports)\n    - [prettier-plugin-tailwindcss](https://www.npmjs.com/package/prettier-plugin-tailwindcss)\n      - [Automatic Class Sorting](https://tailwindcss.com/blog/automatic-class-sorting-with-prettier#how-classes-are-sorted)\n  - [Biome](https://biomejs.dev/guides/getting-started/)\n- Environment Variables\n  - [dotenv](https://www.npmjs.com/package/dotenv)\n  - [dotenv-expand](https://www.npmjs.com/package/dotenv-expand)\n  - [@t3-oss/env-nextjs](https://www.npmjs.com/package/@t3-oss/env-nextjs)\n    - [Documentation](https://env.t3.gg/docs/nextjs)\n  - [cross-env](https://www.npmjs.com/package/cross-env)\n- Styles / UI\n  - [tailwindcss](https://www.npmjs.com/package/tailwindcss)\n  - [@nextui-org/react](https://www.npmjs.com/package/@nextui-org/react)\n    - [NextUI](https://nextui.org/docs/guide/introduction)\n  - [next-themes](https://www.npmjs.com/package/next-themes)\n  - [@tabler/icons-react](https://www.npmjs.com/package/@tabler/icons-react)\n    - [Tabler Icon Search](https://tabler.io/icons)\n- Validation\n  - [zod](https://www.npmjs.com/package/zod)\n  - [@conform-to/zod](https://www.npmjs.com/package/@conform-to/zod)\n    - [Conform | Next.js](https://conform.guide/integration/nextjs)\n  - [drizzle-zod](https://www.npmjs.com/package/drizzle-zod)\n    - [Drizzle Zod Docs](https://orm.drizzle.team/docs/zod)\n- Forms\n  - [@conform-to/react](https://www.npmjs.com/package/@conform-to/react)\n- Database\n  - [drizzle-orm](https://www.npmjs.com/package/drizzle-orm)\n  - [postgres](https://www.npmjs.com/package/postgres)\n  - [drizzle-kit](https://www.npmjs.com/package/drizzle-kit)\n- Authentication\n  - [next-auth](https://www.npmjs.com/package/next-auth)\n  - [@auth/drizzle-adapter](https://www.npmjs.com/package/@auth/drizzle-adapter)\n    - [Auth.js Drizzle Adapter Documentation](https://authjs.dev/getting-started/adapters/drizzle)\n\n## Branches\n\nThe main branch contains the entire setup. The following branches build on each other from top to bottom:\n\n- [main](https://github.com/w3cj/next-start/tree/main)\n\n\n## Setup\n\n1. Install dependencies:\n\n```sh\npnpm install\n```\n\n2. Copy the `.env` file:\n\n```sh\ncp .env.example .env\n```\n\n3. Update the following values in the `.env` file:\n\n```sh\nNEXTAUTH_SECRET=your-value-here\nGOOGLE_CLIENT_ID=your-value-here\nGOOGLE_CLIENT_SECRET=your-value-here\n```\n\n4. Start the database:\n\n```sh\ndocker compose up\n```\n\n5. Migrate the database:\n\n```sh\npnpm run db:migrate\n```\n\n6. Start the app:\n\n```sh\npnpm run dev\n```\n\n## Resources\n\n- [Next.js Discord FAQs](https://nextjs-faq.com/)\n  - [\"Module not found\" error on deployment but build works fine locally](https://nextjs-faq.com/module-not-found-due-to-case-sensitivity)\n- [Bulletproof React](https://github.com/alan2207/bulletproof-react)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimdehof%2Fnext-starter-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimdehof%2Fnext-starter-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimdehof%2Fnext-starter-template/lists"}