{"id":13469526,"url":"https://github.com/shadcn-ui/taxonomy","last_synced_at":"2025-05-13T16:11:19.462Z","repository":{"id":62113164,"uuid":"553759919","full_name":"shadcn-ui/taxonomy","owner":"shadcn-ui","description":"An open source application built using the new router, server components and everything new in Next.js 13.","archived":false,"fork":false,"pushed_at":"2024-08-14T20:42:51.000Z","size":14478,"stargazers_count":18896,"open_issues_count":213,"forks_count":2635,"subscribers_count":176,"default_branch":"main","last_synced_at":"2025-04-23T21:56:56.048Z","etag":null,"topics":["nextauthjs","nextjs","prisma","radix-ui","tailwindcss","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://tx.shadcn.com","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/shadcn-ui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-10-18T18:15:20.000Z","updated_at":"2025-04-23T19:18:43.000Z","dependencies_parsed_at":"2023-07-18T20:17:54.957Z","dependency_job_id":"48dd0557-8378-46ae-ad3d-bb0db1b5bdde","html_url":"https://github.com/shadcn-ui/taxonomy","commit_stats":{"total_commits":117,"total_committers":11,"mean_commits":"10.636363636363637","dds":"0.24786324786324787","last_synced_commit":"651f984e52edd65d40ccd55e299c1baeea3ff017"},"previous_names":["shadcn-ui/taxonomy","shadcn/taxonomy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadcn-ui%2Ftaxonomy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadcn-ui%2Ftaxonomy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadcn-ui%2Ftaxonomy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadcn-ui%2Ftaxonomy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shadcn-ui","download_url":"https://codeload.github.com/shadcn-ui/taxonomy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253980055,"owners_count":21994042,"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":["nextauthjs","nextjs","prisma","radix-ui","tailwindcss","typescript","vercel"],"created_at":"2024-07-31T15:01:43.669Z","updated_at":"2025-05-13T16:11:14.452Z","avatar_url":"https://github.com/shadcn-ui.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Free Boilerplates","前端开发框架及项目","工具列表","Inspirations \u0026 Examples","🌐 Web Development - Frontend","SaaS"],"sub_categories":["其他_文本生成、文本对话","Web 开发框架或模板"],"readme":"# Taxonomy\n\nAn open source application built using the new router, server components and everything new in Next.js 13.\n\n\u003e **Warning**\n\u003e This app is a work in progress. I'm building this in public. You can follow the progress on Twitter [@shadcn](https://twitter.com/shadcn).\n\u003e See the roadmap below.\n\n## About this project\n\nThis project as an experiment to see how a modern app (with features like authentication, subscriptions, API routes, static pages for docs ...etc) would work in Next.js 13 and server components.\n\n**This is not a starter template.**\n\nA few people have asked me to turn this into a starter. I think we could do that once the new features are out of beta.\n\n## Note on Performance\n\n\u003e **Warning**\n\u003e This app is using the unstable releases for Next.js 13 and React 18. The new router and app dir is still in beta and not production-ready.\n\u003e **Expect some performance hits when testing the dashboard**.\n\u003e If you see something broken, you can ping me [@shadcn](https://twitter.com/shadcn).\n\n## Features\n\n- New `/app` dir,\n- Routing, Layouts, Nested Layouts and Layout Groups\n- Data Fetching, Caching and Mutation\n- Loading UI\n- Route handlers\n- Metadata files\n- Server and Client Components\n- API Routes and Middlewares\n- Authentication using **NextAuth.js**\n- ORM using **Prisma**\n- Database on **PlanetScale**\n- UI Components built using **Radix UI**\n- Documentation and blog using **MDX** and **Contentlayer**\n- Subscriptions using **Stripe**\n- Styled using **Tailwind CSS**\n- Validations using **Zod**\n- Written in **TypeScript**\n\n## Roadmap\n\n- [x] ~Add MDX support for basic pages~\n- [x] ~Build marketing pages~\n- [x] ~Subscriptions using Stripe~\n- [x] ~Responsive styles~\n- [x] ~Add OG image for blog using @vercel/og~\n- [x] Dark mode\n\n## Known Issues\n\nA list of things not working right now:\n\n1. ~GitHub authentication (use email)~\n2. ~[Prisma: Error: ENOENT: no such file or directory, open '/var/task/.next/server/chunks/schema.prisma'](https://github.com/prisma/prisma/issues/16117)~\n3. ~[Next.js 13: Client side navigation does not update head](https://github.com/vercel/next.js/issues/42414)~\n4. [Cannot use opengraph-image.tsx inside catch-all routes](https://github.com/vercel/next.js/issues/48162)\n\n## Why not tRPC, Turborepo or X?\n\nI might add this later. For now, I want to see how far we can get using Next.js only.\n\nIf you have some suggestions, feel free to create an issue.\n\n## Running Locally\n\n1. Install dependencies using pnpm:\n\n```sh\npnpm install\n```\n\n2. Copy `.env.example` to `.env.local` and update the variables.\n\n```sh\ncp .env.example .env.local\n```\n\n3. Start the development server:\n\n```sh\npnpm dev\n```\n\n## License\n\nLicensed under the [MIT license](https://github.com/shadcn/taxonomy/blob/main/LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadcn-ui%2Ftaxonomy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadcn-ui%2Ftaxonomy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadcn-ui%2Ftaxonomy/lists"}