{"id":18634965,"url":"https://github.com/rajdeepds/turborepo-next.js-starter","last_synced_at":"2026-05-01T21:33:50.039Z","repository":{"id":215627392,"uuid":"739033438","full_name":"RajdeepDs/Turborepo-Next.js-starter","owner":"RajdeepDs","description":"Turborepo+Next.js 14 with Shadcn/ui Project Starter","archived":false,"fork":false,"pushed_at":"2024-01-05T14:17:15.000Z","size":110,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T05:34:41.308Z","etag":null,"topics":["nextjs14","shadcn-ui","starter-template","tailwindcss","turborepo"],"latest_commit_sha":null,"homepage":"","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/RajdeepDs.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-01-04T16:08:03.000Z","updated_at":"2024-01-29T22:52:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"59e365c1-d7d1-4f5b-aa0a-9e6d32d61b3f","html_url":"https://github.com/RajdeepDs/Turborepo-Next.js-starter","commit_stats":null,"previous_names":["rajdeepds/turborepo-next.js-starter"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/RajdeepDs/Turborepo-Next.js-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajdeepDs%2FTurborepo-Next.js-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajdeepDs%2FTurborepo-Next.js-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajdeepDs%2FTurborepo-Next.js-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajdeepDs%2FTurborepo-Next.js-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RajdeepDs","download_url":"https://codeload.github.com/RajdeepDs/Turborepo-Next.js-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajdeepDs%2FTurborepo-Next.js-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32513733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["nextjs14","shadcn-ui","starter-template","tailwindcss","turborepo"],"created_at":"2024-11-07T05:22:46.696Z","updated_at":"2026-05-01T21:33:50.008Z","avatar_url":"https://github.com/RajdeepDs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Turborepo Tailwind CSS starter\n\nThis is an official starter Turborepo.\n\n## Using this example\n\nRun the following command:\n\n```sh\nnpx create-turbo@latest -e with-tailwind\n```\n\n## What's inside?\n\nThis Turborepo includes the following packages/apps:\n\n### Apps and Packages\n\n- `docs`: a [Next.js](https://nextjs.org/) app with [Tailwind CSS](https://tailwindcss.com/)\n- `web`: another [Next.js](https://nextjs.org/) app with [Tailwind CSS](https://tailwindcss.com/)\n- `ui`: a stub React component library with [Tailwind CSS](https://tailwindcss.com/) shared by both `web` and `docs` applications\n- `@repo/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)\n- `@repo/typescript-config`: `tsconfig.json`s used throughout the monorepo\n\nEach package/app is 100% [TypeScript](https://www.typescriptlang.org/).\n\n### Building packages/ui\n\nThis example is set up to produce compiled styles for `ui` components into the `dist` directory. The component `.tsx` files are consumed by the Next.js apps directly using `transpilePackages` in `next.config.js`. This was chosen for several reasons:\n\n- Make sharing one `tailwind.config.js` to apps and packages as easy as possible.\n- Make package compilation simple by only depending on the Next.js Compiler and `tailwindcss`.\n- Ensure Tailwind classes do not overwrite each other. The `ui` package uses a `ui-` prefix for it's classes.\n- Maintain clear package export boundaries.\n\nAnother option is to consume `packages/ui` directly from source without building. If using this option, you will need to update the `tailwind.config.js` in your apps to be aware of your package locations, so it can find all usages of the `tailwindcss` class names for CSS compilation.\n\nFor example, in [tailwind.config.js](packages/tailwind-config/tailwind.config.js):\n\n```js\n  content: [\n    // app content\n    `src/**/*.{js,ts,jsx,tsx}`,\n    // include packages if not transpiling\n    \"../../packages/ui/*.{js,ts,jsx,tsx}\",\n  ],\n```\n\nIf you choose this strategy, you can remove the `tailwindcss` and `autoprefixer` dependencies from the `ui` package.\n\n### Utilities\n\nThis Turborepo has some additional tools already setup for you:\n\n- [Tailwind CSS](https://tailwindcss.com/) for styles\n- [TypeScript](https://www.typescriptlang.org/) for static type checking\n- [ESLint](https://eslint.org/) for code linting\n- [Prettier](https://prettier.io) for code formatting\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajdeepds%2Fturborepo-next.js-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajdeepds%2Fturborepo-next.js-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajdeepds%2Fturborepo-next.js-starter/lists"}